#a7080d color space conversions
Hex:
        #a7080d
        RGB:
        167, 8, 13
        CMY:
        35, 97, 95
        CMYK:
        0, 95, 92, 35
      HSL:
        358°, 90.8571%, 34.3137%
        HSV (HSB):
        358°, 95.2096%, 65.4902%
        XYZ:
        16.0958, 8.4182, 1.1573
        xyY:
        0.6270, 0.3279, 8.4182
      CIE-Lab:
        34.8391, 57.4931, 43.6800
        CIE-LCH:
        34.8391, 72.2039, 37.2255
        CIE-Luv:
        34.8391, 110.3388, 23.1711
        Hunter-Lab:
        29.0142, 48.2495, 17.9450
      #a7080d color charts
#a7080d RGB chart
      #a7080d CMYK chart
      #a7080d RGB pie chart
      #a7080d color shades, tints & tones
#a7080d color schemes
#a7080d color preview, HTML & CSS examples
           This text has a color of #a7080d        
        
          <p style="color:#a7080d;">Text here</p>
        
        
          .mytext {color:#a7080d;}
        
        Text color #a7080d
      
           This box has a color of #a7080d        
        
          <div style="background-color:#a7080d;">Content here</div>
        
        
          .mybackground {background-color:#a7080d;}
        
        Background color #a7080d
      
           Border around this has a color of #a7080d        
        
          <div style="border:2px solid #a7080d;">Content here</div>
        
        
          .myborder {border:2px solid #a7080d;}
        
        Border color #a7080d