#59234A

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

Shades of Loulou #59234A

Tints of Loulou #59234A

Color information

#59234A (or 0x59234A) is unknown color: approx Loulou. HEX triplet: 59, 23 and 4A. RGB value is (89,35,74). Sum of RGB (Red+Green+Blue) = 89+35+74=198 (26% of max value = 765). Red value is 89 (35.16% from 255 or 44.95% from 198); Green value is 35 (14.06% from 255 or 17.68% from 198); Blue value is 74 (29.30% from 255 or 37.37% from 198); Max value from RGB is 89 - color contains mainly: red. Hex color #59234A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #59234A is #A6DCB5. Grayscale: #373737. Windows color (decimal): -10935478 or 4858713. OLE color: 4858713.

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

Color convert

RGB893574-
CMYK00.610.170.65
HSL316.67º43.55%24.31%-
HSV(B)316.67º60.67%34.9%-
XYZ5.963.826.9-
YUV55.59138.39151.83-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 44.95%
GREEN value IS 35 (14.06% from 255) = 17.68%
BLUE value IS 74 (29.30% from 255) = 37.37%
R=44.95%
G=17.68%
B=37.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.17
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal89357400.610.170.65316.6743.5524.31
Hex59234A03D114113d2c18
Octal13143112075211014755430
Binary10110011000111001010011110110001100000110011110110110011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #59234A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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