#591B4D

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

Shades of Loulou #591B4D

Tints of Loulou #591B4D

Color information

#591B4D (or 0x591B4D) is unknown color: approx Loulou. HEX triplet: 59, 1B and 4D. RGB value is (89,27,77). Sum of RGB (Red+Green+Blue) = 89+27+77=193 (25% of max value = 765). Red value is 89 (35.16% from 255 or 46.11% from 193); Green value is 27 (10.94% from 255 or 13.99% from 193); Blue value is 77 (30.47% from 255 or 39.90% from 193); Max value from RGB is 89 - color contains mainly: red. Hex color #591B4D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #591B4D is #A6E4B2. Grayscale: #333333. Windows color (decimal): -10937523 or 5053273. OLE color: 5053273.

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

Color convert

RGB892777-
CMYK00.700.130.65
HSL311.61º53.45%22.75%-
HSV(B)311.61º69.66%34.9%-
XYZ5.853.447.38-
YUV51.24142.54154.93-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 46.11%
GREEN value IS 27 (10.94% from 255) = 13.99%
BLUE value IS 77 (30.47% from 255) = 39.90%
R=46.11%
G=13.99%
B=39.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.13
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal89277700.700.130.65311.6153.4522.75
Hex591B4D046D411383517
Octal131331150106151014706527
Binary1011001110111001101010001101101100000110011100011010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #591B4D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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