#500d3b color space conversions
Hex:
        #500d3b
        RGB:
        80, 13, 59
        CMY:
        69, 95, 77
        CMYK:
        0, 84, 26, 69
      HSL:
        319°, 72.0430%, 18.2353%
        HSV (HSB):
        319°, 83.7500%, 31.3725%
        XYZ:
        4.2416, 2.3091, 4.3598
        xyY:
        0.3888, 0.2116, 2.3091
      CIE-Lab:
        17.0322, 34.9708, -11.4704
        CIE-LCH:
        17.0322, 36.8039, 341.8405
        CIE-Luv:
        17.0322, 28.4978, -15.1359
        Hunter-Lab:
        15.1957, 23.2327, -6.3740
      #500d3b color charts
#500d3b RGB chart
      #500d3b CMYK chart
      #500d3b RGB pie chart
      #500d3b color shades, tints & tones
#500d3b color schemes
#500d3b color preview, HTML & CSS examples
           This text has a color of #500d3b        
        
          <p style="color:#500d3b;">Text here</p>
        
        
          .mytext {color:#500d3b;}
        
        Text color #500d3b
      
           This box has a color of #500d3b        
        
          <div style="background-color:#500d3b;">Content here</div>
        
        
          .mybackground {background-color:#500d3b;}
        
        Background color #500d3b
      
           Border around this has a color of #500d3b        
        
          <div style="border:2px solid #500d3b;">Content here</div>
        
        
          .myborder {border:2px solid #500d3b;}
        
        Border color #500d3b