#a9130d color space conversions
Hex:
        #a9130d
        RGB:
        169, 19, 13
        CMY:
        34, 93, 95
        CMYK:
        0, 89, 92, 34
      HSL:
        2°, 85.7143%, 35.6863%
        HSV (HSB):
        2°, 92.3077%, 66.2745%
        XYZ:
        16.6677, 8.9298, 1.2259
        xyY:
        0.6214, 0.3329, 8.9298
      CIE-Lab:
        35.8488, 56.3791, 44.5686
        CIE-LCH:
        35.8488, 71.8676, 38.3269
        CIE-Luv:
        35.8488, 109.1762, 24.4883
        Hunter-Lab:
        29.8828, 47.2669, 18.4857
      #a9130d color charts
#a9130d RGB chart
      #a9130d CMYK chart
      #a9130d RGB pie chart
      #a9130d color shades, tints & tones
#a9130d color schemes
#a9130d color preview, HTML & CSS examples
           This text has a color of #a9130d        
        
          <p style="color:#a9130d;">Text here</p>
        
        
          .mytext {color:#a9130d;}
        
        Text color #a9130d
      
           This box has a color of #a9130d        
        
          <div style="background-color:#a9130d;">Content here</div>
        
        
          .mybackground {background-color:#a9130d;}
        
        Background color #a9130d
      
           Border around this has a color of #a9130d        
        
          <div style="border:2px solid #a9130d;">Content here</div>
        
        
          .myborder {border:2px solid #a9130d;}
        
        Border color #a9130d