#501E5E

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

Shades of Scarlet Gum #501E5E

Tints of Scarlet Gum #501E5E

Color information

#501E5E (or 0x501E5E) is unknown color: approx Scarlet Gum. HEX triplet: 50, 1E and 5E. RGB value is (80,30,94). Sum of RGB (Red+Green+Blue) = 80+30+94=204 (27% of max value = 765). Red value is 80 (31.64% from 255 or 39.22% from 204); Green value is 30 (12.11% from 255 or 14.71% from 204); Blue value is 94 (37.11% from 255 or 46.08% from 204); Max value from RGB is 94 - color contains mainly: blue. Hex color #501E5E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #501E5E is #AFE1A1. Grayscale: #343434. Windows color (decimal): -11526562 or 6168144. OLE color: 6168144.

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

Color convert

RGB803094-
CMYK0.150.6800.63
HSL286.88º51.61%24.31%-
HSV(B)286.88º68.09%36.86%-
XYZ5.793.4410.95-
YUV52.25151.56147.8-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 39.22%
GREEN value IS 30 (12.11% from 255) = 14.71%
BLUE value IS 94 (37.11% from 255) = 46.08%
R=39.22%
G=14.71%
B=46.08%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal8030940.150.6800.63286.8851.6124.31
Hex501E5EF4403F11f3418
Octal12036136171040774376430
Binary101000011110101111011111000100011111110001111111010011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #501E5E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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