#a9100d color space conversions
Hex:
        #a9100d
        RGB:
        169, 16, 13
        CMY:
        34, 94, 95
        CMYK:
        0, 91, 92, 34
      HSL:
        1°, 85.7143%, 35.6863%
        HSV (HSB):
        1°, 92.3077%, 66.2745%
        XYZ:
        16.6201, 8.8347, 1.2101
        xyY:
        0.6233, 0.3313, 8.8347
      CIE-Lab:
        35.6640, 56.9092, 44.4440
        CIE-LCH:
        35.6640, 72.2075, 37.9885
        CIE-Luv:
        35.6640, 110.0324, 24.1698
        Hunter-Lab:
        29.7232, 47.7953, 18.3925
      #a9100d color charts
#a9100d RGB chart
      #a9100d CMYK chart
      #a9100d RGB pie chart
      #a9100d color shades, tints & tones
#a9100d color schemes
#a9100d color preview, HTML & CSS examples
           This text has a color of #a9100d        
        
          <p style="color:#a9100d;">Text here</p>
        
        
          .mytext {color:#a9100d;}
        
        Text color #a9100d
      
           This box has a color of #a9100d        
        
          <div style="background-color:#a9100d;">Content here</div>
        
        
          .mybackground {background-color:#a9100d;}
        
        Background color #a9100d
      
           Border around this has a color of #a9100d        
        
          <div style="border:2px solid #a9100d;">Content here</div>
        
        
          .myborder {border:2px solid #a9100d;}
        
        Border color #a9100d