#522B4A

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

Shades of Loulou #522B4A

Tints of Loulou #522B4A

Color information

#522B4A (or 0x522B4A) is unknown color: approx Loulou. HEX triplet: 52, 2B and 4A. RGB value is (82,43,74). Sum of RGB (Red+Green+Blue) = 82+43+74=199 (26% of max value = 765). Red value is 82 (32.42% from 255 or 41.21% from 199); Green value is 43 (17.19% from 255 or 21.61% from 199); Blue value is 74 (29.30% from 255 or 37.19% from 199); Max value from RGB is 82 - color contains mainly: red. Hex color #522B4A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #522B4A is #ADD4B5. Grayscale: #3A3A3A. Windows color (decimal): -11392182 or 4860754. OLE color: 4860754.

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

Color convert

RGB824374-
CMYK00.480.100.68
HSL312.31º31.2%24.51%-
HSV(B)312.31º47.56%32.16%-
XYZ5.584.026.96-
YUV58.2136.92144.98-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 41.21%
GREEN value IS 43 (17.19% from 255) = 21.61%
BLUE value IS 74 (29.30% from 255) = 37.19%
R=41.21%
G=21.61%
B=37.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.10
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal82437400.480.100.68312.3131.224.51
Hex522B4A030A441381f19
Octal12253112060121044703731
Binary101001010101110010100110000101010001001001110001111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #522B4A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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