#a9130b color space conversions
Hex:
        #a9130b
        RGB:
        169, 19, 11
        CMY:
        34, 93, 96
        CMYK:
        0, 89, 93, 34
      HSL:
        3°, 87.7778%, 35.2941%
        HSV (HSB):
        3°, 93.4911%, 66.2745%
        XYZ:
        16.6555, 8.9249, 1.1614
        xyY:
        0.6228, 0.3337, 8.9249
      CIE-Lab:
        35.8393, 56.3514, 45.3521
        CIE-LCH:
        35.8393, 72.3346, 38.8274
        CIE-Luv:
        35.8393, 109.3640, 24.7883
        Hunter-Lab:
        29.8746, 47.2354, 18.6072
      #a9130b color charts
#a9130b RGB chart
      #a9130b CMYK chart
      #a9130b RGB pie chart
      #a9130b color shades, tints & tones
#a9130b color schemes
#a9130b color preview, HTML & CSS examples
           This text has a color of #a9130b        
        
          <p style="color:#a9130b;">Text here</p>
        
        
          .mytext {color:#a9130b;}
        
        Text color #a9130b
      
           This box has a color of #a9130b        
        
          <div style="background-color:#a9130b;">Content here</div>
        
        
          .mybackground {background-color:#a9130b;}
        
        Background color #a9130b
      
           Border around this has a color of #a9130b        
        
          <div style="border:2px solid #a9130b;">Content here</div>
        
        
          .myborder {border:2px solid #a9130b;}
        
        Border color #a9130b