#500a2d color space conversions
Hex:
        #500a2d
        RGB:
        80, 10, 45
        CMY:
        69, 96, 82
        CMYK:
        0, 88, 44, 69
      HSL:
        330°, 77.7778%, 17.6471%
        HSV (HSB):
        330°, 87.5000%, 31.3725%
        XYZ:
        3.8905, 2.1120, 2.6852
        xyY:
        0.4478, 0.2431, 2.1120
      CIE-Lab:
        16.0645, 34.1066, -2.9318
        CIE-LCH:
        16.0645, 34.2324, 355.0870
        CIE-Luv:
        16.0645, 33.1775, -6.8151
        Hunter-Lab:
        14.5328, 22.3525, -0.7821
      #500a2d color charts
#500a2d RGB chart
      #500a2d CMYK chart
      #500a2d RGB pie chart
      #500a2d color shades, tints & tones
#500a2d color schemes
#500a2d color preview, HTML & CSS examples
           This text has a color of #500a2d        
        
          <p style="color:#500a2d;">Text here</p>
        
        
          .mytext {color:#500a2d;}
        
        Text color #500a2d
      
           This box has a color of #500a2d        
        
          <div style="background-color:#500a2d;">Content here</div>
        
        
          .mybackground {background-color:#500a2d;}
        
        Background color #500a2d
      
           Border around this has a color of #500a2d        
        
          <div style="border:2px solid #500a2d;">Content here</div>
        
        
          .myborder {border:2px solid #500a2d;}
        
        Border color #500a2d