#522B45

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

Shades of Loulou #522B45

Tints of Loulou #522B45

Color information

#522B45 (or 0x522B45) is unknown color: approx Loulou. HEX triplet: 52, 2B and 45. RGB value is (82,43,69). Sum of RGB (Red+Green+Blue) = 82+43+69=194 (25% of max value = 765). Red value is 82 (32.42% from 255 or 42.27% from 194); Green value is 43 (17.19% from 255 or 22.16% from 194); Blue value is 69 (27.34% from 255 or 35.57% from 194); Max value from RGB is 82 - color contains mainly: red. Hex color #522B45 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #522B45 is #ADD4BA. Grayscale: #393939. Windows color (decimal): -11392187 or 4533074. OLE color: 4533074.

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

Color convert

RGB824369-
CMYK00.480.160.68
HSL320º31.2%24.51%-
HSV(B)320º47.56%32.16%-
XYZ5.423.956.11-
YUV57.62134.42145.39-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 42.27%
GREEN value IS 43 (17.19% from 255) = 22.16%
BLUE value IS 69 (27.34% from 255) = 35.57%
R=42.27%
G=22.16%
B=35.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.16
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal82436900.480.160.6832031.224.51
Hex522B4503010441401f19
Octal12253105060201045003731
Binary1010010101011100010101100001000010001001010000001111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #522B45

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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