Shades of Pompadour #79143F
Tints of Pompadour #79143F
RGB
CMYK
RGB Variations
Color information
#79143F (or 0x79143F) is known color: Pompadour. HEX triplet: 79, 14 and 3F. RGB value is (121,20,63). Sum of RGB (Red+Green+Blue) = 121+20+63=204 (27% of max value = 765). Red value is 121 (47.66% from 255 or 59.31% from 204); Green value is 20 (8.20% from 255 or 9.80% from 204); Blue value is 63 (25% from 255 or 30.88% from 204); Max value from RGB is 121 - color contains mainly: red. Hex color #79143F is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #79143F is #86EBC0. Grayscale: #373737. Windows color (decimal): -8842177 or 4134009. OLE color: 4134009.
HSL color Cylindrical-coordinate representation of color #79143F: hue angle of 334.46º degrees, saturation: 0.72, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #79143F is Cyan = 0, Magento = 0.83, Yellow = 0.48 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 121 | 20 | 63 | - |
| CMYK | 0 | 0.83 | 0.48 | 0.53 |
| HSL | 334.46º | 0.72% | 0.28% | - |
| HSV(B) | 334.46º | 0.83% | 0.47% | - |
| XYZ | 9.03 | 4.92 | 5.18 | - |
| YUV | 55.1 | 132.46 | 175 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 20 | 63 | 0 | 0.83 | 0.48 | 0.53 | 334.46 | 0.72 | 0.28 |
| Hex | 79 | 14 | 3F | 0 | 53 | 30 | 35 | 14E | 48 | 1C |
| Octal | 171 | 24 | 77 | 0 | 123 | 60 | 65 | 516 | 110 | 34 |
| Binary | 1111001 | 10100 | 111111 | 0 | 1010011 | 110000 | 110101 | 101001110 | 1001000 | 11100 |
Color Harmonies of #79143F
Complementary color
Monochromatic Colors of #79143F
Black with #79143F
Text Example
Text Example
White with #79143F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #79143F; }
p { color: rgb(121,20,63); }
H1.HeaderClassName
{
color: #79143F;
}
.AnyTagClassName
{
color: #79143F;
}
</style>
background-color css
<style>
a { background-color: #79143F; }
a { background-color: rgb(121,20,63); }
div.DivClassName
{
background-color: #79143F;
}
.BgClassName
{
background-color: #79143F;
}
</style>
border-color css
<style>
span { border-color: #79143F; }
span { border-color: rgb(121,20,63); }
td.TdClassName
{
border-color: #79143F;
}
.TagClassName
{
border-color: #79143F;
}
</style>