Shades of Pompadour #80164F
Tints of Pompadour #80164F
RGB
CMYK
RGB Variations
Color information
#80164F (or 0x80164F) is known color: Pompadour. HEX triplet: 80, 16 and 4F. RGB value is (128,22,79). Sum of RGB (Red+Green+Blue) = 128+22+79=229 (30% of max value = 765). Red value is 128 (50.39% from 255 or 55.90% from 229); Green value is 22 (8.98% from 255 or 9.61% from 229); Blue value is 79 (31.25% from 255 or 34.50% from 229); Max value from RGB is 128 - color contains mainly: red. Hex color #80164F is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #80164F is #7FE9B0. Grayscale: #3C3C3C. Windows color (decimal): -8382897 or 5183104. OLE color: 5183104.
HSL color Cylindrical-coordinate representation of color #80164F: hue angle of 327.74º degrees, saturation: 0.71, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #80164F is Cyan = 0, Magento = 0.83, Yellow = 0.38 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 128 | 22 | 79 | - |
| CMYK | 0 | 0.83 | 0.38 | 0.50 |
| HSL | 327.74º | 0.71% | 0.29% | - |
| HSV(B) | 327.74º | 0.83% | 0.5% | - |
| XYZ | 10.6 | 5.73 | 7.94 | - |
| YUV | 60.19 | 138.62 | 176.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 22 | 79 | 0 | 0.83 | 0.38 | 0.50 | 327.74 | 0.71 | 0.29 |
| Hex | 80 | 16 | 4F | 0 | 53 | 26 | 32 | 148 | 47 | 1D |
| Octal | 200 | 26 | 117 | 0 | 123 | 46 | 62 | 510 | 107 | 35 |
| Binary | 10000000 | 10110 | 1001111 | 0 | 1010011 | 100110 | 110010 | 101001000 | 1000111 | 11101 |
Color Harmonies of #80164F
Complementary color
Monochromatic Colors of #80164F
Black with #80164F
Text Example
Text Example
White with #80164F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80164F; }
p { color: rgb(128,22,79); }
H1.HeaderClassName
{
color: #80164F;
}
.AnyTagClassName
{
color: #80164F;
}
</style>
background-color css
<style>
a { background-color: #80164F; }
a { background-color: rgb(128,22,79); }
div.DivClassName
{
background-color: #80164F;
}
.BgClassName
{
background-color: #80164F;
}
</style>
border-color css
<style>
span { border-color: #80164F; }
span { border-color: rgb(128,22,79); }
td.TdClassName
{
border-color: #80164F;
}
.TagClassName
{
border-color: #80164F;
}
</style>