Shades of Pompadour #800F4A
Tints of Pompadour #800F4A
RGB
CMYK
RGB Variations
Color information
#800F4A (or 0x800F4A) is known color: Pompadour. HEX triplet: 80, 0F and 4A. RGB value is (128,15,74). Sum of RGB (Red+Green+Blue) = 128+15+74=217 (28% of max value = 765). Red value is 128 (50.39% from 255 or 58.99% from 217); Green value is 15 (6.25% from 255 or 6.91% from 217); Blue value is 74 (29.30% from 255 or 34.10% from 217); Max value from RGB is 128 - color contains mainly: red. Hex color #800F4A is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #800F4A is #7FF0B5. Grayscale: #373737. Windows color (decimal): -8384694 or 4853632. OLE color: 4853632.
HSL color Cylindrical-coordinate representation of color #800F4A: hue angle of 328.67º 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 #800F4A is Cyan = 0, Magento = 0.88, Yellow = 0.42 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 128 | 15 | 74 | - |
| CMYK | 0 | 0.88 | 0.42 | 0.50 |
| HSL | 328.67º | 0.79% | 0.28% | - |
| HSV(B) | 328.67º | 0.88% | 0.5% | - |
| XYZ | 10.31 | 5.43 | 6.98 | - |
| YUV | 55.51 | 138.44 | 179.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 15 | 74 | 0 | 0.88 | 0.42 | 0.50 | 328.67 | 0.79 | 0.28 |
| Hex | 80 | F | 4A | 0 | 58 | 2A | 32 | 149 | 4F | 1C |
| Octal | 200 | 17 | 112 | 0 | 130 | 52 | 62 | 511 | 117 | 34 |
| Binary | 10000000 | 1111 | 1001010 | 0 | 1011000 | 101010 | 110010 | 101001001 | 1001111 | 11100 |
Color Harmonies of #800F4A
Complementary color
Monochromatic Colors of #800F4A
Black with #800F4A
Text Example
Text Example
White with #800F4A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #800F4A; }
p { color: rgb(128,15,74); }
H1.HeaderClassName
{
color: #800F4A;
}
.AnyTagClassName
{
color: #800F4A;
}
</style>
background-color css
<style>
a { background-color: #800F4A; }
a { background-color: rgb(128,15,74); }
div.DivClassName
{
background-color: #800F4A;
}
.BgClassName
{
background-color: #800F4A;
}
</style>
border-color css
<style>
span { border-color: #800F4A; }
span { border-color: rgb(128,15,74); }
td.TdClassName
{
border-color: #800F4A;
}
.TagClassName
{
border-color: #800F4A;
}
</style>