#501962

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

Shades of Scarlet Gum #501962

Tints of Scarlet Gum #501962

Color information

#501962 (or 0x501962) is unknown color: approx Scarlet Gum. HEX triplet: 50, 19 and 62. RGB value is (80,25,98). Sum of RGB (Red+Green+Blue) = 80+25+98=203 (26% of max value = 765). Red value is 80 (31.64% from 255 or 39.41% from 203); Green value is 25 (10.16% from 255 or 12.32% from 203); Blue value is 98 (38.67% from 255 or 48.28% from 203); Max value from RGB is 98 - color contains mainly: blue. Hex color #501962 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #501962 is #AFE69D. Grayscale: #313131. Windows color (decimal): -11527838 or 6429008. OLE color: 6429008.

HSL color Cylindrical-coordinate representation of color #501962: hue angle of 285.21º degrees, saturation: 0.59, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #501962 is Cyan = 0.18, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB802598-
CMYK0.180.7400.62
HSL285.21º59.35%24.12%-
HSV(B)285.21º74.49%38.43%-
XYZ5.863.2811.88-
YUV49.77155.22149.56-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 39.41%
GREEN value IS 25 (10.16% from 255) = 12.32%
BLUE value IS 98 (38.67% from 255) = 48.28%
R=39.41%
G=12.32%
B=48.28%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal8025980.180.7400.62285.2159.3524.12
Hex501962124A03E11d3b18
Octal12031142221120764357330
Binary1010000110011100010100101001010011111010001110111101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #501962

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #501962; }

 p { color: rgb(80,25,98); }

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

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

 a { background-color: rgb(80,25,98); }

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

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

 span { border-color: rgb(80,25,98); }

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