#521266

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

Shades of Scarlet Gum #521266

Tints of Scarlet Gum #521266

Color information

#521266 (or 0x521266) is unknown color: approx Scarlet Gum. HEX triplet: 52, 12 and 66. RGB value is (82,18,102). Sum of RGB (Red+Green+Blue) = 82+18+102=202 (26% of max value = 765). Red value is 82 (32.42% from 255 or 40.59% from 202); Green value is 18 (7.42% from 255 or 8.91% from 202); Blue value is 102 (40.23% from 255 or 50.50% from 202); Max value from RGB is 102 - color contains mainly: blue. Hex color #521266 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #521266 is #ADED99. Grayscale: #2E2E2E. Windows color (decimal): -11398554 or 6689362. OLE color: 6689362.

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

Color convert

RGB8218102-
CMYK0.200.8200.6
HSL285.71º70%23.53%-
HSV(B)285.71º82.35%40%-
XYZ6.093.1912.86-
YUV46.71159.2153.17-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 40.59%
GREEN value IS 18 (7.42% from 255) = 8.91%
BLUE value IS 102 (40.23% from 255) = 50.50%
R=40.59%
G=8.91%
B=50.50%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.82
Y (Yellow) values IS 0
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal82181020.200.8200.6285.717023.53
Hex521266145203C11e4618
Octal122221462412207443610630
Binary10100101001011001101010010100100111100100011110100011011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #521266

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #521266; }

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

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

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

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

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

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

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

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