#591549

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

Shades of Pompadour #591549

Tints of Pompadour #591549

Color information

#591549 (or 0x591549) is unknown color: approx Pompadour. HEX triplet: 59, 15 and 49. RGB value is (89,21,73). Sum of RGB (Red+Green+Blue) = 89+21+73=183 (24% of max value = 765). Red value is 89 (35.16% from 255 or 48.63% from 183); Green value is 21 (8.59% from 255 or 11.48% from 183); Blue value is 73 (28.91% from 255 or 39.89% from 183); Max value from RGB is 89 - color contains mainly: red. Hex color #591549 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #591549 is #A6EAB6. Grayscale: #2F2F2F. Windows color (decimal): -10939063 or 4789593. OLE color: 4789593.

HSL color Cylindrical-coordinate representation of color #591549: hue angle of 314.12º degrees, saturation: 0.62, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #591549 is Cyan = 0, Magento = 0.76, Yellow = 0.18 and Black (K on CMYK) = 0.65.

Color convert

RGB892173-
CMYK00.760.180.65
HSL314.12º61.82%21.57%-
HSV(B)314.12º76.4%34.9%-
XYZ5.593.146.61-
YUV47.26142.53157.77-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 48.63%
GREEN value IS 21 (8.59% from 255) = 11.48%
BLUE value IS 73 (28.91% from 255) = 39.89%
R=48.63%
G=11.48%
B=39.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.18
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal89217300.760.180.65314.1261.8221.57
Hex59154904C124113a3e16
Octal131251110114221014727626
Binary10110011010110010010100110010010100000110011101011111010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #591549

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #591549; }

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

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

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

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

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

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

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

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