Shades of Pompadour #781139
Tints of Pompadour #781139
RGB
CMYK
RGB Variations
Color information
#781139 (or 0x781139) is known color: Pompadour. HEX triplet: 78, 11 and 39. RGB value is (120,17,57). Sum of RGB (Red+Green+Blue) = 120+17+57=194 (25% of max value = 765). Red value is 120 (47.27% from 255 or 61.86% from 194); Green value is 17 (7.03% from 255 or 8.76% from 194); Blue value is 57 (22.66% from 255 or 29.38% from 194); Max value from RGB is 120 - color contains mainly: red. Hex color #781139 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #781139 is #87EEC6. Grayscale: #343434. Windows color (decimal): -8908487 or 3740024. OLE color: 3740024.
HSL color Cylindrical-coordinate representation of color #781139: hue angle of 336.7º degrees, saturation: 0.75, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #781139 is Cyan = 0, Magento = 0.86, Yellow = 0.52 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 120 | 17 | 57 | - |
| CMYK | 0 | 0.86 | 0.52 | 0.53 |
| HSL | 336.7º | 0.75% | 0.27% | - |
| HSV(B) | 336.7º | 0.86% | 0.47% | - |
| XYZ | 8.68 | 4.69 | 4.32 | - |
| YUV | 52.36 | 130.62 | 176.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 17 | 57 | 0 | 0.86 | 0.52 | 0.53 | 336.7 | 0.75 | 0.27 |
| Hex | 78 | 11 | 39 | 0 | 56 | 34 | 35 | 151 | 4B | 1B |
| Octal | 170 | 21 | 71 | 0 | 126 | 64 | 65 | 521 | 113 | 33 |
| Binary | 1111000 | 10001 | 111001 | 0 | 1010110 | 110100 | 110101 | 101010001 | 1001011 | 11011 |
Color Harmonies of #781139
Complementary color
Monochromatic Colors of #781139
Black with #781139
Text Example
Text Example
White with #781139
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #781139; }
p { color: rgb(120,17,57); }
H1.HeaderClassName
{
color: #781139;
}
.AnyTagClassName
{
color: #781139;
}
</style>
background-color css
<style>
a { background-color: #781139; }
a { background-color: rgb(120,17,57); }
div.DivClassName
{
background-color: #781139;
}
.BgClassName
{
background-color: #781139;
}
</style>
border-color css
<style>
span { border-color: #781139; }
span { border-color: rgb(120,17,57); }
td.TdClassName
{
border-color: #781139;
}
.TagClassName
{
border-color: #781139;
}
</style>