Shades of Pompadour #800F54
Tints of Pompadour #800F54
RGB
CMYK
RGB Variations
Color information
#800F54 (or 0x800F54) is known color: Pompadour. HEX triplet: 80, 0F and 54. RGB value is (128,15,84). Sum of RGB (Red+Green+Blue) = 128+15+84=227 (30% of max value = 765). Red value is 128 (50.39% from 255 or 56.39% from 227); Green value is 15 (6.25% from 255 or 6.61% from 227); Blue value is 84 (33.20% from 255 or 37.00% from 227); Max value from RGB is 128 - color contains mainly: red. Hex color #800F54 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #800F54 is #7FF0AB. Grayscale: #383838. Windows color (decimal): -8384684 or 5508992. OLE color: 5508992.
HSL color Cylindrical-coordinate representation of color #800F54: hue angle of 323.36º 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 #800F54 is Cyan = 0, Magento = 0.88, Yellow = 0.34 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 128 | 15 | 84 | - |
| CMYK | 0 | 0.88 | 0.34 | 0.50 |
| HSL | 323.36º | 0.79% | 0.28% | - |
| HSV(B) | 323.36º | 0.88% | 0.5% | - |
| XYZ | 10.67 | 5.57 | 8.9 | - |
| YUV | 56.65 | 143.44 | 178.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 15 | 84 | 0 | 0.88 | 0.34 | 0.50 | 323.36 | 0.79 | 0.28 |
| Hex | 80 | F | 54 | 0 | 58 | 22 | 32 | 143 | 4F | 1C |
| Octal | 200 | 17 | 124 | 0 | 130 | 42 | 62 | 503 | 117 | 34 |
| Binary | 10000000 | 1111 | 1010100 | 0 | 1011000 | 100010 | 110010 | 101000011 | 1001111 | 11100 |
Color Harmonies of #800F54
Complementary color
Monochromatic Colors of #800F54
Black with #800F54
Text Example
Text Example
White with #800F54
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #800F54; }
p { color: rgb(128,15,84); }
H1.HeaderClassName
{
color: #800F54;
}
.AnyTagClassName
{
color: #800F54;
}
</style>
background-color css
<style>
a { background-color: #800F54; }
a { background-color: rgb(128,15,84); }
div.DivClassName
{
background-color: #800F54;
}
.BgClassName
{
background-color: #800F54;
}
</style>
border-color css
<style>
span { border-color: #800F54; }
span { border-color: rgb(128,15,84); }
td.TdClassName
{
border-color: #800F54;
}
.TagClassName
{
border-color: #800F54;
}
</style>