Shades of Pompadour #780D49
Tints of Pompadour #780D49
RGB
CMYK
RGB Variations
Color information
#780D49 (or 0x780D49) is known color: Pompadour. HEX triplet: 78, 0D and 49. RGB value is (120,13,73). Sum of RGB (Red+Green+Blue) = 120+13+73=206 (27% of max value = 765). Red value is 120 (47.27% from 255 or 58.25% from 206); Green value is 13 (5.47% from 255 or 6.31% from 206); Blue value is 73 (28.91% from 255 or 35.44% from 206); Max value from RGB is 120 - color contains mainly: red. Hex color #780D49 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #780D49 is #87F2B6. Grayscale: #333333. Windows color (decimal): -8909495 or 4787576. OLE color: 4787576.
HSL color Cylindrical-coordinate representation of color #780D49: hue angle of 326.36º degrees, saturation: 0.8, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #780D49 is Cyan = 0, Magento = 0.89, Yellow = 0.39 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 120 | 13 | 73 | - |
| CMYK | 0 | 0.89 | 0.39 | 0.53 |
| HSL | 326.36º | 0.8% | 0.26% | - |
| HSV(B) | 326.36º | 0.89% | 0.47% | - |
| XYZ | 9.09 | 4.76 | 6.74 | - |
| YUV | 51.83 | 139.95 | 176.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 13 | 73 | 0 | 0.89 | 0.39 | 0.53 | 326.36 | 0.8 | 0.26 |
| Hex | 78 | D | 49 | 0 | 59 | 27 | 35 | 146 | 50 | 1A |
| Octal | 170 | 15 | 111 | 0 | 131 | 47 | 65 | 506 | 120 | 32 |
| Binary | 1111000 | 1101 | 1001001 | 0 | 1011001 | 100111 | 110101 | 101000110 | 1010000 | 11010 |
Color Harmonies of #780D49
Complementary color
Monochromatic Colors of #780D49
Black with #780D49
Text Example
Text Example
White with #780D49
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #780D49; }
p { color: rgb(120,13,73); }
H1.HeaderClassName
{
color: #780D49;
}
.AnyTagClassName
{
color: #780D49;
}
</style>
background-color css
<style>
a { background-color: #780D49; }
a { background-color: rgb(120,13,73); }
div.DivClassName
{
background-color: #780D49;
}
.BgClassName
{
background-color: #780D49;
}
</style>
border-color css
<style>
span { border-color: #780D49; }
span { border-color: rgb(120,13,73); }
td.TdClassName
{
border-color: #780D49;
}
.TagClassName
{
border-color: #780D49;
}
</style>