#522A44

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

Shades of Loulou #522A44

Tints of Loulou #522A44

Color information

#522A44 (or 0x522A44) is unknown color: approx Loulou. HEX triplet: 52, 2A and 44. RGB value is (82,42,68). Sum of RGB (Red+Green+Blue) = 82+42+68=192 (25% of max value = 765). Red value is 82 (32.42% from 255 or 42.71% from 192); Green value is 42 (16.80% from 255 or 21.88% from 192); Blue value is 68 (26.95% from 255 or 35.42% from 192); Max value from RGB is 82 - color contains mainly: red. Hex color #522A44 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #522A44 is #ADD5BB. Grayscale: #383838. Windows color (decimal): -11392444 or 4467282. OLE color: 4467282.

HSL color Cylindrical-coordinate representation of color #522A44: hue angle of 321º degrees, saturation: 0.32, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #522A44 is Cyan = 0, Magento = 0.49, Yellow = 0.17 and Black (K on CMYK) = 0.68.

Color convert

RGB824268-
CMYK00.490.170.68
HSL321º32.26%24.31%-
HSV(B)321º48.78%32.16%-
XYZ5.353.875.93-
YUV56.92134.25145.89-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 42.71%
GREEN value IS 42 (16.80% from 255) = 21.88%
BLUE value IS 68 (26.95% from 255) = 35.42%
R=42.71%
G=21.88%
B=35.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.17
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal82426800.490.170.6832132.2624.31
Hex522A4403111441412018
Octal12252104061211045014030
Binary10100101010101000100011000110001100010010100000110000011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #522A44

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #522A44; }

 p { color: rgb(82,42,68); }

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

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

 a { background-color: rgb(82,42,68); }

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

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

 span { border-color: rgb(82,42,68); }

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