#522B4C

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

Shades of Loulou #522B4C

Tints of Loulou #522B4C

Color information

#522B4C (or 0x522B4C) is unknown color: approx Loulou. HEX triplet: 52, 2B and 4C. RGB value is (82,43,76). Sum of RGB (Red+Green+Blue) = 82+43+76=201 (26% of max value = 765). Red value is 82 (32.42% from 255 or 40.80% from 201); Green value is 43 (17.19% from 255 or 21.39% from 201); Blue value is 76 (30.08% from 255 or 37.81% from 201); Max value from RGB is 82 - color contains mainly: red. Hex color #522B4C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #522B4C is #ADD4B3. Grayscale: #3A3A3A. Windows color (decimal): -11392180 or 4991826. OLE color: 4991826.

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

Color convert

RGB824376-
CMYK00.480.070.68
HSL309.23º31.2%24.51%-
HSV(B)309.23º47.56%32.16%-
XYZ5.654.047.32-
YUV58.42137.92144.82-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 40.80%
GREEN value IS 43 (17.19% from 255) = 21.39%
BLUE value IS 76 (30.08% from 255) = 37.81%
R=40.80%
G=21.39%
B=37.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.07
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal82437600.480.070.68309.2331.224.51
Hex522B4C0307441351f19
Octal1225311406071044653731
Binary10100101010111001100011000011110001001001101011111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #522B4C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(82,43,76); }

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

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

 a { background-color: rgb(82,43,76); }

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

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

 span { border-color: rgb(82,43,76); }

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