Shades of Pompadour #591A3F
Tints of Pompadour #591A3F
RGB
CMYK
RGB Variations
Color information
#591A3F (or 0x591A3F) is known color: Pompadour. HEX triplet: 59, 1A and 3F. RGB value is (89,26,63). Sum of RGB (Red+Green+Blue) = 89+26+63=178 (23% of max value = 765). Red value is 89 (35.16% from 255 or 50% from 178); Green value is 26 (10.55% from 255 or 14.61% from 178); Blue value is 63 (25% from 255 or 35.39% from 178); Max value from RGB is 89 - color contains mainly: red. Hex color #591A3F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #591A3F is #A6E5C0. Grayscale: #303030. Windows color (decimal): -10937793 or 4135513. OLE color: 4135513.
HSL color Cylindrical-coordinate representation of color #591A3F: hue angle of 324.76º 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 #591A3F is Cyan = 0, Magento = 0.71, Yellow = 0.29 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 89 | 26 | 63 | - |
| CMYK | 0 | 0.71 | 0.29 | 0.65 |
| HSL | 324.76º | 0.55% | 0.23% | - |
| HSV(B) | 324.76º | 0.71% | 0.35% | - |
| XYZ | 5.39 | 3.22 | 5.04 | - |
| YUV | 49.06 | 135.87 | 156.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 26 | 63 | 0 | 0.71 | 0.29 | 0.65 | 324.76 | 0.55 | 0.23 |
| Hex | 59 | 1A | 3F | 0 | 47 | 1D | 41 | 145 | 37 | 17 |
| Octal | 131 | 32 | 77 | 0 | 107 | 35 | 101 | 505 | 67 | 27 |
| Binary | 1011001 | 11010 | 111111 | 0 | 1000111 | 11101 | 1000001 | 101000101 | 110111 | 10111 |
Color Harmonies of #591A3F
Complementary color
Monochromatic Colors of #591A3F
Black with #591A3F
Text Example
Text Example
White with #591A3F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #591A3F; }
p { color: rgb(89,26,63); }
H1.HeaderClassName
{
color: #591A3F;
}
.AnyTagClassName
{
color: #591A3F;
}
</style>
background-color css
<style>
a { background-color: #591A3F; }
a { background-color: rgb(89,26,63); }
div.DivClassName
{
background-color: #591A3F;
}
.BgClassName
{
background-color: #591A3F;
}
</style>
border-color css
<style>
span { border-color: #591A3F; }
span { border-color: rgb(89,26,63); }
td.TdClassName
{
border-color: #591A3F;
}
.TagClassName
{
border-color: #591A3F;
}
</style>