#521866

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

Shades of Scarlet Gum #521866

Tints of Scarlet Gum #521866

Color information

#521866 (or 0x521866) is unknown color: approx Scarlet Gum. HEX triplet: 52, 18 and 66. RGB value is (82,24,102). Sum of RGB (Red+Green+Blue) = 82+24+102=208 (27% of max value = 765). Red value is 82 (32.42% from 255 or 39.42% from 208); Green value is 24 (9.77% from 255 or 11.54% from 208); Blue value is 102 (40.23% from 255 or 49.04% from 208); Max value from RGB is 102 - color contains mainly: blue. Hex color #521866 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #521866 is #ADE799. Grayscale: #313131. Windows color (decimal): -11397018 or 6690898. OLE color: 6690898.

HSL color Cylindrical-coordinate representation of color #521866: hue angle of 284.62º degrees, saturation: 0.62, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #521866 is Cyan = 0.20, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.6.

Color convert

RGB8224102-
CMYK0.200.7600.6
HSL284.62º61.9%24.71%-
HSV(B)284.62º76.47%40%-
XYZ6.23.4112.9-
YUV50.23157.22150.66-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 39.42%
GREEN value IS 24 (9.77% from 255) = 11.54%
BLUE value IS 102 (40.23% from 255) = 49.04%
R=39.42%
G=11.54%
B=49.04%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal82241020.200.7600.6284.6261.924.71
Hex521866144C03C11d3e19
Octal12230146241140744357631
Binary1010010110001100110101001001100011110010001110111111011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #521866

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #521866; }

 p { color: rgb(82,24,102); }

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

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

 a { background-color: rgb(82,24,102); }

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

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

 span { border-color: rgb(82,24,102); }

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