Shades of Pompadour #781951
Tints of Pompadour #781951
RGB
CMYK
RGB Variations
Color information
#781951 (or 0x781951) is known color: Pompadour. HEX triplet: 78, 19 and 51. RGB value is (120,25,81). Sum of RGB (Red+Green+Blue) = 120+25+81=226 (29% of max value = 765). Red value is 120 (47.27% from 255 or 53.10% from 226); Green value is 25 (10.16% from 255 or 11.06% from 226); Blue value is 81 (32.03% from 255 or 35.84% from 226); Max value from RGB is 120 - color contains mainly: red. Hex color #781951 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #781951 is #87E6AE. Grayscale: #3B3B3B. Windows color (decimal): -8906415 or 5314936. OLE color: 5314936.
HSL color Cylindrical-coordinate representation of color #781951: hue angle of 324.63º degrees, saturation: 0.66, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #781951 is Cyan = 0, Magento = 0.79, Yellow = 0.32 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 120 | 25 | 81 | - |
| CMYK | 0 | 0.79 | 0.32 | 0.53 |
| HSL | 324.63º | 0.66% | 0.28% | - |
| HSV(B) | 324.63º | 0.79% | 0.47% | - |
| XYZ | 9.58 | 5.28 | 8.3 | - |
| YUV | 59.79 | 139.97 | 170.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 25 | 81 | 0 | 0.79 | 0.32 | 0.53 | 324.63 | 0.66 | 0.28 |
| Hex | 78 | 19 | 51 | 0 | 4F | 20 | 35 | 145 | 42 | 1C |
| Octal | 170 | 31 | 121 | 0 | 117 | 40 | 65 | 505 | 102 | 34 |
| Binary | 1111000 | 11001 | 1010001 | 0 | 1001111 | 100000 | 110101 | 101000101 | 1000010 | 11100 |
Color Harmonies of #781951
Complementary color
Monochromatic Colors of #781951
Black with #781951
Text Example
Text Example
White with #781951
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #781951; }
p { color: rgb(120,25,81); }
H1.HeaderClassName
{
color: #781951;
}
.AnyTagClassName
{
color: #781951;
}
</style>
background-color css
<style>
a { background-color: #781951; }
a { background-color: rgb(120,25,81); }
div.DivClassName
{
background-color: #781951;
}
.BgClassName
{
background-color: #781951;
}
</style>
border-color css
<style>
span { border-color: #781951; }
span { border-color: rgb(120,25,81); }
td.TdClassName
{
border-color: #781951;
}
.TagClassName
{
border-color: #781951;
}
</style>