#522045

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

Shades of Loulou #522045

Tints of Loulou #522045

Color information

#522045 (or 0x522045) is unknown color: approx Loulou. HEX triplet: 52, 20 and 45. RGB value is (82,32,69). Sum of RGB (Red+Green+Blue) = 82+32+69=183 (24% of max value = 765). Red value is 82 (32.42% from 255 or 44.81% from 183); Green value is 32 (12.89% from 255 or 17.49% from 183); Blue value is 69 (27.34% from 255 or 37.70% from 183); Max value from RGB is 82 - color contains mainly: red. Hex color #522045 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #522045 is #ADDFBA. Grayscale: #333333. Windows color (decimal): -11395003 or 4530258. OLE color: 4530258.

HSL color Cylindrical-coordinate representation of color #522045: hue angle of 315.6º degrees, saturation: 0.44, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #522045 is Cyan = 0, Magento = 0.61, Yellow = 0.16 and Black (K on CMYK) = 0.68.

Color convert

RGB823269-
CMYK00.610.160.68
HSL315.6º43.86%22.35%-
HSV(B)315.6º60.98%32.16%-
XYZ5.073.265.99-
YUV51.17138.06149.99-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 44.81%
GREEN value IS 32 (12.89% from 255) = 17.49%
BLUE value IS 69 (27.34% from 255) = 37.70%
R=44.81%
G=17.49%
B=37.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.16
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal82326900.610.160.68315.643.8622.35
Hex52204503D104413c2c16
Octal12240105075201044745426
Binary10100101000001000101011110110000100010010011110010110010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #522045

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #522045; }

 p { color: rgb(82,32,69); }

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

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

 a { background-color: rgb(82,32,69); }

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

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

 span { border-color: rgb(82,32,69); }

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