#59274C

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

Shades of Loulou #59274C

Tints of Loulou #59274C

Color information

#59274C (or 0x59274C) is unknown color: approx Loulou. HEX triplet: 59, 27 and 4C. RGB value is (89,39,76). Sum of RGB (Red+Green+Blue) = 89+39+76=204 (27% of max value = 765). Red value is 89 (35.16% from 255 or 43.63% from 204); Green value is 39 (15.62% from 255 or 19.12% from 204); Blue value is 76 (30.08% from 255 or 37.25% from 204); Max value from RGB is 89 - color contains mainly: red. Hex color #59274C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #59274C is #A6D8B3. Grayscale: #3A3A3A. Windows color (decimal): -10934452 or 4990809. OLE color: 4990809.

HSL color Cylindrical-coordinate representation of color #59274C: hue angle of 315.6º 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 #59274C is Cyan = 0, Magento = 0.56, Yellow = 0.15 and Black (K on CMYK) = 0.65.

Color convert

RGB893976-
CMYK00.560.150.65
HSL315.6º39.06%25.1%-
HSV(B)315.6º56.18%34.9%-
XYZ6.154.17.3-
YUV58.17138.06149.99-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 43.63%
GREEN value IS 39 (15.62% from 255) = 19.12%
BLUE value IS 76 (30.08% from 255) = 37.25%
R=43.63%
G=19.12%
B=37.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.15
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal89397600.560.150.65315.639.0625.1
Hex59274C038F4113c2719
Octal13147114070171014744731
Binary1011001100111100110001110001111100000110011110010011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #59274C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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