Shades of Pompadour #78163F
Tints of Pompadour #78163F
RGB
CMYK
RGB Variations
Color information
#78163F (or 0x78163F) is known color: Pompadour. HEX triplet: 78, 16 and 3F. RGB value is (120,22,63). Sum of RGB (Red+Green+Blue) = 120+22+63=205 (27% of max value = 765). Red value is 120 (47.27% from 255 or 58.54% from 205); Green value is 22 (8.98% from 255 or 10.73% from 205); Blue value is 63 (25% from 255 or 30.73% from 205); Max value from RGB is 120 - color contains mainly: red. Hex color #78163F is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #78163F is #87E9C0. Grayscale: #373737. Windows color (decimal): -8907201 or 4134520. OLE color: 4134520.
HSL color Cylindrical-coordinate representation of color #78163F: hue angle of 334.9º degrees, saturation: 0.69, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #78163F is Cyan = 0, Magento = 0.82, Yellow = 0.48 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 120 | 22 | 63 | - |
| CMYK | 0 | 0.82 | 0.48 | 0.53 |
| HSL | 334.9º | 0.69% | 0.28% | - |
| HSV(B) | 334.9º | 0.82% | 0.47% | - |
| XYZ | 8.93 | 4.93 | 5.18 | - |
| YUV | 55.98 | 131.97 | 173.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 22 | 63 | 0 | 0.82 | 0.48 | 0.53 | 334.9 | 0.69 | 0.28 |
| Hex | 78 | 16 | 3F | 0 | 52 | 30 | 35 | 14F | 45 | 1C |
| Octal | 170 | 26 | 77 | 0 | 122 | 60 | 65 | 517 | 105 | 34 |
| Binary | 1111000 | 10110 | 111111 | 0 | 1010010 | 110000 | 110101 | 101001111 | 1000101 | 11100 |
Color Harmonies of #78163F
Complementary color
Monochromatic Colors of #78163F
Black with #78163F
Text Example
Text Example
White with #78163F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #78163F; }
p { color: rgb(120,22,63); }
H1.HeaderClassName
{
color: #78163F;
}
.AnyTagClassName
{
color: #78163F;
}
</style>
background-color css
<style>
a { background-color: #78163F; }
a { background-color: rgb(120,22,63); }
div.DivClassName
{
background-color: #78163F;
}
.BgClassName
{
background-color: #78163F;
}
</style>
border-color css
<style>
span { border-color: #78163F; }
span { border-color: rgb(120,22,63); }
td.TdClassName
{
border-color: #78163F;
}
.TagClassName
{
border-color: #78163F;
}
</style>