#591C4D

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

Shades of Loulou #591C4D

Tints of Loulou #591C4D

Color information

#591C4D (or 0x591C4D) is unknown color: approx Loulou. HEX triplet: 59, 1C and 4D. RGB value is (89,28,77). Sum of RGB (Red+Green+Blue) = 89+28+77=194 (25% of max value = 765). Red value is 89 (35.16% from 255 or 45.88% from 194); Green value is 28 (11.33% from 255 or 14.43% from 194); Blue value is 77 (30.47% from 255 or 39.69% from 194); Max value from RGB is 89 - color contains mainly: red. Hex color #591C4D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #591C4D is #A6E3B2. Grayscale: #333333. Windows color (decimal): -10937267 or 5053529. OLE color: 5053529.

HSL color Cylindrical-coordinate representation of color #591C4D: hue angle of 311.8º degrees, saturation: 0.52, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #591C4D is Cyan = 0, Magento = 0.69, Yellow = 0.13 and Black (K on CMYK) = 0.65.

Color convert

RGB892877-
CMYK00.690.130.65
HSL311.8º52.14%22.94%-
HSV(B)311.8º68.54%34.9%-
XYZ5.873.497.39-
YUV51.82142.21154.52-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 45.88%
GREEN value IS 28 (11.33% from 255) = 14.43%
BLUE value IS 77 (30.47% from 255) = 39.69%
R=45.88%
G=14.43%
B=39.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.13
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal89287700.690.130.65311.852.1422.94
Hex591C4D045D411383417
Octal131341150105151014706427
Binary1011001111001001101010001011101100000110011100011010010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #591C4D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #591C4D; }

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

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

<style>
 a { background-color: #591C4D; }

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

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

<style>
 span { border-color: #591C4D; }

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

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