#59234E

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

Shades of Loulou #59234E

Tints of Loulou #59234E

Color information

#59234E (or 0x59234E) is unknown color: approx Loulou. HEX triplet: 59, 23 and 4E. RGB value is (89,35,78). Sum of RGB (Red+Green+Blue) = 89+35+78=202 (26% of max value = 765). Red value is 89 (35.16% from 255 or 44.06% from 202); Green value is 35 (14.06% from 255 or 17.33% from 202); Blue value is 78 (30.86% from 255 or 38.61% from 202); Max value from RGB is 89 - color contains mainly: red. Hex color #59234E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #59234E is #A6DCB1. Grayscale: #373737. Windows color (decimal): -10935474 or 5120857. OLE color: 5120857.

HSL color Cylindrical-coordinate representation of color #59234E: hue angle of 312.22º degrees, saturation: 0.44, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #59234E is Cyan = 0, Magento = 0.61, Yellow = 0.12 and Black (K on CMYK) = 0.65.

Color convert

RGB893578-
CMYK00.610.120.65
HSL312.22º43.55%24.31%-
HSV(B)312.22º60.67%34.9%-
XYZ6.13.887.63-
YUV56.05140.39151.5-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 44.06%
GREEN value IS 35 (14.06% from 255) = 17.33%
BLUE value IS 78 (30.86% from 255) = 38.61%
R=44.06%
G=17.33%
B=38.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.12
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal89357800.610.120.65312.2243.5524.31
Hex59234E03DC411382c18
Octal13143116075141014705430
Binary1011001100011100111001111011100100000110011100010110011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #59234E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #59234E; }

 p { color: rgb(89,35,78); }

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

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

 a { background-color: rgb(89,35,78); }

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

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

 span { border-color: rgb(89,35,78); }

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