Shades of Pompadour #80104F
Tints of Pompadour #80104F
RGB
CMYK
RGB Variations
Color information
#80104F (or 0x80104F) is known color: Pompadour. HEX triplet: 80, 10 and 4F. RGB value is (128,16,79). Sum of RGB (Red+Green+Blue) = 128+16+79=223 (29% of max value = 765). Red value is 128 (50.39% from 255 or 57.40% from 223); Green value is 16 (6.64% from 255 or 7.17% from 223); Blue value is 79 (31.25% from 255 or 35.43% from 223); Max value from RGB is 128 - color contains mainly: red. Hex color #80104F is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #80104F is #7FEFB0. Grayscale: #383838. Windows color (decimal): -8384433 or 5181568. OLE color: 5181568.
HSL color Cylindrical-coordinate representation of color #80104F: hue angle of 326.25º degrees, saturation: 0.78, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #80104F is Cyan = 0, Magento = 0.88, Yellow = 0.38 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 128 | 16 | 79 | - |
| CMYK | 0 | 0.88 | 0.38 | 0.50 |
| HSL | 326.25º | 0.78% | 0.28% | - |
| HSV(B) | 326.25º | 0.88% | 0.5% | - |
| XYZ | 10.5 | 5.52 | 7.91 | - |
| YUV | 56.67 | 140.61 | 178.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 16 | 79 | 0 | 0.88 | 0.38 | 0.50 | 326.25 | 0.78 | 0.28 |
| Hex | 80 | 10 | 4F | 0 | 58 | 26 | 32 | 146 | 4E | 1C |
| Octal | 200 | 20 | 117 | 0 | 130 | 46 | 62 | 506 | 116 | 34 |
| Binary | 10000000 | 10000 | 1001111 | 0 | 1011000 | 100110 | 110010 | 101000110 | 1001110 | 11100 |
Color Harmonies of #80104F
Complementary color
Monochromatic Colors of #80104F
Black with #80104F
Text Example
Text Example
White with #80104F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80104F; }
p { color: rgb(128,16,79); }
H1.HeaderClassName
{
color: #80104F;
}
.AnyTagClassName
{
color: #80104F;
}
</style>
background-color css
<style>
a { background-color: #80104F; }
a { background-color: rgb(128,16,79); }
div.DivClassName
{
background-color: #80104F;
}
.BgClassName
{
background-color: #80104F;
}
</style>
border-color css
<style>
span { border-color: #80104F; }
span { border-color: rgb(128,16,79); }
td.TdClassName
{
border-color: #80104F;
}
.TagClassName
{
border-color: #80104F;
}
</style>