Shades of Pompadour #78143F
Tints of Pompadour #78143F
RGB
CMYK
RGB Variations
Color information
#78143F (or 0x78143F) is known color: Pompadour. HEX triplet: 78, 14 and 3F. RGB value is (120,20,63). Sum of RGB (Red+Green+Blue) = 120+20+63=203 (26% of max value = 765). Red value is 120 (47.27% from 255 or 59.11% from 203); Green value is 20 (8.20% from 255 or 9.85% from 203); Blue value is 63 (25% from 255 or 31.03% from 203); Max value from RGB is 120 - color contains mainly: red. Hex color #78143F is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #78143F is #87EBC0. Grayscale: #363636. Windows color (decimal): -8907713 or 4134008. OLE color: 4134008.
HSL color Cylindrical-coordinate representation of color #78143F: hue angle of 334.2º degrees, saturation: 0.71, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #78143F is Cyan = 0, Magento = 0.83, Yellow = 0.48 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 120 | 20 | 63 | - |
| CMYK | 0 | 0.83 | 0.48 | 0.53 |
| HSL | 334.2º | 0.71% | 0.27% | - |
| HSV(B) | 334.2º | 0.83% | 0.47% | - |
| XYZ | 8.89 | 4.85 | 5.17 | - |
| YUV | 54.8 | 132.63 | 174.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 20 | 63 | 0 | 0.83 | 0.48 | 0.53 | 334.2 | 0.71 | 0.27 |
| Hex | 78 | 14 | 3F | 0 | 53 | 30 | 35 | 14E | 47 | 1B |
| Octal | 170 | 24 | 77 | 0 | 123 | 60 | 65 | 516 | 107 | 33 |
| Binary | 1111000 | 10100 | 111111 | 0 | 1010011 | 110000 | 110101 | 101001110 | 1000111 | 11011 |
Color Harmonies of #78143F
Complementary color
Monochromatic Colors of #78143F
Black with #78143F
Text Example
Text Example
White with #78143F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #78143F; }
p { color: rgb(120,20,63); }
H1.HeaderClassName
{
color: #78143F;
}
.AnyTagClassName
{
color: #78143F;
}
</style>
background-color css
<style>
a { background-color: #78143F; }
a { background-color: rgb(120,20,63); }
div.DivClassName
{
background-color: #78143F;
}
.BgClassName
{
background-color: #78143F;
}
</style>
border-color css
<style>
span { border-color: #78143F; }
span { border-color: rgb(120,20,63); }
td.TdClassName
{
border-color: #78143F;
}
.TagClassName
{
border-color: #78143F;
}
</style>