Shades of Pompadour #781D45
Tints of Pompadour #781D45
RGB
CMYK
RGB Variations
Color information
#781D45 (or 0x781D45) is known color: Pompadour. HEX triplet: 78, 1D and 45. RGB value is (120,29,69). Sum of RGB (Red+Green+Blue) = 120+29+69=218 (28% of max value = 765). Red value is 120 (47.27% from 255 or 55.05% from 218); Green value is 29 (11.72% from 255 or 13.30% from 218); Blue value is 69 (27.34% from 255 or 31.65% from 218); Max value from RGB is 120 - color contains mainly: red. Hex color #781D45 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #781D45 is #87E2BA. Grayscale: #3C3C3C. Windows color (decimal): -8905403 or 4529528. OLE color: 4529528.
HSL color Cylindrical-coordinate representation of color #781D45: hue angle of 333.63º 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 #781D45 is Cyan = 0, Magento = 0.76, Yellow = 0.42 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 120 | 29 | 69 | - |
| CMYK | 0 | 0.76 | 0.42 | 0.53 |
| HSL | 333.63º | 0.61% | 0.29% | - |
| HSV(B) | 333.63º | 0.76% | 0.47% | - |
| XYZ | 9.26 | 5.3 | 6.17 | - |
| YUV | 60.77 | 132.65 | 170.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 29 | 69 | 0 | 0.76 | 0.42 | 0.53 | 333.63 | 0.61 | 0.29 |
| Hex | 78 | 1D | 45 | 0 | 4C | 2A | 35 | 14E | 3D | 1D |
| Octal | 170 | 35 | 105 | 0 | 114 | 52 | 65 | 516 | 75 | 35 |
| Binary | 1111000 | 11101 | 1000101 | 0 | 1001100 | 101010 | 110101 | 101001110 | 111101 | 11101 |
Color Harmonies of #781D45
Complementary color
Monochromatic Colors of #781D45
Black with #781D45
Text Example
Text Example
White with #781D45
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #781D45; }
p { color: rgb(120,29,69); }
H1.HeaderClassName
{
color: #781D45;
}
.AnyTagClassName
{
color: #781D45;
}
</style>
background-color css
<style>
a { background-color: #781D45; }
a { background-color: rgb(120,29,69); }
div.DivClassName
{
background-color: #781D45;
}
.BgClassName
{
background-color: #781D45;
}
</style>
border-color css
<style>
span { border-color: #781D45; }
span { border-color: rgb(120,29,69); }
td.TdClassName
{
border-color: #781D45;
}
.TagClassName
{
border-color: #781D45;
}
</style>