#522042

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

Shades of Loulou #522042

Tints of Loulou #522042

Color information

#522042 (or 0x522042) is unknown color: approx Loulou. HEX triplet: 52, 20 and 42. RGB value is (82,32,66). Sum of RGB (Red+Green+Blue) = 82+32+66=180 (23% of max value = 765). Red value is 82 (32.42% from 255 or 45.56% from 180); Green value is 32 (12.89% from 255 or 17.78% from 180); Blue value is 66 (26.17% from 255 or 36.67% from 180); Max value from RGB is 82 - color contains mainly: red. Hex color #522042 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #522042 is #ADDFBD. Grayscale: #323232. Windows color (decimal): -11395006 or 4333650. OLE color: 4333650.

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

Color convert

RGB823266-
CMYK00.610.200.68
HSL319.2º43.86%22.35%-
HSV(B)319.2º60.98%32.16%-
XYZ4.983.225.51-
YUV50.83136.56150.24-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 45.56%
GREEN value IS 32 (12.89% from 255) = 17.78%
BLUE value IS 66 (26.17% from 255) = 36.67%
R=45.56%
G=17.78%
B=36.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.20
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal82326600.610.200.68319.243.8622.35
Hex52204203D144413f2c16
Octal12240102075241044775426
Binary10100101000001000010011110110100100010010011111110110010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #522042

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #522042; }

 p { color: rgb(82,32,66); }

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

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

 a { background-color: rgb(82,32,66); }

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

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

 span { border-color: rgb(82,32,66); }

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