Shades of Pompadour #781D46
Tints of Pompadour #781D46
RGB
CMYK
RGB Variations
Color information
#781D46 (or 0x781D46) is known color: Pompadour. HEX triplet: 78, 1D and 46. RGB value is (120,29,70). Sum of RGB (Red+Green+Blue) = 120+29+70=219 (29% of max value = 765). Red value is 120 (47.27% from 255 or 54.79% from 219); Green value is 29 (11.72% from 255 or 13.24% from 219); Blue value is 70 (27.73% from 255 or 31.96% from 219); Max value from RGB is 120 - color contains mainly: red. Hex color #781D46 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #781D46 is #87E2B9. Grayscale: #3C3C3C. Windows color (decimal): -8905402 or 4595064. OLE color: 4595064.
HSL color Cylindrical-coordinate representation of color #781D46: hue angle of 332.97º degrees, saturation: 0.61, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #781D46 is Cyan = 0, Magento = 0.76, Yellow = 0.42 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 120 | 29 | 70 | - |
| CMYK | 0 | 0.76 | 0.42 | 0.53 |
| HSL | 332.97º | 0.61% | 0.29% | - |
| HSV(B) | 332.97º | 0.76% | 0.47% | - |
| XYZ | 9.29 | 5.31 | 6.33 | - |
| YUV | 60.88 | 133.15 | 170.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 29 | 70 | 0 | 0.76 | 0.42 | 0.53 | 332.97 | 0.61 | 0.29 |
| Hex | 78 | 1D | 46 | 0 | 4C | 2A | 35 | 14D | 3D | 1D |
| Octal | 170 | 35 | 106 | 0 | 114 | 52 | 65 | 515 | 75 | 35 |
| Binary | 1111000 | 11101 | 1000110 | 0 | 1001100 | 101010 | 110101 | 101001101 | 111101 | 11101 |
Color Harmonies of #781D46
Complementary color
Monochromatic Colors of #781D46
Black with #781D46
Text Example
Text Example
White with #781D46
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #781D46; }
p { color: rgb(120,29,70); }
H1.HeaderClassName
{
color: #781D46;
}
.AnyTagClassName
{
color: #781D46;
}
</style>
background-color css
<style>
a { background-color: #781D46; }
a { background-color: rgb(120,29,70); }
div.DivClassName
{
background-color: #781D46;
}
.BgClassName
{
background-color: #781D46;
}
</style>
border-color css
<style>
span { border-color: #781D46; }
span { border-color: rgb(120,29,70); }
td.TdClassName
{
border-color: #781D46;
}
.TagClassName
{
border-color: #781D46;
}
</style>