Shades of Pompadour #781448
Tints of Pompadour #781448
RGB
CMYK
RGB Variations
Color information
#781448 (or 0x781448) is known color: Pompadour. HEX triplet: 78, 14 and 48. RGB value is (120,20,72). Sum of RGB (Red+Green+Blue) = 120+20+72=212 (28% of max value = 765). Red value is 120 (47.27% from 255 or 56.60% from 212); Green value is 20 (8.20% from 255 or 9.43% from 212); Blue value is 72 (28.52% from 255 or 33.96% from 212); Max value from RGB is 120 - color contains mainly: red. Hex color #781448 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #781448 is #87EBB7. Grayscale: #373737. Windows color (decimal): -8907704 or 4723832. OLE color: 4723832.
HSL color Cylindrical-coordinate representation of color #781448: hue angle of 328.8º degrees, saturation: 0.71, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #781448 is Cyan = 0, Magento = 0.83, Yellow = 0.40 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 120 | 20 | 72 | - |
| CMYK | 0 | 0.83 | 0.40 | 0.53 |
| HSL | 328.8º | 0.71% | 0.27% | - |
| HSV(B) | 328.8º | 0.83% | 0.47% | - |
| XYZ | 9.17 | 4.96 | 6.61 | - |
| YUV | 55.83 | 137.13 | 173.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 20 | 72 | 0 | 0.83 | 0.40 | 0.53 | 328.8 | 0.71 | 0.27 |
| Hex | 78 | 14 | 48 | 0 | 53 | 28 | 35 | 149 | 47 | 1B |
| Octal | 170 | 24 | 110 | 0 | 123 | 50 | 65 | 511 | 107 | 33 |
| Binary | 1111000 | 10100 | 1001000 | 0 | 1010011 | 101000 | 110101 | 101001001 | 1000111 | 11011 |
Color Harmonies of #781448
Complementary color
Monochromatic Colors of #781448
Black with #781448
Text Example
Text Example
White with #781448
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #781448; }
p { color: rgb(120,20,72); }
H1.HeaderClassName
{
color: #781448;
}
.AnyTagClassName
{
color: #781448;
}
</style>
background-color css
<style>
a { background-color: #781448; }
a { background-color: rgb(120,20,72); }
div.DivClassName
{
background-color: #781448;
}
.BgClassName
{
background-color: #781448;
}
</style>
border-color css
<style>
span { border-color: #781448; }
span { border-color: rgb(120,20,72); }
td.TdClassName
{
border-color: #781448;
}
.TagClassName
{
border-color: #781448;
}
</style>