#59314F

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

Shades of Loulou #59314F

Tints of Loulou #59314F

Color information

#59314F (or 0x59314F) is unknown color: approx Loulou. HEX triplet: 59, 31 and 4F. RGB value is (89,49,79). Sum of RGB (Red+Green+Blue) = 89+49+79=217 (28% of max value = 765). Red value is 89 (35.16% from 255 or 41.01% from 217); Green value is 49 (19.53% from 255 or 22.58% from 217); Blue value is 79 (31.25% from 255 or 36.41% from 217); Max value from RGB is 89 - color contains mainly: red. Hex color #59314F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #59314F is #A6CEB0. Grayscale: #404040. Windows color (decimal): -10931889 or 5189977. OLE color: 5189977.

HSL color Cylindrical-coordinate representation of color #59314F: hue angle of 315º 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 #59314F is Cyan = 0, Magento = 0.45, Yellow = 0.11 and Black (K on CMYK) = 0.65.

Color convert

RGB894979-
CMYK00.450.110.65
HSL315º28.99%27.06%-
HSV(B)315º44.94%34.9%-
XYZ6.634.887.99-
YUV64.38136.25145.56-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 41.01%
GREEN value IS 49 (19.53% from 255) = 22.58%
BLUE value IS 79 (31.25% from 255) = 36.41%
R=41.01%
G=22.58%
B=36.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.11
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal89497900.450.110.6531528.9927.06
Hex59314F02DB4113b1d1b
Octal13161117055131014733533
Binary101100111000110011110101101101110000011001110111110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #59314F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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