#59224B

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

Shades of Loulou #59224B

Tints of Loulou #59224B

Color information

#59224B (or 0x59224B) is unknown color: approx Loulou. HEX triplet: 59, 22 and 4B. RGB value is (89,34,75). Sum of RGB (Red+Green+Blue) = 89+34+75=198 (26% of max value = 765). Red value is 89 (35.16% from 255 or 44.95% from 198); Green value is 34 (13.67% from 255 or 17.17% from 198); Blue value is 75 (29.69% from 255 or 37.88% from 198); Max value from RGB is 89 - color contains mainly: red. Hex color #59224B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #59224B is #A6DDB4. Grayscale: #373737. Windows color (decimal): -10935733 or 4923993. OLE color: 4923993.

HSL color Cylindrical-coordinate representation of color #59224B: hue angle of 315.27º 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 #59224B is Cyan = 0, Magento = 0.62, Yellow = 0.16 and Black (K on CMYK) = 0.65.

Color convert

RGB893475-
CMYK00.620.160.65
HSL315.27º44.72%24.12%-
HSV(B)315.27º61.8%34.9%-
XYZ5.963.787.07-
YUV55.12139.22152.17-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 44.95%
GREEN value IS 34 (13.67% from 255) = 17.17%
BLUE value IS 75 (29.69% from 255) = 37.88%
R=44.95%
G=17.17%
B=37.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.16
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal89347500.620.160.65315.2744.7224.12
Hex59224B03E104113b2d18
Octal13142113076201014735530
Binary10110011000101001011011111010000100000110011101110110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #59224B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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