Shades of Pompadour #80124C
Tints of Pompadour #80124C
RGB
CMYK
RGB Variations
Color information
#80124C (or 0x80124C) is known color: Pompadour. HEX triplet: 80, 12 and 4C. RGB value is (128,18,76). Sum of RGB (Red+Green+Blue) = 128+18+76=222 (29% of max value = 765). Red value is 128 (50.39% from 255 or 57.66% from 222); Green value is 18 (7.42% from 255 or 8.11% from 222); Blue value is 76 (30.08% from 255 or 34.23% from 222); Max value from RGB is 128 - color contains mainly: red. Hex color #80124C is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #80124C is #7FEDB3. Grayscale: #393939. Windows color (decimal): -8383924 or 4985472. OLE color: 4985472.
HSL color Cylindrical-coordinate representation of color #80124C: hue angle of 328.36º degrees, saturation: 0.75, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #80124C is Cyan = 0, Magento = 0.86, Yellow = 0.41 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 128 | 18 | 76 | - |
| CMYK | 0 | 0.86 | 0.41 | 0.50 |
| HSL | 328.36º | 0.75% | 0.29% | - |
| HSV(B) | 328.36º | 0.86% | 0.5% | - |
| XYZ | 10.42 | 5.54 | 7.36 | - |
| YUV | 57.5 | 138.44 | 178.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 18 | 76 | 0 | 0.86 | 0.41 | 0.50 | 328.36 | 0.75 | 0.29 |
| Hex | 80 | 12 | 4C | 0 | 56 | 29 | 32 | 148 | 4B | 1D |
| Octal | 200 | 22 | 114 | 0 | 126 | 51 | 62 | 510 | 113 | 35 |
| Binary | 10000000 | 10010 | 1001100 | 0 | 1010110 | 101001 | 110010 | 101001000 | 1001011 | 11101 |
Color Harmonies of #80124C
Complementary color
Monochromatic Colors of #80124C
Black with #80124C
Text Example
Text Example
White with #80124C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80124C; }
p { color: rgb(128,18,76); }
H1.HeaderClassName
{
color: #80124C;
}
.AnyTagClassName
{
color: #80124C;
}
</style>
background-color css
<style>
a { background-color: #80124C; }
a { background-color: rgb(128,18,76); }
div.DivClassName
{
background-color: #80124C;
}
.BgClassName
{
background-color: #80124C;
}
</style>
border-color css
<style>
span { border-color: #80124C; }
span { border-color: rgb(128,18,76); }
td.TdClassName
{
border-color: #80124C;
}
.TagClassName
{
border-color: #80124C;
}
</style>