#59204A

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

Shades of Loulou #59204A

Tints of Loulou #59204A

Color information

#59204A (or 0x59204A) is unknown color: approx Loulou. HEX triplet: 59, 20 and 4A. RGB value is (89,32,74). Sum of RGB (Red+Green+Blue) = 89+32+74=195 (25% of max value = 765). Red value is 89 (35.16% from 255 or 45.64% from 195); Green value is 32 (12.89% from 255 or 16.41% from 195); Blue value is 74 (29.30% from 255 or 37.95% from 195); Max value from RGB is 89 - color contains mainly: red. Hex color #59204A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #59204A is #A6DFB5. Grayscale: #353535. Windows color (decimal): -10936246 or 4857945. OLE color: 4857945.

HSL color Cylindrical-coordinate representation of color #59204A: hue angle of 315.79º degrees, saturation: 0.47, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #59204A is Cyan = 0, Magento = 0.64, Yellow = 0.17 and Black (K on CMYK) = 0.65.

Color convert

RGB893274-
CMYK00.640.170.65
HSL315.79º47.11%23.73%-
HSV(B)315.79º64.04%34.9%-
XYZ5.873.656.87-
YUV53.83139.38153.08-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 45.64%
GREEN value IS 32 (12.89% from 255) = 16.41%
BLUE value IS 74 (29.30% from 255) = 37.95%
R=45.64%
G=16.41%
B=37.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.17
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal89327400.640.170.65315.7947.1123.73
Hex59204A040114113c2f18
Octal131401120100211014745730
Binary101100110000010010100100000010001100000110011110010111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #59204A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #59204A; }

 p { color: rgb(89,32,74); }

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

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

 a { background-color: rgb(89,32,74); }

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

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

 span { border-color: rgb(89,32,74); }

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