#9f000e color space conversions
Hex:
        #9f000e
        RGB:
        159, 0, 14
        CMY:
        38, 100, 95
        CMYK:
        0, 100, 91, 38
      HSL:
        355°, 100.0000%, 31.1765%
        HSV (HSB):
        355°, 100.0000%, 62.3529%
        XYZ:
        14.3773, 7.4026, 1.0865
        xyY:
        0.6288, 0.3237, 7.4026
      CIE-Lab:
        32.7065, 56.4680, 40.9182
        CIE-LCH:
        32.7065, 69.7347, 35.9281
        CIE-Luv:
        32.7065, 105.9092, 21.0147
        Hunter-Lab:
        27.2078, 46.7107, 16.6777
      #9f000e color charts
#9f000e RGB chart
      #9f000e CMYK chart
      #9f000e RGB pie chart
      #9f000e color shades, tints & tones
#9f000e color schemes
#9f000e color preview, HTML & CSS examples
           This text has a color of #9f000e        
        
          <p style="color:#9f000e;">Text here</p>
        
        
          .mytext {color:#9f000e;}
        
        Text color #9f000e
      
           This box has a color of #9f000e        
        
          <div style="background-color:#9f000e;">Content here</div>
        
        
          .mybackground {background-color:#9f000e;}
        
        Background color #9f000e
      
           Border around this has a color of #9f000e        
        
          <div style="border:2px solid #9f000e;">Content here</div>
        
        
          .myborder {border:2px solid #9f000e;}
        
        Border color #9f000e