#522969

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

Shades of Scarlet Gum #522969

Tints of Scarlet Gum #522969

Color information

#522969 (or 0x522969) is unknown color: approx Scarlet Gum. HEX triplet: 52, 29 and 69. RGB value is (82,41,105). Sum of RGB (Red+Green+Blue) = 82+41+105=228 (30% of max value = 765). Red value is 82 (32.42% from 255 or 35.96% from 228); Green value is 41 (16.41% from 255 or 17.98% from 228); Blue value is 105 (41.41% from 255 or 46.05% from 228); Max value from RGB is 105 - color contains mainly: blue. Hex color #522969 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #522969 is #ADD696. Grayscale: #3C3C3C. Windows color (decimal): -11392663 or 6891858. OLE color: 6891858.

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

Color convert

RGB8241105-
CMYK0.220.6100.59
HSL278.44º43.84%28.63%-
HSV(B)278.44º60.95%41.18%-
XYZ6.824.413.85-
YUV60.56153.08143.3-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 35.96%
GREEN value IS 41 (16.41% from 255) = 17.98%
BLUE value IS 105 (41.41% from 255) = 46.05%
R=35.96%
G=17.98%
B=46.05%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal82411050.220.6100.59278.4443.8428.63
Hex522969163D03B1162c1d
Octal1225115126750734265435
Binary1010010101001110100110110111101011101110001011010110011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #522969

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #522969; }

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

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

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

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

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

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

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

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