Shades of Pompadour #591F3A
Tints of Pompadour #591F3A
RGB
CMYK
RGB Variations
Color information
#591F3A (or 0x591F3A) is known color: Pompadour. HEX triplet: 59, 1F and 3A. RGB value is (89,31,58). Sum of RGB (Red+Green+Blue) = 89+31+58=178 (23% of max value = 765). Red value is 89 (35.16% from 255 or 50% from 178); Green value is 31 (12.5% from 255 or 17.42% from 178); Blue value is 58 (23.05% from 255 or 32.58% from 178); Max value from RGB is 89 - color contains mainly: red. Hex color #591F3A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #591F3A is #A6E0C5. Grayscale: #333333. Windows color (decimal): -10936518 or 3809113. OLE color: 3809113.
HSL color Cylindrical-coordinate representation of color #591F3A: hue angle of 332.07º degrees, saturation: 0.48, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #591F3A is Cyan = 0, Magento = 0.65, Yellow = 0.35 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 89 | 31 | 58 | - |
| CMYK | 0 | 0.65 | 0.35 | 0.65 |
| HSL | 332.07º | 0.48% | 0.24% | - |
| HSV(B) | 332.07º | 0.65% | 0.35% | - |
| XYZ | 5.37 | 3.41 | 4.38 | - |
| YUV | 51.42 | 131.72 | 154.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 31 | 58 | 0 | 0.65 | 0.35 | 0.65 | 332.07 | 0.48 | 0.24 |
| Hex | 59 | 1F | 3A | 0 | 41 | 23 | 41 | 14C | 30 | 18 |
| Octal | 131 | 37 | 72 | 0 | 101 | 43 | 101 | 514 | 60 | 30 |
| Binary | 1011001 | 11111 | 111010 | 0 | 1000001 | 100011 | 1000001 | 101001100 | 110000 | 11000 |
Color Harmonies of #591F3A
Complementary color
Monochromatic Colors of #591F3A
Black with #591F3A
Text Example
Text Example
White with #591F3A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #591F3A; }
p { color: rgb(89,31,58); }
H1.HeaderClassName
{
color: #591F3A;
}
.AnyTagClassName
{
color: #591F3A;
}
</style>
background-color css
<style>
a { background-color: #591F3A; }
a { background-color: rgb(89,31,58); }
div.DivClassName
{
background-color: #591F3A;
}
.BgClassName
{
background-color: #591F3A;
}
</style>
border-color css
<style>
span { border-color: #591F3A; }
span { border-color: rgb(89,31,58); }
td.TdClassName
{
border-color: #591F3A;
}
.TagClassName
{
border-color: #591F3A;
}
</style>