#59224E

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

Shades of Loulou #59224E

Tints of Loulou #59224E

Color information

#59224E (or 0x59224E) is unknown color: approx Loulou. HEX triplet: 59, 22 and 4E. RGB value is (89,34,78). Sum of RGB (Red+Green+Blue) = 89+34+78=201 (26% of max value = 765). Red value is 89 (35.16% from 255 or 44.28% from 201); Green value is 34 (13.67% from 255 or 16.92% from 201); Blue value is 78 (30.86% from 255 or 38.81% from 201); Max value from RGB is 89 - color contains mainly: red. Hex color #59224E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #59224E is #A6DDB1. Grayscale: #373737. Windows color (decimal): -10935730 or 5120601. OLE color: 5120601.

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

Color convert

RGB893478-
CMYK00.620.120.65
HSL312º44.72%24.12%-
HSV(B)312º61.8%34.9%-
XYZ6.073.827.62-
YUV55.46140.72151.92-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 44.28%
GREEN value IS 34 (13.67% from 255) = 16.92%
BLUE value IS 78 (30.86% from 255) = 38.81%
R=44.28%
G=16.92%
B=38.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.12
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal89347800.620.120.6531244.7224.12
Hex59224E03EC411382d18
Octal13142116076141014705530
Binary1011001100010100111001111101100100000110011100010110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #59224E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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