#59234C

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

Shades of Loulou #59234C

Tints of Loulou #59234C

Color information

#59234C (or 0x59234C) is unknown color: approx Loulou. HEX triplet: 59, 23 and 4C. RGB value is (89,35,76). Sum of RGB (Red+Green+Blue) = 89+35+76=200 (26% of max value = 765). Red value is 89 (35.16% from 255 or 44.5% from 200); Green value is 35 (14.06% from 255 or 17.5% from 200); Blue value is 76 (30.08% from 255 or 38% from 200); Max value from RGB is 89 - color contains mainly: red. Hex color #59234C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #59234C is #A6DCB3. Grayscale: #373737. Windows color (decimal): -10935476 or 4989785. OLE color: 4989785.

HSL color Cylindrical-coordinate representation of color #59234C: hue angle of 314.44º 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 #59234C is Cyan = 0, Magento = 0.61, Yellow = 0.15 and Black (K on CMYK) = 0.65.

Color convert

RGB893576-
CMYK00.610.150.65
HSL314.44º43.55%24.31%-
HSV(B)314.44º60.67%34.9%-
XYZ6.033.857.26-
YUV55.82139.39151.67-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 44.5%
GREEN value IS 35 (14.06% from 255) = 17.5%
BLUE value IS 76 (30.08% from 255) = 38%
R=44.5%
G=17.5%
B=38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.15
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal89357600.610.150.65314.4443.5524.31
Hex59234C03DF4113a2c18
Octal13143114075171014725430
Binary1011001100011100110001111011111100000110011101010110011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #59234C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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