Shades of Pompadour #591B3C
Tints of Pompadour #591B3C
RGB
CMYK
RGB Variations
Color information
#591B3C (or 0x591B3C) is known color: Pompadour. HEX triplet: 59, 1B and 3C. RGB value is (89,27,60). Sum of RGB (Red+Green+Blue) = 89+27+60=176 (23% of max value = 765). Red value is 89 (35.16% from 255 or 50.57% from 176); Green value is 27 (10.94% from 255 or 15.34% from 176); Blue value is 60 (23.83% from 255 or 34.09% from 176); Max value from RGB is 89 - color contains mainly: red. Hex color #591B3C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #591B3C is #A6E4C3. Grayscale: #313131. Windows color (decimal): -10937540 or 3939161. OLE color: 3939161.
HSL color Cylindrical-coordinate representation of color #591B3C: hue angle of 328.06º 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 #591B3C is Cyan = 0, Magento = 0.70, Yellow = 0.33 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 89 | 27 | 60 | - |
| CMYK | 0 | 0.70 | 0.33 | 0.65 |
| HSL | 328.06º | 0.53% | 0.23% | - |
| HSV(B) | 328.06º | 0.7% | 0.35% | - |
| XYZ | 5.33 | 3.23 | 4.62 | - |
| YUV | 49.3 | 134.04 | 156.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 27 | 60 | 0 | 0.70 | 0.33 | 0.65 | 328.06 | 0.53 | 0.23 |
| Hex | 59 | 1B | 3C | 0 | 46 | 21 | 41 | 148 | 35 | 17 |
| Octal | 131 | 33 | 74 | 0 | 106 | 41 | 101 | 510 | 65 | 27 |
| Binary | 1011001 | 11011 | 111100 | 0 | 1000110 | 100001 | 1000001 | 101001000 | 110101 | 10111 |
Color Harmonies of #591B3C
Complementary color
Monochromatic Colors of #591B3C
Black with #591B3C
Text Example
Text Example
White with #591B3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #591B3C; }
p { color: rgb(89,27,60); }
H1.HeaderClassName
{
color: #591B3C;
}
.AnyTagClassName
{
color: #591B3C;
}
</style>
background-color css
<style>
a { background-color: #591B3C; }
a { background-color: rgb(89,27,60); }
div.DivClassName
{
background-color: #591B3C;
}
.BgClassName
{
background-color: #591B3C;
}
</style>
border-color css
<style>
span { border-color: #591B3C; }
span { border-color: rgb(89,27,60); }
td.TdClassName
{
border-color: #591B3C;
}
.TagClassName
{
border-color: #591B3C;
}
</style>