Shades of Pompadour #800F4B
Tints of Pompadour #800F4B
RGB
CMYK
RGB Variations
Color information
#800F4B (or 0x800F4B) is known color: Pompadour. HEX triplet: 80, 0F and 4B. RGB value is (128,15,75). Sum of RGB (Red+Green+Blue) = 128+15+75=218 (28% of max value = 765). Red value is 128 (50.39% from 255 or 58.72% from 218); Green value is 15 (6.25% from 255 or 6.88% from 218); Blue value is 75 (29.69% from 255 or 34.40% from 218); Max value from RGB is 128 - color contains mainly: red. Hex color #800F4B is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #800F4B is #7FF0B4. Grayscale: #373737. Windows color (decimal): -8384693 or 4919168. OLE color: 4919168.
HSL color Cylindrical-coordinate representation of color #800F4B: hue angle of 328.14º 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 #800F4B is Cyan = 0, Magento = 0.88, Yellow = 0.41 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 128 | 15 | 75 | - |
| CMYK | 0 | 0.88 | 0.41 | 0.50 |
| HSL | 328.14º | 0.79% | 0.28% | - |
| HSV(B) | 328.14º | 0.88% | 0.5% | - |
| XYZ | 10.34 | 5.44 | 7.16 | - |
| YUV | 55.63 | 138.94 | 179.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 15 | 75 | 0 | 0.88 | 0.41 | 0.50 | 328.14 | 0.79 | 0.28 |
| Hex | 80 | F | 4B | 0 | 58 | 29 | 32 | 148 | 4F | 1C |
| Octal | 200 | 17 | 113 | 0 | 130 | 51 | 62 | 510 | 117 | 34 |
| Binary | 10000000 | 1111 | 1001011 | 0 | 1011000 | 101001 | 110010 | 101001000 | 1001111 | 11100 |
Color Harmonies of #800F4B
Complementary color
Monochromatic Colors of #800F4B
Black with #800F4B
Text Example
Text Example
White with #800F4B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #800F4B; }
p { color: rgb(128,15,75); }
H1.HeaderClassName
{
color: #800F4B;
}
.AnyTagClassName
{
color: #800F4B;
}
</style>
background-color css
<style>
a { background-color: #800F4B; }
a { background-color: rgb(128,15,75); }
div.DivClassName
{
background-color: #800F4B;
}
.BgClassName
{
background-color: #800F4B;
}
</style>
border-color css
<style>
span { border-color: #800F4B; }
span { border-color: rgb(128,15,75); }
td.TdClassName
{
border-color: #800F4B;
}
.TagClassName
{
border-color: #800F4B;
}
</style>