#a50001 color space conversions
Hex:
        #a50001
        RGB:
        165, 0, 1
        CMY:
        35, 100, 100
        CMYK:
        0, 100, 99, 35
      HSL:
        360°, 100.0000%, 32.3529%
        HSV (HSB):
        360°, 100.0000%, 64.7059%
        XYZ:
        15.5225, 8.0015, 0.7550
        xyY:
        0.6393, 0.3296, 8.0015
      CIE-Lab:
        33.9861, 57.8460, 47.7970
        CIE-LCH:
        33.9861, 75.0381, 39.5663
        CIE-Luv:
        33.9861, 111.6508, 23.9553
        Hunter-Lab:
        28.2870, 48.4500, 18.2183
      #a50001 color charts
#a50001 RGB chart
      #a50001 CMYK chart
      #a50001 RGB pie chart
      #a50001 color shades, tints & tones
#a50001 color schemes
#a50001 color preview, HTML & CSS examples
           This text has a color of #a50001        
        
          <p style="color:#a50001;">Text here</p>
        
        
          .mytext {color:#a50001;}
        
        Text color #a50001
      
           This box has a color of #a50001        
        
          <div style="background-color:#a50001;">Content here</div>
        
        
          .mybackground {background-color:#a50001;}
        
        Background color #a50001
      
           Border around this has a color of #a50001        
        
          <div style="border:2px solid #a50001;">Content here</div>
        
        
          .myborder {border:2px solid #a50001;}
        
        Border color #a50001