#501960

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

Shades of Scarlet Gum #501960

Tints of Scarlet Gum #501960

Color information

#501960 (or 0x501960) is unknown color: approx Scarlet Gum. HEX triplet: 50, 19 and 60. RGB value is (80,25,96). Sum of RGB (Red+Green+Blue) = 80+25+96=201 (26% of max value = 765). Red value is 80 (31.64% from 255 or 39.80% from 201); Green value is 25 (10.16% from 255 or 12.44% from 201); Blue value is 96 (37.89% from 255 or 47.76% from 201); Max value from RGB is 96 - color contains mainly: blue. Hex color #501960 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #501960 is #AFE69F. Grayscale: #313131. Windows color (decimal): -11527840 or 6297936. OLE color: 6297936.

HSL color Cylindrical-coordinate representation of color #501960: hue angle of 286.48º 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 #501960 is Cyan = 0.17, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB802596-
CMYK0.170.7400.62
HSL286.48º58.68%23.73%-
HSV(B)286.48º73.96%37.65%-
XYZ5.773.2511.39-
YUV49.54154.22149.73-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 39.80%
GREEN value IS 25 (10.16% from 255) = 12.44%
BLUE value IS 96 (37.89% from 255) = 47.76%
R=39.80%
G=12.44%
B=47.76%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal8025960.170.7400.62286.4858.6823.73
Hex501960114A03E11e3b18
Octal12031140211120764367330
Binary1010000110011100000100011001010011111010001111011101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #501960

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #501960; }

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

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

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

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

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

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

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

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