#59284F

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

Shades of Loulou #59284F

Tints of Loulou #59284F

Color information

#59284F (or 0x59284F) is unknown color: approx Loulou. HEX triplet: 59, 28 and 4F. RGB value is (89,40,79). Sum of RGB (Red+Green+Blue) = 89+40+79=208 (27% of max value = 765). Red value is 89 (35.16% from 255 or 42.79% from 208); Green value is 40 (16.02% from 255 or 19.23% from 208); Blue value is 79 (31.25% from 255 or 37.98% from 208); Max value from RGB is 89 - color contains mainly: red. Hex color #59284F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #59284F is #A6D7B0. Grayscale: #3A3A3A. Windows color (decimal): -10934193 or 5187673. OLE color: 5187673.

HSL color Cylindrical-coordinate representation of color #59284F: hue angle of 312.24º degrees, saturation: 0.38, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #59284F is Cyan = 0, Magento = 0.55, Yellow = 0.11 and Black (K on CMYK) = 0.65.

Color convert

RGB894079-
CMYK00.550.110.65
HSL312.24º37.98%25.29%-
HSV(B)312.24º55.06%34.9%-
XYZ6.294.217.88-
YUV59.1139.23149.33-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 42.79%
GREEN value IS 40 (16.02% from 255) = 19.23%
BLUE value IS 79 (31.25% from 255) = 37.98%
R=42.79%
G=19.23%
B=37.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.11
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal89407900.550.110.65312.2437.9825.29
Hex59284F037B411382619
Octal13150117067131014704631
Binary1011001101000100111101101111011100000110011100010011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #59284F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #59284F; }

 p { color: rgb(89,40,79); }

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

<style>
 a { background-color: #59284F; }

 a { background-color: rgb(89,40,79); }

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

<style>
 span { border-color: #59284F; }

 span { border-color: rgb(89,40,79); }

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