#522B44

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

Shades of Loulou #522B44

Tints of Loulou #522B44

Color information

#522B44 (or 0x522B44) is unknown color: approx Loulou. HEX triplet: 52, 2B and 44. RGB value is (82,43,68). Sum of RGB (Red+Green+Blue) = 82+43+68=193 (25% of max value = 765). Red value is 82 (32.42% from 255 or 42.49% from 193); Green value is 43 (17.19% from 255 or 22.28% from 193); Blue value is 68 (26.95% from 255 or 35.23% from 193); Max value from RGB is 82 - color contains mainly: red. Hex color #522B44 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #522B44 is #ADD4BB. Grayscale: #393939. Windows color (decimal): -11392188 or 4467538. OLE color: 4467538.

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

Color convert

RGB824368-
CMYK00.480.170.68
HSL321.54º31.2%24.51%-
HSV(B)321.54º47.56%32.16%-
XYZ5.393.945.95-
YUV57.51133.92145.47-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 42.49%
GREEN value IS 43 (17.19% from 255) = 22.28%
BLUE value IS 68 (26.95% from 255) = 35.23%
R=42.49%
G=22.28%
B=35.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.17
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal82436800.480.170.68321.5431.224.51
Hex522B4403011441421f19
Octal12253104060211045023731
Binary1010010101011100010001100001000110001001010000101111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #522B44

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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