#591A49

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

Shades of Pompadour #591A49

Tints of Pompadour #591A49

Color information

#591A49 (or 0x591A49) is unknown color: approx Pompadour. HEX triplet: 59, 1A and 49. RGB value is (89,26,73). Sum of RGB (Red+Green+Blue) = 89+26+73=188 (24% of max value = 765). Red value is 89 (35.16% from 255 or 47.34% from 188); Green value is 26 (10.55% from 255 or 13.83% from 188); Blue value is 73 (28.91% from 255 or 38.83% from 188); Max value from RGB is 89 - color contains mainly: red. Hex color #591A49 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #591A49 is #A6E5B6. Grayscale: #323232. Windows color (decimal): -10937783 or 4790873. OLE color: 4790873.

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

Color convert

RGB892673-
CMYK00.710.180.65
HSL315.24º54.78%22.55%-
HSV(B)315.24º70.79%34.9%-
XYZ5.693.346.65-
YUV50.2140.87155.68-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 47.34%
GREEN value IS 26 (10.55% from 255) = 13.83%
BLUE value IS 73 (28.91% from 255) = 38.83%
R=47.34%
G=13.83%
B=38.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.18
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal89267300.710.180.65315.2454.7822.55
Hex591A49047124113b3717
Octal131321110107221014736727
Binary10110011101010010010100011110010100000110011101111011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #591A49

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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