#501D5E

Color #501D5E Scarlet Gum (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Scarlet Gum #501D5E

Tints of Scarlet Gum #501D5E

Color information

#501D5E (or 0x501D5E) is unknown color: approx Scarlet Gum. HEX triplet: 50, 1D and 5E. RGB value is (80,29,94). Sum of RGB (Red+Green+Blue) = 80+29+94=203 (26% of max value = 765). Red value is 80 (31.64% from 255 or 39.41% from 203); Green value is 29 (11.72% from 255 or 14.29% from 203); Blue value is 94 (37.11% from 255 or 46.31% from 203); Max value from RGB is 94 - color contains mainly: blue. Hex color #501D5E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #501D5E is #AFE2A1. Grayscale: #333333. Windows color (decimal): -11526818 or 6167888. OLE color: 6167888.

HSL color Cylindrical-coordinate representation of color #501D5E: hue angle of 287.08º degrees, saturation: 0.53, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #501D5E is Cyan = 0.15, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB802994-
CMYK0.150.6900.63
HSL287.08º52.85%24.12%-
HSV(B)287.08º69.15%36.86%-
XYZ5.773.3910.94-
YUV51.66151.9148.21-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 80 (31.64% from 255) = 39.41%
GREEN value IS 29 (11.72% from 255) = 14.29%
BLUE value IS 94 (37.11% from 255) = 46.31%
R=39.41%
G=14.29%
B=46.31%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal8029940.150.6900.63287.0852.8524.12
Hex501D5EF4503F11f3518
Octal12035136171050774376530
Binary101000011101101111011111000101011111110001111111010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #501D5E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #501D5E; }

 p { color: rgb(80,29,94); }

 H1.HeaderClassName
 {
   color: #501D5E;
 }
 .AnyTagClassName
 {
   color: #501D5E;
 }
</style>
background-color css

<style>
 a { background-color: #501D5E; }

 a { background-color: rgb(80,29,94); }

 div.DivClassName
 {
   background-color: #501D5E;
 }
 .BgClassName
 {
   background-color: #501D5E;
 }
</style>
border-color css

<style>
 span { border-color: #501D5E; }

 span { border-color: rgb(80,29,94); }

 td.TdClassName
 {
   border-color: #501D5E;
 }
 .TagClassName
 {
   border-color: #501D5E;
 }
</style>