Shades of Pompadour #781945
Tints of Pompadour #781945
RGB
CMYK
RGB Variations
Color information
#781945 (or 0x781945) is known color: Pompadour. HEX triplet: 78, 19 and 45. RGB value is (120,25,69). Sum of RGB (Red+Green+Blue) = 120+25+69=214 (28% of max value = 765). Red value is 120 (47.27% from 255 or 56.07% from 214); Green value is 25 (10.16% from 255 or 11.68% from 214); Blue value is 69 (27.34% from 255 or 32.24% from 214); Max value from RGB is 120 - color contains mainly: red. Hex color #781945 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #781945 is #87E6BA. Grayscale: #3A3A3A. Windows color (decimal): -8906427 or 4528504. OLE color: 4528504.
HSL color Cylindrical-coordinate representation of color #781945: hue angle of 332.21º 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 #781945 is Cyan = 0, Magento = 0.79, Yellow = 0.42 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 120 | 25 | 69 | - |
| CMYK | 0 | 0.79 | 0.42 | 0.53 |
| HSL | 332.21º | 0.66% | 0.28% | - |
| HSV(B) | 332.21º | 0.79% | 0.47% | - |
| XYZ | 9.17 | 5.12 | 6.13 | - |
| YUV | 58.42 | 133.97 | 171.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 25 | 69 | 0 | 0.79 | 0.42 | 0.53 | 332.21 | 0.66 | 0.28 |
| Hex | 78 | 19 | 45 | 0 | 4F | 2A | 35 | 14C | 42 | 1C |
| Octal | 170 | 31 | 105 | 0 | 117 | 52 | 65 | 514 | 102 | 34 |
| Binary | 1111000 | 11001 | 1000101 | 0 | 1001111 | 101010 | 110101 | 101001100 | 1000010 | 11100 |
Color Harmonies of #781945
Complementary color
Monochromatic Colors of #781945
Black with #781945
Text Example
Text Example
White with #781945
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #781945; }
p { color: rgb(120,25,69); }
H1.HeaderClassName
{
color: #781945;
}
.AnyTagClassName
{
color: #781945;
}
</style>
background-color css
<style>
a { background-color: #781945; }
a { background-color: rgb(120,25,69); }
div.DivClassName
{
background-color: #781945;
}
.BgClassName
{
background-color: #781945;
}
</style>
border-color css
<style>
span { border-color: #781945; }
span { border-color: rgb(120,25,69); }
td.TdClassName
{
border-color: #781945;
}
.TagClassName
{
border-color: #781945;
}
</style>