Shades of Pompadour #59153F
Tints of Pompadour #59153F
RGB
CMYK
RGB Variations
Color information
#59153F (or 0x59153F) is known color: Pompadour. HEX triplet: 59, 15 and 3F. RGB value is (89,21,63). Sum of RGB (Red+Green+Blue) = 89+21+63=173 (22% of max value = 765). Red value is 89 (35.16% from 255 or 51.45% from 173); Green value is 21 (8.59% from 255 or 12.14% from 173); Blue value is 63 (25% from 255 or 36.42% from 173); Max value from RGB is 89 - color contains mainly: red. Hex color #59153F is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #59153F is #A6EAC0. Grayscale: #2E2E2E. Windows color (decimal): -10939073 or 4134233. OLE color: 4134233.
HSL color Cylindrical-coordinate representation of color #59153F: hue angle of 322.94º 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 #59153F is Cyan = 0, Magento = 0.76, Yellow = 0.29 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 89 | 21 | 63 | - |
| CMYK | 0 | 0.76 | 0.29 | 0.65 |
| HSL | 322.94º | 0.62% | 0.22% | - |
| HSV(B) | 322.94º | 0.76% | 0.35% | - |
| XYZ | 5.29 | 3.02 | 5.01 | - |
| YUV | 46.12 | 137.53 | 158.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 21 | 63 | 0 | 0.76 | 0.29 | 0.65 | 322.94 | 0.62 | 0.22 |
| Hex | 59 | 15 | 3F | 0 | 4C | 1D | 41 | 143 | 3E | 16 |
| Octal | 131 | 25 | 77 | 0 | 114 | 35 | 101 | 503 | 76 | 26 |
| Binary | 1011001 | 10101 | 111111 | 0 | 1001100 | 11101 | 1000001 | 101000011 | 111110 | 10110 |
Color Harmonies of #59153F
Complementary color
Monochromatic Colors of #59153F
Black with #59153F
Text Example
Text Example
White with #59153F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #59153F; }
p { color: rgb(89,21,63); }
H1.HeaderClassName
{
color: #59153F;
}
.AnyTagClassName
{
color: #59153F;
}
</style>
background-color css
<style>
a { background-color: #59153F; }
a { background-color: rgb(89,21,63); }
div.DivClassName
{
background-color: #59153F;
}
.BgClassName
{
background-color: #59153F;
}
</style>
border-color css
<style>
span { border-color: #59153F; }
span { border-color: rgb(89,21,63); }
td.TdClassName
{
border-color: #59153F;
}
.TagClassName
{
border-color: #59153F;
}
</style>