#a1100b color space conversions
Hex:
        #a1100b
        RGB:
        161, 16, 11
        CMY:
        37, 94, 96
        CMYK:
        0, 90, 93, 37
      HSL:
        2°, 87.2093%, 33.7255%
        HSV (HSB):
        2°, 93.1677%, 63.1373%
        XYZ:
        14.9436, 7.9718, 1.0677
        xyY:
        0.6231, 0.3324, 7.9718
      CIE-Lab:
        33.9241, 54.6724, 43.2679
        CIE-LCH:
        33.9241, 69.7222, 38.3581
        CIE-Luv:
        33.9241, 104.1574, 23.2002
        Hunter-Lab:
        28.2344, 45.0646, 17.5220
      #a1100b color charts
#a1100b RGB chart
      #a1100b CMYK chart
      #a1100b RGB pie chart
      #a1100b color shades, tints & tones
#a1100b color schemes
#a1100b color preview, HTML & CSS examples
           This text has a color of #a1100b        
        
          <p style="color:#a1100b;">Text here</p>
        
        
          .mytext {color:#a1100b;}
        
        Text color #a1100b
      
           This box has a color of #a1100b        
        
          <div style="background-color:#a1100b;">Content here</div>
        
        
          .mybackground {background-color:#a1100b;}
        
        Background color #a1100b
      
           Border around this has a color of #a1100b        
        
          <div style="border:2px solid #a1100b;">Content here</div>
        
        
          .myborder {border:2px solid #a1100b;}
        
        Border color #a1100b