#59274D

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

Shades of Loulou #59274D

Tints of Loulou #59274D

Color information

#59274D (or 0x59274D) is unknown color: approx Loulou. HEX triplet: 59, 27 and 4D. RGB value is (89,39,77). Sum of RGB (Red+Green+Blue) = 89+39+77=205 (27% of max value = 765). Red value is 89 (35.16% from 255 or 43.41% from 205); Green value is 39 (15.62% from 255 or 19.02% from 205); Blue value is 77 (30.47% from 255 or 37.56% from 205); Max value from RGB is 89 - color contains mainly: red. Hex color #59274D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #59274D is #A6D8B2. Grayscale: #3A3A3A. Windows color (decimal): -10934451 or 5056345. OLE color: 5056345.

HSL color Cylindrical-coordinate representation of color #59274D: hue angle of 314.4º degrees, saturation: 0.39, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #59274D is Cyan = 0, Magento = 0.56, Yellow = 0.13 and Black (K on CMYK) = 0.65.

Color convert

RGB893977-
CMYK00.560.130.65
HSL314.4º39.06%25.1%-
HSV(B)314.4º56.18%34.9%-
XYZ6.184.117.49-
YUV58.28138.56149.91-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 43.41%
GREEN value IS 39 (15.62% from 255) = 19.02%
BLUE value IS 77 (30.47% from 255) = 37.56%
R=43.41%
G=19.02%
B=37.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.13
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal89397700.560.130.65314.439.0625.1
Hex59274D038D4113a2719
Octal13147115070151014724731
Binary1011001100111100110101110001101100000110011101010011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #59274D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #59274D; }

 p { color: rgb(89,39,77); }

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

<style>
 a { background-color: #59274D; }

 a { background-color: rgb(89,39,77); }

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

<style>
 span { border-color: #59274D; }

 span { border-color: rgb(89,39,77); }

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