#400c0d color space conversions
Hex:
        #400c0d
        RGB:
        64, 12, 13
        CMY:
        75, 95, 95
        CMYK:
        0, 81, 80, 75
      HSL:
        359°, 68.4211%, 14.9020%
        HSV (HSB):
        359°, 81.2500%, 25.0980%
        XYZ:
        2.3185, 1.3820, 0.5253
        xyY:
        0.5486, 0.3270, 1.3820
      CIE-Lab:
        11.8373, 25.0195, 12.8951
        CIE-LCH:
        11.8373, 28.1471, 27.2667
        CIE-Luv:
        11.8373, 27.5107, 5.6585
        Hunter-Lab:
        11.7558, 14.6309, 5.5796
      #400c0d color charts
#400c0d RGB chart
      #400c0d CMYK chart
      #400c0d RGB pie chart
      #400c0d color shades, tints & tones
#400c0d color schemes
#400c0d color preview, HTML & CSS examples
           This text has a color of #400c0d        
        
          <p style="color:#400c0d;">Text here</p>
        
        
          .mytext {color:#400c0d;}
        
        Text color #400c0d
      
           This box has a color of #400c0d        
        
          <div style="background-color:#400c0d;">Content here</div>
        
        
          .mybackground {background-color:#400c0d;}
        
        Background color #400c0d
      
           Border around this has a color of #400c0d        
        
          <div style="border:2px solid #400c0d;">Content here</div>
        
        
          .myborder {border:2px solid #400c0d;}
        
        Border color #400c0d