#522542

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

Shades of Loulou #522542

Tints of Loulou #522542

Color information

#522542 (or 0x522542) is unknown color: approx Loulou. HEX triplet: 52, 25 and 42. RGB value is (82,37,66). Sum of RGB (Red+Green+Blue) = 82+37+66=185 (24% of max value = 765). Red value is 82 (32.42% from 255 or 44.32% from 185); Green value is 37 (14.84% from 255 or 20% from 185); Blue value is 66 (26.17% from 255 or 35.68% from 185); Max value from RGB is 82 - color contains mainly: red. Hex color #522542 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #522542 is #ADDABD. Grayscale: #353535. Windows color (decimal): -11393726 or 4334930. OLE color: 4334930.

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

Color convert

RGB823766-
CMYK00.550.200.68
HSL321.33º37.82%23.33%-
HSV(B)321.33º54.88%32.16%-
XYZ5.123.515.56-
YUV53.76134.91148.14-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 44.32%
GREEN value IS 37 (14.84% from 255) = 20%
BLUE value IS 66 (26.17% from 255) = 35.68%
R=44.32%
G=20%
B=35.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.20
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal82376600.550.200.68321.3337.8223.33
Hex52254203714441412617
Octal12245102067241045014627
Binary10100101001011000010011011110100100010010100000110011010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #522542

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #522542; }

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

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

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

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

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

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

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

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