#522C4D

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

Shades of Loulou #522C4D

Tints of Loulou #522C4D

Color information

#522C4D (or 0x522C4D) is unknown color: approx Loulou. HEX triplet: 52, 2C and 4D. RGB value is (82,44,77). Sum of RGB (Red+Green+Blue) = 82+44+77=203 (26% of max value = 765). Red value is 82 (32.42% from 255 or 40.39% from 203); Green value is 44 (17.58% from 255 or 21.67% from 203); Blue value is 77 (30.47% from 255 or 37.93% from 203); Max value from RGB is 82 - color contains mainly: red. Hex color #522C4D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #522C4D is #ADD3B2. Grayscale: #3B3B3B. Windows color (decimal): -11391923 or 5057618. OLE color: 5057618.

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

Color convert

RGB824477-
CMYK00.460.060.68
HSL307.89º30.16%24.71%-
HSV(B)307.89º46.34%32.16%-
XYZ5.724.137.52-
YUV59.12138.09144.32-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 40.39%
GREEN value IS 44 (17.58% from 255) = 21.67%
BLUE value IS 77 (30.47% from 255) = 37.93%
R=40.39%
G=21.67%
B=37.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.06
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal82447700.460.060.68307.8930.1624.71
Hex522C4D02E6441341e19
Octal1225411505661044643631
Binary10100101011001001101010111011010001001001101001111011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #522C4D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(82,44,77); }

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

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

 a { background-color: rgb(82,44,77); }

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

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

 span { border-color: rgb(82,44,77); }

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