#591C4A

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

Shades of Loulou #591C4A

Tints of Loulou #591C4A

Color information

#591C4A (or 0x591C4A) is unknown color: approx Loulou. HEX triplet: 59, 1C and 4A. RGB value is (89,28,74). Sum of RGB (Red+Green+Blue) = 89+28+74=191 (25% of max value = 765). Red value is 89 (35.16% from 255 or 46.60% from 191); Green value is 28 (11.33% from 255 or 14.66% from 191); Blue value is 74 (29.30% from 255 or 38.74% from 191); Max value from RGB is 89 - color contains mainly: red. Hex color #591C4A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #591C4A is #A6E3B5. Grayscale: #333333. Windows color (decimal): -10937270 or 4856921. OLE color: 4856921.

HSL color Cylindrical-coordinate representation of color #591C4A: hue angle of 314.75º 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 #591C4A is Cyan = 0, Magento = 0.69, Yellow = 0.17 and Black (K on CMYK) = 0.65.

Color convert

RGB892874-
CMYK00.690.170.65
HSL314.75º52.14%22.94%-
HSV(B)314.75º68.54%34.9%-
XYZ5.773.456.84-
YUV51.48140.71154.76-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 46.60%
GREEN value IS 28 (11.33% from 255) = 14.66%
BLUE value IS 74 (29.30% from 255) = 38.74%
R=46.60%
G=14.66%
B=38.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.17
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal89287400.690.170.65314.7552.1422.94
Hex591C4A045114113b3417
Octal131341120105211014736427
Binary10110011110010010100100010110001100000110011101111010010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #591C4A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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