Shades of Pompadour #79163E
Tints of Pompadour #79163E
RGB
CMYK
RGB Variations
Color information
#79163E (or 0x79163E) is known color: Pompadour. HEX triplet: 79, 16 and 3E. RGB value is (121,22,62). Sum of RGB (Red+Green+Blue) = 121+22+62=205 (27% of max value = 765). Red value is 121 (47.66% from 255 or 59.02% from 205); Green value is 22 (8.98% from 255 or 10.73% from 205); Blue value is 62 (24.61% from 255 or 30.24% from 205); Max value from RGB is 121 - color contains mainly: red. Hex color #79163E is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #79163E is #86E9C1. Grayscale: #383838. Windows color (decimal): -8841666 or 4068985. OLE color: 4068985.
HSL color Cylindrical-coordinate representation of color #79163E: hue angle of 335.76º 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 #79163E is Cyan = 0, Magento = 0.82, Yellow = 0.49 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 121 | 22 | 62 | - |
| CMYK | 0 | 0.82 | 0.49 | 0.53 |
| HSL | 335.76º | 0.69% | 0.28% | - |
| HSV(B) | 335.76º | 0.82% | 0.47% | - |
| XYZ | 9.04 | 4.99 | 5.04 | - |
| YUV | 56.16 | 131.3 | 174.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 22 | 62 | 0 | 0.82 | 0.49 | 0.53 | 335.76 | 0.69 | 0.28 |
| Hex | 79 | 16 | 3E | 0 | 52 | 31 | 35 | 150 | 45 | 1C |
| Octal | 171 | 26 | 76 | 0 | 122 | 61 | 65 | 520 | 105 | 34 |
| Binary | 1111001 | 10110 | 111110 | 0 | 1010010 | 110001 | 110101 | 101010000 | 1000101 | 11100 |
Color Harmonies of #79163E
Complementary color
Monochromatic Colors of #79163E
Black with #79163E
Text Example
Text Example
White with #79163E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #79163E; }
p { color: rgb(121,22,62); }
H1.HeaderClassName
{
color: #79163E;
}
.AnyTagClassName
{
color: #79163E;
}
</style>
background-color css
<style>
a { background-color: #79163E; }
a { background-color: rgb(121,22,62); }
div.DivClassName
{
background-color: #79163E;
}
.BgClassName
{
background-color: #79163E;
}
</style>
border-color css
<style>
span { border-color: #79163E; }
span { border-color: rgb(121,22,62); }
td.TdClassName
{
border-color: #79163E;
}
.TagClassName
{
border-color: #79163E;
}
</style>