#59224A

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

Shades of Loulou #59224A

Tints of Loulou #59224A

Color information

#59224A (or 0x59224A) is unknown color: approx Loulou. HEX triplet: 59, 22 and 4A. RGB value is (89,34,74). Sum of RGB (Red+Green+Blue) = 89+34+74=197 (26% of max value = 765). Red value is 89 (35.16% from 255 or 45.18% from 197); Green value is 34 (13.67% from 255 or 17.26% from 197); Blue value is 74 (29.30% from 255 or 37.56% from 197); Max value from RGB is 89 - color contains mainly: red. Hex color #59224A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #59224A is #A6DDB5. Grayscale: #363636. Windows color (decimal): -10935734 or 4858457. OLE color: 4858457.

HSL color Cylindrical-coordinate representation of color #59224A: hue angle of 316.36º degrees, saturation: 0.45, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #59224A is Cyan = 0, Magento = 0.62, Yellow = 0.17 and Black (K on CMYK) = 0.65.

Color convert

RGB893474-
CMYK00.620.170.65
HSL316.36º44.72%24.12%-
HSV(B)316.36º61.8%34.9%-
XYZ5.933.766.89-
YUV55138.72152.25-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 45.18%
GREEN value IS 34 (13.67% from 255) = 17.26%
BLUE value IS 74 (29.30% from 255) = 37.56%
R=45.18%
G=17.26%
B=37.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.17
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal89347400.620.170.65316.3644.7224.12
Hex59224A03E114113c2d18
Octal13142112076211014745530
Binary10110011000101001010011111010001100000110011110010110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #59224A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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