Shades of Pompadour #781251
Tints of Pompadour #781251
RGB
CMYK
RGB Variations
Color information
#781251 (or 0x781251) is known color: Pompadour. HEX triplet: 78, 12 and 51. RGB value is (120,18,81). Sum of RGB (Red+Green+Blue) = 120+18+81=219 (29% of max value = 765). Red value is 120 (47.27% from 255 or 54.79% from 219); Green value is 18 (7.42% from 255 or 8.22% from 219); Blue value is 81 (32.03% from 255 or 36.99% from 219); Max value from RGB is 120 - color contains mainly: red. Hex color #781251 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #781251 is #87EDAE. Grayscale: #373737. Windows color (decimal): -8908207 or 5313144. OLE color: 5313144.
HSL color Cylindrical-coordinate representation of color #781251: hue angle of 322.94º degrees, saturation: 0.74, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #781251 is Cyan = 0, Magento = 0.85, Yellow = 0.32 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 120 | 18 | 81 | - |
| CMYK | 0 | 0.85 | 0.32 | 0.53 |
| HSL | 322.94º | 0.74% | 0.27% | - |
| HSV(B) | 322.94º | 0.85% | 0.47% | - |
| XYZ | 9.45 | 5.02 | 8.26 | - |
| YUV | 55.68 | 142.29 | 173.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 18 | 81 | 0 | 0.85 | 0.32 | 0.53 | 322.94 | 0.74 | 0.27 |
| Hex | 78 | 12 | 51 | 0 | 55 | 20 | 35 | 143 | 4A | 1B |
| Octal | 170 | 22 | 121 | 0 | 125 | 40 | 65 | 503 | 112 | 33 |
| Binary | 1111000 | 10010 | 1010001 | 0 | 1010101 | 100000 | 110101 | 101000011 | 1001010 | 11011 |
Color Harmonies of #781251
Complementary color
Monochromatic Colors of #781251
Black with #781251
Text Example
Text Example
White with #781251
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #781251; }
p { color: rgb(120,18,81); }
H1.HeaderClassName
{
color: #781251;
}
.AnyTagClassName
{
color: #781251;
}
</style>
background-color css
<style>
a { background-color: #781251; }
a { background-color: rgb(120,18,81); }
div.DivClassName
{
background-color: #781251;
}
.BgClassName
{
background-color: #781251;
}
</style>
border-color css
<style>
span { border-color: #781251; }
span { border-color: rgb(120,18,81); }
td.TdClassName
{
border-color: #781251;
}
.TagClassName
{
border-color: #781251;
}
</style>