#591A4B

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

Shades of Loulou #591A4B

Tints of Loulou #591A4B

Color information

#591A4B (or 0x591A4B) is unknown color: approx Loulou. HEX triplet: 59, 1A and 4B. RGB value is (89,26,75). Sum of RGB (Red+Green+Blue) = 89+26+75=190 (25% of max value = 765). Red value is 89 (35.16% from 255 or 46.84% from 190); Green value is 26 (10.55% from 255 or 13.68% from 190); Blue value is 75 (29.69% from 255 or 39.47% from 190); Max value from RGB is 89 - color contains mainly: red. Hex color #591A4B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #591A4B is #A6E5B4. Grayscale: #323232. Windows color (decimal): -10937781 or 4921945. OLE color: 4921945.

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

Color convert

RGB892675-
CMYK00.710.160.65
HSL313.33º54.78%22.55%-
HSV(B)313.33º70.79%34.9%-
XYZ5.763.377-
YUV50.42141.87155.52-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 46.84%
GREEN value IS 26 (10.55% from 255) = 13.68%
BLUE value IS 75 (29.69% from 255) = 39.47%
R=46.84%
G=13.68%
B=39.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.16
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal89267500.710.160.65313.3354.7822.55
Hex591A4B04710411393717
Octal131321130107201014716727
Binary10110011101010010110100011110000100000110011100111011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #591A4B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(89,26,75); }

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

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

 a { background-color: rgb(89,26,75); }

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

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

 span { border-color: rgb(89,26,75); }

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