#501F5E

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

Shades of Scarlet Gum #501F5E

Tints of Scarlet Gum #501F5E

Color information

#501F5E (or 0x501F5E) is unknown color: approx Scarlet Gum. HEX triplet: 50, 1F and 5E. RGB value is (80,31,94). Sum of RGB (Red+Green+Blue) = 80+31+94=205 (27% of max value = 765). Red value is 80 (31.64% from 255 or 39.02% from 205); Green value is 31 (12.5% from 255 or 15.12% from 205); Blue value is 94 (37.11% from 255 or 45.85% from 205); Max value from RGB is 94 - color contains mainly: blue. Hex color #501F5E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #501F5E is #AFE0A1. Grayscale: #343434. Windows color (decimal): -11526306 or 6168400. OLE color: 6168400.

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

Color convert

RGB803194-
CMYK0.150.6700.63
HSL286.67º50.4%24.51%-
HSV(B)286.67º67.02%36.86%-
XYZ5.823.4910.96-
YUV52.83151.23147.38-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 39.02%
GREEN value IS 31 (12.5% from 255) = 15.12%
BLUE value IS 94 (37.11% from 255) = 45.85%
R=39.02%
G=15.12%
B=45.85%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal8031940.150.6700.63286.6750.424.51
Hex501F5EF4303F11f3219
Octal12037136171030774376231
Binary101000011111101111011111000011011111110001111111001011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #501F5E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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