#400d2d color space conversions
Hex:
        #400d2d
        RGB:
        64, 13, 45
        CMY:
        75, 95, 82
        CMYK:
        0, 80, 30, 75
      HSL:
        322°, 66.2338%, 15.0980%
        HSV (HSB):
        322°, 79.6875%, 25.0980%
        XYZ:
        2.7319, 1.5673, 2.6412
        xyY:
        0.3936, 0.2258, 1.5673
      CIE-Lab:
        13.0297, 28.0328, -7.8439
        CIE-LCH:
        13.0297, 29.1095, 344.3678
        CIE-Luv:
        13.0297, 20.6672, -9.3950
        Hunter-Lab:
        12.5192, 17.0436, -3.7449
      #400d2d color charts
#400d2d RGB chart
      #400d2d CMYK chart
      #400d2d RGB pie chart
      #400d2d color shades, tints & tones
#400d2d color schemes
#400d2d color preview, HTML & CSS examples
           This text has a color of #400d2d        
        
          <p style="color:#400d2d;">Text here</p>
        
        
          .mytext {color:#400d2d;}
        
        Text color #400d2d
      
           This box has a color of #400d2d        
        
          <div style="background-color:#400d2d;">Content here</div>
        
        
          .mybackground {background-color:#400d2d;}
        
        Background color #400d2d
      
           Border around this has a color of #400d2d        
        
          <div style="border:2px solid #400d2d;">Content here</div>
        
        
          .myborder {border:2px solid #400d2d;}
        
        Border color #400d2d