#522446

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

Shades of Loulou #522446

Tints of Loulou #522446

Color information

#522446 (or 0x522446) is unknown color: approx Loulou. HEX triplet: 52, 24 and 46. RGB value is (82,36,70). Sum of RGB (Red+Green+Blue) = 82+36+70=188 (24% of max value = 765). Red value is 82 (32.42% from 255 or 43.62% from 188); Green value is 36 (14.45% from 255 or 19.15% from 188); Blue value is 70 (27.73% from 255 or 37.23% from 188); Max value from RGB is 82 - color contains mainly: red. Hex color #522446 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #522446 is #ADDBB9. Grayscale: #353535. Windows color (decimal): -11393978 or 4596818. OLE color: 4596818.

HSL color Cylindrical-coordinate representation of color #522446: hue angle of 315.65º degrees, saturation: 0.39, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #522446 is Cyan = 0, Magento = 0.56, Yellow = 0.15 and Black (K on CMYK) = 0.68.

Color convert

RGB823670-
CMYK00.560.150.68
HSL315.65º38.98%23.14%-
HSV(B)315.65º56.1%32.16%-
XYZ5.223.56.19-
YUV53.63137.24148.24-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 43.62%
GREEN value IS 36 (14.45% from 255) = 19.15%
BLUE value IS 70 (27.73% from 255) = 37.23%
R=43.62%
G=19.15%
B=37.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.15
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal82367000.560.150.68315.6538.9823.14
Hex522446038F4413c2717
Octal12244106070171044744727
Binary1010010100100100011001110001111100010010011110010011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #522446

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #522446; }

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

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

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

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

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

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

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

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