#522A4B

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

Shades of Loulou #522A4B

Tints of Loulou #522A4B

Color information

#522A4B (or 0x522A4B) is unknown color: approx Loulou. HEX triplet: 52, 2A and 4B. RGB value is (82,42,75). Sum of RGB (Red+Green+Blue) = 82+42+75=199 (26% of max value = 765). Red value is 82 (32.42% from 255 or 41.21% from 199); Green value is 42 (16.80% from 255 or 21.11% from 199); Blue value is 75 (29.69% from 255 or 37.69% from 199); Max value from RGB is 82 - color contains mainly: red. Hex color #522A4B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #522A4B is #ADD5B4. Grayscale: #393939. Windows color (decimal): -11392437 or 4926034. OLE color: 4926034.

HSL color Cylindrical-coordinate representation of color #522A4B: hue angle of 310.5º 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 #522A4B is Cyan = 0, Magento = 0.49, Yellow = 0.09 and Black (K on CMYK) = 0.68.

Color convert

RGB824275-
CMYK00.490.090.68
HSL310.5º32.26%24.31%-
HSV(B)310.5º48.78%32.16%-
XYZ5.583.967.13-
YUV57.72137.75145.32-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 41.21%
GREEN value IS 42 (16.80% from 255) = 21.11%
BLUE value IS 75 (29.69% from 255) = 37.69%
R=41.21%
G=21.11%
B=37.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.09
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal82427500.490.090.68310.532.2624.31
Hex522A4B0319441362018
Octal12252113061111044664030
Binary1010010101010100101101100011001100010010011011010000011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #522A4B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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