Shades of Pompadour #780D4F
Tints of Pompadour #780D4F
RGB
CMYK
RGB Variations
Color information
#780D4F (or 0x780D4F) is known color: Pompadour. HEX triplet: 78, 0D and 4F. RGB value is (120,13,79). Sum of RGB (Red+Green+Blue) = 120+13+79=212 (28% of max value = 765). Red value is 120 (47.27% from 255 or 56.60% from 212); Green value is 13 (5.47% from 255 or 6.13% from 212); Blue value is 79 (31.25% from 255 or 37.26% from 212); Max value from RGB is 120 - color contains mainly: red. Hex color #780D4F is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #780D4F is #87F2B0. Grayscale: #343434. Windows color (decimal): -8909489 or 5180792. OLE color: 5180792.
HSL color Cylindrical-coordinate representation of color #780D4F: hue angle of 322.99º 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 #780D4F is Cyan = 0, Magento = 0.89, Yellow = 0.34 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 120 | 13 | 79 | - |
| CMYK | 0 | 0.89 | 0.34 | 0.53 |
| HSL | 322.99º | 0.8% | 0.26% | - |
| HSV(B) | 322.99º | 0.89% | 0.47% | - |
| XYZ | 9.3 | 4.85 | 7.84 | - |
| YUV | 52.52 | 142.95 | 176.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 13 | 79 | 0 | 0.89 | 0.34 | 0.53 | 322.99 | 0.8 | 0.26 |
| Hex | 78 | D | 4F | 0 | 59 | 22 | 35 | 143 | 50 | 1A |
| Octal | 170 | 15 | 117 | 0 | 131 | 42 | 65 | 503 | 120 | 32 |
| Binary | 1111000 | 1101 | 1001111 | 0 | 1011001 | 100010 | 110101 | 101000011 | 1010000 | 11010 |
Color Harmonies of #780D4F
Complementary color
Monochromatic Colors of #780D4F
Black with #780D4F
Text Example
Text Example
White with #780D4F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #780D4F; }
p { color: rgb(120,13,79); }
H1.HeaderClassName
{
color: #780D4F;
}
.AnyTagClassName
{
color: #780D4F;
}
</style>
background-color css
<style>
a { background-color: #780D4F; }
a { background-color: rgb(120,13,79); }
div.DivClassName
{
background-color: #780D4F;
}
.BgClassName
{
background-color: #780D4F;
}
</style>
border-color css
<style>
span { border-color: #780D4F; }
span { border-color: rgb(120,13,79); }
td.TdClassName
{
border-color: #780D4F;
}
.TagClassName
{
border-color: #780D4F;
}
</style>