#59314C

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

Shades of Loulou #59314C

Tints of Loulou #59314C

Color information

#59314C (or 0x59314C) is unknown color: approx Loulou. HEX triplet: 59, 31 and 4C. RGB value is (89,49,76). Sum of RGB (Red+Green+Blue) = 89+49+76=214 (28% of max value = 765). Red value is 89 (35.16% from 255 or 41.59% from 214); Green value is 49 (19.53% from 255 or 22.90% from 214); Blue value is 76 (30.08% from 255 or 35.51% from 214); Max value from RGB is 89 - color contains mainly: red. Hex color #59314C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #59314C is #A6CEB3. Grayscale: #3F3F3F. Windows color (decimal): -10931892 or 4993369. OLE color: 4993369.

HSL color Cylindrical-coordinate representation of color #59314C: hue angle of 319.5º degrees, saturation: 0.29, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #59314C is Cyan = 0, Magento = 0.45, Yellow = 0.15 and Black (K on CMYK) = 0.65.

Color convert

RGB894976-
CMYK00.450.150.65
HSL319.5º28.99%27.06%-
HSV(B)319.5º44.94%34.9%-
XYZ6.524.847.43-
YUV64.04134.75145.8-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 41.59%
GREEN value IS 49 (19.53% from 255) = 22.90%
BLUE value IS 76 (30.08% from 255) = 35.51%
R=41.59%
G=22.90%
B=35.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.15
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal89497600.450.150.65319.528.9927.06
Hex59314C02DF411401d1b
Octal13161114055171015003533
Binary101100111000110011000101101111110000011010000001110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #59314C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #59314C; }

 p { color: rgb(89,49,76); }

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

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

 a { background-color: rgb(89,49,76); }

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

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

 span { border-color: rgb(89,49,76); }

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