#a00007 color space conversions
Hex:
        #a00007
        RGB:
        160, 0, 7
        CMY:
        37, 100, 97
        CMYK:
        0, 100, 96, 37
      HSL:
        357°, 100.0000%, 31.3725%
        HSV (HSB):
        357°, 100.0000%, 62.7451%
        XYZ:
        14.5356, 7.4889, 0.8804
        xyY:
        0.6346, 0.3270, 7.4889
      CIE-Lab:
        32.8950, 56.6291, 44.1226
        CIE-LCH:
        32.8950, 71.7890, 37.9240
        CIE-Luv:
        32.8950, 107.3783, 22.2741
        Hunter-Lab:
        27.3659, 46.9210, 17.2487
      #a00007 color charts
#a00007 RGB chart
      #a00007 CMYK chart
      #a00007 RGB pie chart
      #a00007 color shades, tints & tones
#a00007 color schemes
#a00007 color preview, HTML & CSS examples
           This text has a color of #a00007        
        
          <p style="color:#a00007;">Text here</p>
        
        
          .mytext {color:#a00007;}
        
        Text color #a00007
      
           This box has a color of #a00007        
        
          <div style="background-color:#a00007;">Content here</div>
        
        
          .mybackground {background-color:#a00007;}
        
        Background color #a00007
      
           Border around this has a color of #a00007        
        
          <div style="border:2px solid #a00007;">Content here</div>
        
        
          .myborder {border:2px solid #a00007;}
        
        Border color #a00007