#522B46

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

Shades of Loulou #522B46

Tints of Loulou #522B46

Color information

#522B46 (or 0x522B46) is unknown color: approx Loulou. HEX triplet: 52, 2B and 46. RGB value is (82,43,70). Sum of RGB (Red+Green+Blue) = 82+43+70=195 (25% of max value = 765). Red value is 82 (32.42% from 255 or 42.05% from 195); Green value is 43 (17.19% from 255 or 22.05% from 195); Blue value is 70 (27.73% from 255 or 35.90% from 195); Max value from RGB is 82 - color contains mainly: red. Hex color #522B46 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #522B46 is #ADD4B9. Grayscale: #393939. Windows color (decimal): -11392186 or 4598610. OLE color: 4598610.

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

Color convert

RGB824370-
CMYK00.480.150.68
HSL318.46º31.2%24.51%-
HSV(B)318.46º47.56%32.16%-
XYZ5.453.966.27-
YUV57.74134.92145.3-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 42.05%
GREEN value IS 43 (17.19% from 255) = 22.05%
BLUE value IS 70 (27.73% from 255) = 35.90%
R=42.05%
G=22.05%
B=35.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.15
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal82437000.480.150.68318.4631.224.51
Hex522B46030F4413e1f19
Octal12253106060171044763731
Binary101001010101110001100110000111110001001001111101111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #522B46

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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