#522B43

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

Shades of Loulou #522B43

Tints of Loulou #522B43

Color information

#522B43 (or 0x522B43) is unknown color: approx Loulou. HEX triplet: 52, 2B and 43. RGB value is (82,43,67). Sum of RGB (Red+Green+Blue) = 82+43+67=192 (25% of max value = 765). Red value is 82 (32.42% from 255 or 42.71% from 192); Green value is 43 (17.19% from 255 or 22.40% from 192); Blue value is 67 (26.56% from 255 or 34.90% from 192); Max value from RGB is 82 - color contains mainly: red. Hex color #522B43 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #522B43 is #ADD4BC. Grayscale: #393939. Windows color (decimal): -11392189 or 4402002. OLE color: 4402002.

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

Color convert

RGB824367-
CMYK00.480.180.68
HSL323.08º31.2%24.51%-
HSV(B)323.08º47.56%32.16%-
XYZ5.363.935.79-
YUV57.4133.42145.55-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 42.71%
GREEN value IS 43 (17.19% from 255) = 22.40%
BLUE value IS 67 (26.56% from 255) = 34.90%
R=42.71%
G=22.40%
B=34.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.18
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal82436700.480.180.68323.0831.224.51
Hex522B4303012441431f19
Octal12253103060221045033731
Binary1010010101011100001101100001001010001001010000111111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #522B43

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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