#522146

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

Shades of Loulou #522146

Tints of Loulou #522146

Color information

#522146 (or 0x522146) is unknown color: approx Loulou. HEX triplet: 52, 21 and 46. RGB value is (82,33,70). Sum of RGB (Red+Green+Blue) = 82+33+70=185 (24% of max value = 765). Red value is 82 (32.42% from 255 or 44.32% from 185); Green value is 33 (13.28% from 255 or 17.84% from 185); Blue value is 70 (27.73% from 255 or 37.84% from 185); Max value from RGB is 82 - color contains mainly: red. Hex color #522146 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #522146 is #ADDEB9. Grayscale: #333333. Windows color (decimal): -11394746 or 4596050. OLE color: 4596050.

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

Color convert

RGB823370-
CMYK00.600.150.68
HSL314.69º42.61%22.55%-
HSV(B)314.69º59.76%32.16%-
XYZ5.133.326.17-
YUV51.87138.23149.49-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 44.32%
GREEN value IS 33 (13.28% from 255) = 17.84%
BLUE value IS 70 (27.73% from 255) = 37.84%
R=44.32%
G=17.84%
B=37.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.15
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal82337000.600.150.68314.6942.6122.55
Hex52214603CF4413b2b17
Octal12241106074171044735327
Binary1010010100001100011001111001111100010010011101110101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #522146

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #522146; }

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

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

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

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

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

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

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

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