#521766

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

Shades of Scarlet Gum #521766

Tints of Scarlet Gum #521766

Color information

#521766 (or 0x521766) is unknown color: approx Scarlet Gum. HEX triplet: 52, 17 and 66. RGB value is (82,23,102). Sum of RGB (Red+Green+Blue) = 82+23+102=207 (27% of max value = 765). Red value is 82 (32.42% from 255 or 39.61% from 207); Green value is 23 (9.38% from 255 or 11.11% from 207); Blue value is 102 (40.23% from 255 or 49.28% from 207); Max value from RGB is 102 - color contains mainly: blue. Hex color #521766 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #521766 is #ADE899. Grayscale: #313131. Windows color (decimal): -11397274 or 6690642. OLE color: 6690642.

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

Color convert

RGB8223102-
CMYK0.200.7700.6
HSL284.81º63.2%24.51%-
HSV(B)284.81º77.45%40%-
XYZ6.183.3712.89-
YUV49.65157.55151.08-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 39.61%
GREEN value IS 23 (9.38% from 255) = 11.11%
BLUE value IS 102 (40.23% from 255) = 49.28%
R=39.61%
G=11.11%
B=49.28%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.77
Y (Yellow) values IS 0
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal82231020.200.7700.6284.8163.224.51
Hex521766144D03C11d3f19
Octal12227146241150744357731
Binary1010010101111100110101001001101011110010001110111111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #521766

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #521766; }

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

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

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

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

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

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

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

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