#502160

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

Shades of Scarlet Gum #502160

Tints of Scarlet Gum #502160

Color information

#502160 (or 0x502160) is unknown color: approx Scarlet Gum. HEX triplet: 50, 21 and 60. RGB value is (80,33,96). Sum of RGB (Red+Green+Blue) = 80+33+96=209 (27% of max value = 765). Red value is 80 (31.64% from 255 or 38.28% from 209); Green value is 33 (13.28% from 255 or 15.79% from 209); Blue value is 96 (37.89% from 255 or 45.93% from 209); Max value from RGB is 96 - color contains mainly: blue. Hex color #502160 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #502160 is #AFDE9F. Grayscale: #363636. Windows color (decimal): -11525792 or 6299984. OLE color: 6299984.

HSL color Cylindrical-coordinate representation of color #502160: hue angle of 284.76º degrees, saturation: 0.49, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #502160 is Cyan = 0.17, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB803396-
CMYK0.170.6600.62
HSL284.76º48.84%25.29%-
HSV(B)284.76º65.62%37.65%-
XYZ5.963.6411.45-
YUV54.24151.57146.38-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 38.28%
GREEN value IS 33 (13.28% from 255) = 15.79%
BLUE value IS 96 (37.89% from 255) = 45.93%
R=38.28%
G=15.79%
B=45.93%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal8033960.170.6600.62284.7648.8425.29
Hex502160114203E11d3119
Octal12041140211020764356131
Binary10100001000011100000100011000010011111010001110111000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #502160

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #502160; }

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

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

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

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

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

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

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

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