Shades of Pompadour #800F47
Tints of Pompadour #800F47
RGB
CMYK
RGB Variations
Color information
#800F47 (or 0x800F47) is known color: Pompadour. HEX triplet: 80, 0F and 47. RGB value is (128,15,71). Sum of RGB (Red+Green+Blue) = 128+15+71=214 (28% of max value = 765). Red value is 128 (50.39% from 255 or 59.81% from 214); Green value is 15 (6.25% from 255 or 7.01% from 214); Blue value is 71 (28.12% from 255 or 33.18% from 214); Max value from RGB is 128 - color contains mainly: red. Hex color #800F47 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #800F47 is #7FF0B8. Grayscale: #373737. Windows color (decimal): -8384697 or 4657024. OLE color: 4657024.
HSL color Cylindrical-coordinate representation of color #800F47: hue angle of 330.27º degrees, saturation: 0.79, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #800F47 is Cyan = 0, Magento = 0.88, Yellow = 0.45 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 128 | 15 | 71 | - |
| CMYK | 0 | 0.88 | 0.45 | 0.50 |
| HSL | 330.27º | 0.79% | 0.28% | - |
| HSV(B) | 330.27º | 0.88% | 0.5% | - |
| XYZ | 10.21 | 5.39 | 6.46 | - |
| YUV | 55.17 | 136.94 | 179.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 15 | 71 | 0 | 0.88 | 0.45 | 0.50 | 330.27 | 0.79 | 0.28 |
| Hex | 80 | F | 47 | 0 | 58 | 2D | 32 | 14A | 4F | 1C |
| Octal | 200 | 17 | 107 | 0 | 130 | 55 | 62 | 512 | 117 | 34 |
| Binary | 10000000 | 1111 | 1000111 | 0 | 1011000 | 101101 | 110010 | 101001010 | 1001111 | 11100 |
Color Harmonies of #800F47
Complementary color
Monochromatic Colors of #800F47
Black with #800F47
Text Example
Text Example
White with #800F47
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #800F47; }
p { color: rgb(128,15,71); }
H1.HeaderClassName
{
color: #800F47;
}
.AnyTagClassName
{
color: #800F47;
}
</style>
background-color css
<style>
a { background-color: #800F47; }
a { background-color: rgb(128,15,71); }
div.DivClassName
{
background-color: #800F47;
}
.BgClassName
{
background-color: #800F47;
}
</style>
border-color css
<style>
span { border-color: #800F47; }
span { border-color: rgb(128,15,71); }
td.TdClassName
{
border-color: #800F47;
}
.TagClassName
{
border-color: #800F47;
}
</style>