#522B4B

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

Shades of Loulou #522B4B

Tints of Loulou #522B4B

Color information

#522B4B (or 0x522B4B) is unknown color: approx Loulou. HEX triplet: 52, 2B and 4B. RGB value is (82,43,75). Sum of RGB (Red+Green+Blue) = 82+43+75=200 (26% of max value = 765). Red value is 82 (32.42% from 255 or 41% from 200); Green value is 43 (17.19% from 255 or 21.5% from 200); Blue value is 75 (29.69% from 255 or 37.5% from 200); Max value from RGB is 82 - color contains mainly: red. Hex color #522B4B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #522B4B is #ADD4B4. Grayscale: #3A3A3A. Windows color (decimal): -11392181 or 4926290. OLE color: 4926290.

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

Color convert

RGB824375-
CMYK00.480.090.68
HSL310.77º31.2%24.51%-
HSV(B)310.77º47.56%32.16%-
XYZ5.614.037.14-
YUV58.31137.42144.9-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 41%
GREEN value IS 43 (17.19% from 255) = 21.5%
BLUE value IS 75 (29.69% from 255) = 37.5%
R=41%
G=21.5%
B=37.5%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.09
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal82437500.480.090.68310.7731.224.51
Hex522B4B0309441371f19
Octal12253113060111044673731
Binary101001010101110010110110000100110001001001101111111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #522B4B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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