#522D49

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

Shades of Loulou #522D49

Tints of Loulou #522D49

Color information

#522D49 (or 0x522D49) is unknown color: approx Loulou. HEX triplet: 52, 2D and 49. RGB value is (82,45,73). Sum of RGB (Red+Green+Blue) = 82+45+73=200 (26% of max value = 765). Red value is 82 (32.42% from 255 or 41% from 200); Green value is 45 (17.97% from 255 or 22.5% from 200); Blue value is 73 (28.91% from 255 or 36.5% from 200); Max value from RGB is 82 - color contains mainly: red. Hex color #522D49 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #522D49 is #ADD2B6. Grayscale: #3B3B3B. Windows color (decimal): -11391671 or 4795730. OLE color: 4795730.

HSL color Cylindrical-coordinate representation of color #522D49: hue angle of 314.59º degrees, saturation: 0.29, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #522D49 is Cyan = 0, Magento = 0.45, Yellow = 0.11 and Black (K on CMYK) = 0.68.

Color convert

RGB824573-
CMYK00.450.110.68
HSL314.59º29.13%24.9%-
HSV(B)314.59º45.12%32.16%-
XYZ5.624.156.81-
YUV59.26135.76144.22-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 41%
GREEN value IS 45 (17.97% from 255) = 22.5%
BLUE value IS 73 (28.91% from 255) = 36.5%
R=41%
G=22.5%
B=36.5%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.11
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal82457300.450.110.68314.5929.1324.9
Hex522D4902DB4413b1d19
Octal12255111055131044733531
Binary101001010110110010010101101101110001001001110111110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #522D49

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(82,45,73); }

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

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

 a { background-color: rgb(82,45,73); }

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

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

 span { border-color: rgb(82,45,73); }

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