#521966

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

Shades of Scarlet Gum #521966

Tints of Scarlet Gum #521966

Color information

#521966 (or 0x521966) is unknown color: approx Scarlet Gum. HEX triplet: 52, 19 and 66. RGB value is (82,25,102). Sum of RGB (Red+Green+Blue) = 82+25+102=209 (27% of max value = 765). Red value is 82 (32.42% from 255 or 39.23% from 209); Green value is 25 (10.16% from 255 or 11.96% from 209); Blue value is 102 (40.23% from 255 or 48.80% from 209); Max value from RGB is 102 - color contains mainly: blue. Hex color #521966 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #521966 is #ADE699. Grayscale: #323232. Windows color (decimal): -11396762 or 6691154. OLE color: 6691154.

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

Color convert

RGB8225102-
CMYK0.200.7500.6
HSL284.42º60.63%24.9%-
HSV(B)284.42º75.49%40%-
XYZ6.233.4512.91-
YUV50.82156.88150.24-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 39.23%
GREEN value IS 25 (10.16% from 255) = 11.96%
BLUE value IS 102 (40.23% from 255) = 48.80%
R=39.23%
G=11.96%
B=48.80%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal82251020.200.7500.6284.4260.6324.9
Hex521966144B03C11c3d19
Octal12231146241130744347531
Binary1010010110011100110101001001011011110010001110011110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #521966

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #521966; }

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

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

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

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

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

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

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

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