#50080f color space conversions
Hex:
        #50080f
        RGB:
        80, 8, 15
        CMY:
        69, 97, 94
        CMYK:
        0, 90, 81, 69
      HSL:
        354°, 81.8182%, 17.2549%
        HSV (HSB):
        354°, 90.0000%, 31.3725%
        XYZ:
        3.4813, 1.9136, 0.6378
        xyY:
        0.5771, 0.3172, 1.9136
      CIE-Lab:
        15.0273, 32.3116, 16.7861
        CIE-LCH:
        15.0273, 36.4117, 27.4523
        CIE-Luv:
        15.0273, 41.1292, 7.1771
        Hunter-Lab:
        13.8334, 20.7130, 6.9497
      #50080f color charts
#50080f RGB chart
      #50080f CMYK chart
      #50080f RGB pie chart
      #50080f color shades, tints & tones
#50080f color schemes
#50080f color preview, HTML & CSS examples
           This text has a color of #50080f        
        
          <p style="color:#50080f;">Text here</p>
        
        
          .mytext {color:#50080f;}
        
        Text color #50080f
      
           This box has a color of #50080f        
        
          <div style="background-color:#50080f;">Content here</div>
        
        
          .mybackground {background-color:#50080f;}
        
        Background color #50080f
      
           Border around this has a color of #50080f        
        
          <div style="border:2px solid #50080f;">Content here</div>
        
        
          .myborder {border:2px solid #50080f;}
        
        Border color #50080f