#521869

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

Shades of Scarlet Gum #521869

Tints of Scarlet Gum #521869

Color information

#521869 (or 0x521869) is unknown color: approx Scarlet Gum. HEX triplet: 52, 18 and 69. RGB value is (82,24,105). Sum of RGB (Red+Green+Blue) = 82+24+105=211 (27% of max value = 765). Red value is 82 (32.42% from 255 or 38.86% from 211); Green value is 24 (9.77% from 255 or 11.37% from 211); Blue value is 105 (41.41% from 255 or 49.76% from 211); Max value from RGB is 105 - color contains mainly: blue. Hex color #521869 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #521869 is #ADE796. Grayscale: #323232. Windows color (decimal): -11397015 or 6887506. OLE color: 6887506.

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

Color convert

RGB8224105-
CMYK0.220.7700.59
HSL282.96º62.79%25.29%-
HSV(B)282.96º77.14%41.18%-
XYZ6.363.4713.7-
YUV50.58158.72150.41-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 38.86%
GREEN value IS 24 (9.77% from 255) = 11.37%
BLUE value IS 105 (41.41% from 255) = 49.76%
R=38.86%
G=11.37%
B=49.76%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.77
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal82241050.220.7700.59282.9662.7925.29
Hex521869164D03B11b3f19
Octal12230151261150734337731
Binary1010010110001101001101101001101011101110001101111111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #521869

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #521869; }

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

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

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

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

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

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

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

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