Shades of Pompadour #80134C
Tints of Pompadour #80134C
RGB
CMYK
RGB Variations
Color information
#80134C (or 0x80134C) is known color: Pompadour. HEX triplet: 80, 13 and 4C. RGB value is (128,19,76). Sum of RGB (Red+Green+Blue) = 128+19+76=223 (29% of max value = 765). Red value is 128 (50.39% from 255 or 57.40% from 223); Green value is 19 (7.81% from 255 or 8.52% from 223); Blue value is 76 (30.08% from 255 or 34.08% from 223); Max value from RGB is 128 - color contains mainly: red. Hex color #80134C is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #80134C is #7FECB3. Grayscale: #393939. Windows color (decimal): -8383668 or 4985728. OLE color: 4985728.
HSL color Cylindrical-coordinate representation of color #80134C: hue angle of 328.62º degrees, saturation: 0.74, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #80134C is Cyan = 0, Magento = 0.85, Yellow = 0.41 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 128 | 19 | 76 | - |
| CMYK | 0 | 0.85 | 0.41 | 0.50 |
| HSL | 328.62º | 0.74% | 0.29% | - |
| HSV(B) | 328.62º | 0.85% | 0.5% | - |
| XYZ | 10.44 | 5.58 | 7.36 | - |
| YUV | 58.09 | 138.11 | 177.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 19 | 76 | 0 | 0.85 | 0.41 | 0.50 | 328.62 | 0.74 | 0.29 |
| Hex | 80 | 13 | 4C | 0 | 55 | 29 | 32 | 149 | 4A | 1D |
| Octal | 200 | 23 | 114 | 0 | 125 | 51 | 62 | 511 | 112 | 35 |
| Binary | 10000000 | 10011 | 1001100 | 0 | 1010101 | 101001 | 110010 | 101001001 | 1001010 | 11101 |
Color Harmonies of #80134C
Complementary color
Monochromatic Colors of #80134C
Black with #80134C
Text Example
Text Example
White with #80134C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80134C; }
p { color: rgb(128,19,76); }
H1.HeaderClassName
{
color: #80134C;
}
.AnyTagClassName
{
color: #80134C;
}
</style>
background-color css
<style>
a { background-color: #80134C; }
a { background-color: rgb(128,19,76); }
div.DivClassName
{
background-color: #80134C;
}
.BgClassName
{
background-color: #80134C;
}
</style>
border-color css
<style>
span { border-color: #80134C; }
span { border-color: rgb(128,19,76); }
td.TdClassName
{
border-color: #80134C;
}
.TagClassName
{
border-color: #80134C;
}
</style>