Shades of Pompadour #78194B
Tints of Pompadour #78194B
RGB
CMYK
RGB Variations
Color information
#78194B (or 0x78194B) is known color: Pompadour. HEX triplet: 78, 19 and 4B. RGB value is (120,25,75). Sum of RGB (Red+Green+Blue) = 120+25+75=220 (29% of max value = 765). Red value is 120 (47.27% from 255 or 54.55% from 220); Green value is 25 (10.16% from 255 or 11.36% from 220); Blue value is 75 (29.69% from 255 or 34.09% from 220); Max value from RGB is 120 - color contains mainly: red. Hex color #78194B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #78194B is #87E6B4. Grayscale: #3B3B3B. Windows color (decimal): -8906421 or 4921720. OLE color: 4921720.
HSL color Cylindrical-coordinate representation of color #78194B: hue angle of 328.42º 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 #78194B is Cyan = 0, Magento = 0.79, Yellow = 0.37 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 120 | 25 | 75 | - |
| CMYK | 0 | 0.79 | 0.37 | 0.53 |
| HSL | 328.42º | 0.66% | 0.28% | - |
| HSV(B) | 328.42º | 0.79% | 0.47% | - |
| XYZ | 9.36 | 5.2 | 7.17 | - |
| YUV | 59.11 | 136.97 | 171.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 25 | 75 | 0 | 0.79 | 0.37 | 0.53 | 328.42 | 0.66 | 0.28 |
| Hex | 78 | 19 | 4B | 0 | 4F | 25 | 35 | 148 | 42 | 1C |
| Octal | 170 | 31 | 113 | 0 | 117 | 45 | 65 | 510 | 102 | 34 |
| Binary | 1111000 | 11001 | 1001011 | 0 | 1001111 | 100101 | 110101 | 101001000 | 1000010 | 11100 |
Color Harmonies of #78194B
Complementary color
Monochromatic Colors of #78194B
Black with #78194B
Text Example
Text Example
White with #78194B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #78194B; }
p { color: rgb(120,25,75); }
H1.HeaderClassName
{
color: #78194B;
}
.AnyTagClassName
{
color: #78194B;
}
</style>
background-color css
<style>
a { background-color: #78194B; }
a { background-color: rgb(120,25,75); }
div.DivClassName
{
background-color: #78194B;
}
.BgClassName
{
background-color: #78194B;
}
</style>
border-color css
<style>
span { border-color: #78194B; }
span { border-color: rgb(120,25,75); }
td.TdClassName
{
border-color: #78194B;
}
.TagClassName
{
border-color: #78194B;
}
</style>