Shades of Pompadour #781941
Tints of Pompadour #781941
RGB
CMYK
RGB Variations
Color information
#781941 (or 0x781941) is known color: Pompadour. HEX triplet: 78, 19 and 41. RGB value is (120,25,65). Sum of RGB (Red+Green+Blue) = 120+25+65=210 (27% of max value = 765). Red value is 120 (47.27% from 255 or 57.14% from 210); Green value is 25 (10.16% from 255 or 11.90% from 210); Blue value is 65 (25.78% from 255 or 30.95% from 210); Max value from RGB is 120 - color contains mainly: red. Hex color #781941 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #781941 is #87E6BE. Grayscale: #393939. Windows color (decimal): -8906431 or 4266360. OLE color: 4266360.
HSL color Cylindrical-coordinate representation of color #781941: hue angle of 334.74º degrees, saturation: 0.66, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #781941 is Cyan = 0, Magento = 0.79, Yellow = 0.46 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 120 | 25 | 65 | - |
| CMYK | 0 | 0.79 | 0.46 | 0.53 |
| HSL | 334.74º | 0.66% | 0.28% | - |
| HSV(B) | 334.74º | 0.79% | 0.47% | - |
| XYZ | 9.05 | 5.07 | 5.5 | - |
| YUV | 57.97 | 131.97 | 172.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 25 | 65 | 0 | 0.79 | 0.46 | 0.53 | 334.74 | 0.66 | 0.28 |
| Hex | 78 | 19 | 41 | 0 | 4F | 2E | 35 | 14F | 42 | 1C |
| Octal | 170 | 31 | 101 | 0 | 117 | 56 | 65 | 517 | 102 | 34 |
| Binary | 1111000 | 11001 | 1000001 | 0 | 1001111 | 101110 | 110101 | 101001111 | 1000010 | 11100 |
Color Harmonies of #781941
Complementary color
Monochromatic Colors of #781941
Black with #781941
Text Example
Text Example
White with #781941
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #781941; }
p { color: rgb(120,25,65); }
H1.HeaderClassName
{
color: #781941;
}
.AnyTagClassName
{
color: #781941;
}
</style>
background-color css
<style>
a { background-color: #781941; }
a { background-color: rgb(120,25,65); }
div.DivClassName
{
background-color: #781941;
}
.BgClassName
{
background-color: #781941;
}
</style>
border-color css
<style>
span { border-color: #781941; }
span { border-color: rgb(120,25,65); }
td.TdClassName
{
border-color: #781941;
}
.TagClassName
{
border-color: #781941;
}
</style>