Shades of Pompadour #780D55
Tints of Pompadour #780D55
RGB
CMYK
RGB Variations
Color information
#780D55 (or 0x780D55) is known color: Pompadour. HEX triplet: 78, 0D and 55. RGB value is (120,13,85). Sum of RGB (Red+Green+Blue) = 120+13+85=218 (28% of max value = 765). Red value is 120 (47.27% from 255 or 55.05% from 218); Green value is 13 (5.47% from 255 or 5.96% from 218); Blue value is 85 (33.59% from 255 or 38.99% from 218); Max value from RGB is 120 - color contains mainly: red. Hex color #780D55 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #780D55 is #87F2AA. Grayscale: #353535. Windows color (decimal): -8909483 or 5574008. OLE color: 5574008.
HSL color Cylindrical-coordinate representation of color #780D55: hue angle of 319.63º 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 #780D55 is Cyan = 0, Magento = 0.89, Yellow = 0.29 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 120 | 13 | 85 | - |
| CMYK | 0 | 0.89 | 0.29 | 0.53 |
| HSL | 319.63º | 0.8% | 0.26% | - |
| HSV(B) | 319.63º | 0.89% | 0.47% | - |
| XYZ | 9.53 | 4.94 | 9.04 | - |
| YUV | 53.2 | 145.95 | 175.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 13 | 85 | 0 | 0.89 | 0.29 | 0.53 | 319.63 | 0.8 | 0.26 |
| Hex | 78 | D | 55 | 0 | 59 | 1D | 35 | 140 | 50 | 1A |
| Octal | 170 | 15 | 125 | 0 | 131 | 35 | 65 | 500 | 120 | 32 |
| Binary | 1111000 | 1101 | 1010101 | 0 | 1011001 | 11101 | 110101 | 101000000 | 1010000 | 11010 |
Color Harmonies of #780D55
Complementary color
Monochromatic Colors of #780D55
Black with #780D55
Text Example
Text Example
White with #780D55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #780D55; }
p { color: rgb(120,13,85); }
H1.HeaderClassName
{
color: #780D55;
}
.AnyTagClassName
{
color: #780D55;
}
</style>
background-color css
<style>
a { background-color: #780D55; }
a { background-color: rgb(120,13,85); }
div.DivClassName
{
background-color: #780D55;
}
.BgClassName
{
background-color: #780D55;
}
</style>
border-color css
<style>
span { border-color: #780D55; }
span { border-color: rgb(120,13,85); }
td.TdClassName
{
border-color: #780D55;
}
.TagClassName
{
border-color: #780D55;
}
</style>