Shades of Pompadour #79113E
Tints of Pompadour #79113E
RGB
CMYK
RGB Variations
Color information
#79113E (or 0x79113E) is known color: Pompadour. HEX triplet: 79, 11 and 3E. RGB value is (121,17,62). Sum of RGB (Red+Green+Blue) = 121+17+62=200 (26% of max value = 765). Red value is 121 (47.66% from 255 or 60.5% from 200); Green value is 17 (7.03% from 255 or 8.5% from 200); Blue value is 62 (24.61% from 255 or 31% from 200); Max value from RGB is 121 - color contains mainly: red. Hex color #79113E is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #79113E is #86EEC1. Grayscale: #353535. Windows color (decimal): -8842946 or 4067705. OLE color: 4067705.
HSL color Cylindrical-coordinate representation of color #79113E: hue angle of 334.04º degrees, saturation: 0.75, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #79113E is Cyan = 0, Magento = 0.86, Yellow = 0.49 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 121 | 17 | 62 | - |
| CMYK | 0 | 0.86 | 0.49 | 0.53 |
| HSL | 334.04º | 0.75% | 0.27% | - |
| HSV(B) | 334.04º | 0.86% | 0.47% | - |
| XYZ | 8.96 | 4.81 | 5.01 | - |
| YUV | 53.23 | 132.96 | 176.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 17 | 62 | 0 | 0.86 | 0.49 | 0.53 | 334.04 | 0.75 | 0.27 |
| Hex | 79 | 11 | 3E | 0 | 56 | 31 | 35 | 14E | 4B | 1B |
| Octal | 171 | 21 | 76 | 0 | 126 | 61 | 65 | 516 | 113 | 33 |
| Binary | 1111001 | 10001 | 111110 | 0 | 1010110 | 110001 | 110101 | 101001110 | 1001011 | 11011 |
Color Harmonies of #79113E
Complementary color
Monochromatic Colors of #79113E
Black with #79113E
Text Example
Text Example
White with #79113E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #79113E; }
p { color: rgb(121,17,62); }
H1.HeaderClassName
{
color: #79113E;
}
.AnyTagClassName
{
color: #79113E;
}
</style>
background-color css
<style>
a { background-color: #79113E; }
a { background-color: rgb(121,17,62); }
div.DivClassName
{
background-color: #79113E;
}
.BgClassName
{
background-color: #79113E;
}
</style>
border-color css
<style>
span { border-color: #79113E; }
span { border-color: rgb(121,17,62); }
td.TdClassName
{
border-color: #79113E;
}
.TagClassName
{
border-color: #79113E;
}
</style>