#500b2d color space conversions
Hex:
        #500b2d
        RGB:
        80, 11, 45
        CMY:
        69, 96, 82
        CMYK:
        0, 86, 44, 69
      HSL:
        330°, 75.8242%, 17.8431%
        HSV (HSB):
        330°, 86.2500%, 31.3725%
        XYZ:
        3.9016, 2.1343, 2.6889
        xyY:
        0.4472, 0.2446, 2.1343
      CIE-Lab:
        16.1767, 33.7869, -2.7650
        CIE-LCH:
        16.1767, 33.8998, 355.3215
        CIE-Luv:
        16.1767, 33.0147, -6.6468
        Hunter-Lab:
        14.6092, 22.1050, -0.6864
      #500b2d color charts
#500b2d RGB chart
      #500b2d CMYK chart
      #500b2d RGB pie chart
      #500b2d color shades, tints & tones
#500b2d color schemes
#500b2d color preview, HTML & CSS examples
           This text has a color of #500b2d        
        
          <p style="color:#500b2d;">Text here</p>
        
        
          .mytext {color:#500b2d;}
        
        Text color #500b2d
      
           This box has a color of #500b2d        
        
          <div style="background-color:#500b2d;">Content here</div>
        
        
          .mybackground {background-color:#500b2d;}
        
        Background color #500b2d
      
           Border around this has a color of #500b2d        
        
          <div style="border:2px solid #500b2d;">Content here</div>
        
        
          .myborder {border:2px solid #500b2d;}
        
        Border color #500b2d