Shades of Pompadour #80144B
Tints of Pompadour #80144B
RGB
CMYK
RGB Variations
Color information
#80144B (or 0x80144B) is known color: Pompadour. HEX triplet: 80, 14 and 4B. RGB value is (128,20,75). Sum of RGB (Red+Green+Blue) = 128+20+75=223 (29% of max value = 765). Red value is 128 (50.39% from 255 or 57.40% from 223); Green value is 20 (8.20% from 255 or 8.97% from 223); Blue value is 75 (29.69% from 255 or 33.63% from 223); Max value from RGB is 128 - color contains mainly: red. Hex color #80144B is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #80144B is #7FEBB4. Grayscale: #3A3A3A. Windows color (decimal): -8383413 or 4920448. OLE color: 4920448.
HSL color Cylindrical-coordinate representation of color #80144B: hue angle of 329.44º degrees, saturation: 0.73, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #80144B is Cyan = 0, Magento = 0.84, Yellow = 0.41 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 128 | 20 | 75 | - |
| CMYK | 0 | 0.84 | 0.41 | 0.50 |
| HSL | 329.44º | 0.73% | 0.29% | - |
| HSV(B) | 329.44º | 0.84% | 0.5% | - |
| XYZ | 10.42 | 5.6 | 7.19 | - |
| YUV | 58.56 | 137.28 | 177.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 20 | 75 | 0 | 0.84 | 0.41 | 0.50 | 329.44 | 0.73 | 0.29 |
| Hex | 80 | 14 | 4B | 0 | 54 | 29 | 32 | 149 | 49 | 1D |
| Octal | 200 | 24 | 113 | 0 | 124 | 51 | 62 | 511 | 111 | 35 |
| Binary | 10000000 | 10100 | 1001011 | 0 | 1010100 | 101001 | 110010 | 101001001 | 1001001 | 11101 |
Color Harmonies of #80144B
Complementary color
Monochromatic Colors of #80144B
Black with #80144B
Text Example
Text Example
White with #80144B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80144B; }
p { color: rgb(128,20,75); }
H1.HeaderClassName
{
color: #80144B;
}
.AnyTagClassName
{
color: #80144B;
}
</style>
background-color css
<style>
a { background-color: #80144B; }
a { background-color: rgb(128,20,75); }
div.DivClassName
{
background-color: #80144B;
}
.BgClassName
{
background-color: #80144B;
}
</style>
border-color css
<style>
span { border-color: #80144B; }
span { border-color: rgb(128,20,75); }
td.TdClassName
{
border-color: #80144B;
}
.TagClassName
{
border-color: #80144B;
}
</style>