Shades of Pompadour #80164B
Tints of Pompadour #80164B
RGB
CMYK
RGB Variations
Color information
#80164B (or 0x80164B) is known color: Pompadour. HEX triplet: 80, 16 and 4B. RGB value is (128,22,75). Sum of RGB (Red+Green+Blue) = 128+22+75=225 (29% of max value = 765). Red value is 128 (50.39% from 255 or 56.89% from 225); Green value is 22 (8.98% from 255 or 9.78% from 225); Blue value is 75 (29.69% from 255 or 33.33% from 225); Max value from RGB is 128 - color contains mainly: red. Hex color #80164B is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #80164B is #7FE9B4. Grayscale: #3B3B3B. Windows color (decimal): -8382901 or 4920960. OLE color: 4920960.
HSL color Cylindrical-coordinate representation of color #80164B: hue angle of 330º 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 #80164B is Cyan = 0, Magento = 0.83, Yellow = 0.41 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 128 | 22 | 75 | - |
| CMYK | 0 | 0.83 | 0.41 | 0.50 |
| HSL | 330º | 0.71% | 0.29% | - |
| HSV(B) | 330º | 0.83% | 0.5% | - |
| XYZ | 10.46 | 5.67 | 7.2 | - |
| YUV | 59.74 | 136.62 | 176.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 22 | 75 | 0 | 0.83 | 0.41 | 0.50 | 330 | 0.71 | 0.29 |
| Hex | 80 | 16 | 4B | 0 | 53 | 29 | 32 | 14A | 47 | 1D |
| Octal | 200 | 26 | 113 | 0 | 123 | 51 | 62 | 512 | 107 | 35 |
| Binary | 10000000 | 10110 | 1001011 | 0 | 1010011 | 101001 | 110010 | 101001010 | 1000111 | 11101 |
Color Harmonies of #80164B
Complementary color
Monochromatic Colors of #80164B
Black with #80164B
Text Example
Text Example
White with #80164B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80164B; }
p { color: rgb(128,22,75); }
H1.HeaderClassName
{
color: #80164B;
}
.AnyTagClassName
{
color: #80164B;
}
</style>
background-color css
<style>
a { background-color: #80164B; }
a { background-color: rgb(128,22,75); }
div.DivClassName
{
background-color: #80164B;
}
.BgClassName
{
background-color: #80164B;
}
</style>
border-color css
<style>
span { border-color: #80164B; }
span { border-color: rgb(128,22,75); }
td.TdClassName
{
border-color: #80164B;
}
.TagClassName
{
border-color: #80164B;
}
</style>