Shades of Pompadour #781D40
Tints of Pompadour #781D40
RGB
CMYK
RGB Variations
Color information
#781D40 (or 0x781D40) is known color: Pompadour. HEX triplet: 78, 1D and 40. RGB value is (120,29,64). Sum of RGB (Red+Green+Blue) = 120+29+64=213 (28% of max value = 765). Red value is 120 (47.27% from 255 or 56.34% from 213); Green value is 29 (11.72% from 255 or 13.62% from 213); Blue value is 64 (25.39% from 255 or 30.05% from 213); Max value from RGB is 120 - color contains mainly: red. Hex color #781D40 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #781D40 is #87E2BF. Grayscale: #3C3C3C. Windows color (decimal): -8905408 or 4201848. OLE color: 4201848.
HSL color Cylindrical-coordinate representation of color #781D40: hue angle of 336.92º 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 #781D40 is Cyan = 0, Magento = 0.76, Yellow = 0.47 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 120 | 29 | 64 | - |
| CMYK | 0 | 0.76 | 0.47 | 0.53 |
| HSL | 336.92º | 0.61% | 0.29% | - |
| HSV(B) | 336.92º | 0.76% | 0.47% | - |
| XYZ | 9.11 | 5.24 | 5.38 | - |
| YUV | 60.2 | 130.15 | 170.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 29 | 64 | 0 | 0.76 | 0.47 | 0.53 | 336.92 | 0.61 | 0.29 |
| Hex | 78 | 1D | 40 | 0 | 4C | 2F | 35 | 151 | 3D | 1D |
| Octal | 170 | 35 | 100 | 0 | 114 | 57 | 65 | 521 | 75 | 35 |
| Binary | 1111000 | 11101 | 1000000 | 0 | 1001100 | 101111 | 110101 | 101010001 | 111101 | 11101 |
Color Harmonies of #781D40
Complementary color
Monochromatic Colors of #781D40
Black with #781D40
Text Example
Text Example
White with #781D40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #781D40; }
p { color: rgb(120,29,64); }
H1.HeaderClassName
{
color: #781D40;
}
.AnyTagClassName
{
color: #781D40;
}
</style>
background-color css
<style>
a { background-color: #781D40; }
a { background-color: rgb(120,29,64); }
div.DivClassName
{
background-color: #781D40;
}
.BgClassName
{
background-color: #781D40;
}
</style>
border-color css
<style>
span { border-color: #781D40; }
span { border-color: rgb(120,29,64); }
td.TdClassName
{
border-color: #781D40;
}
.TagClassName
{
border-color: #781D40;
}
</style>