Shades of Pompadour #79183E
Tints of Pompadour #79183E
RGB
CMYK
RGB Variations
Color information
#79183E (or 0x79183E) is known color: Pompadour. HEX triplet: 79, 18 and 3E. RGB value is (121,24,62). Sum of RGB (Red+Green+Blue) = 121+24+62=207 (27% of max value = 765). Red value is 121 (47.66% from 255 or 58.45% from 207); Green value is 24 (9.77% from 255 or 11.59% from 207); Blue value is 62 (24.61% from 255 or 29.95% from 207); Max value from RGB is 121 - color contains mainly: red. Hex color #79183E is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #79183E is #86E7C1. Grayscale: #393939. Windows color (decimal): -8841154 or 4069497. OLE color: 4069497.
HSL color Cylindrical-coordinate representation of color #79183E: hue angle of 336.49º degrees, saturation: 0.67, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #79183E is Cyan = 0, Magento = 0.80, Yellow = 0.49 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 121 | 24 | 62 | - |
| CMYK | 0 | 0.80 | 0.49 | 0.53 |
| HSL | 336.49º | 0.67% | 0.28% | - |
| HSV(B) | 336.49º | 0.8% | 0.47% | - |
| XYZ | 9.08 | 5.07 | 5.06 | - |
| YUV | 57.34 | 130.64 | 173.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 24 | 62 | 0 | 0.80 | 0.49 | 0.53 | 336.49 | 0.67 | 0.28 |
| Hex | 79 | 18 | 3E | 0 | 50 | 31 | 35 | 150 | 43 | 1C |
| Octal | 171 | 30 | 76 | 0 | 120 | 61 | 65 | 520 | 103 | 34 |
| Binary | 1111001 | 11000 | 111110 | 0 | 1010000 | 110001 | 110101 | 101010000 | 1000011 | 11100 |
Color Harmonies of #79183E
Complementary color
Monochromatic Colors of #79183E
Black with #79183E
Text Example
Text Example
White with #79183E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #79183E; }
p { color: rgb(121,24,62); }
H1.HeaderClassName
{
color: #79183E;
}
.AnyTagClassName
{
color: #79183E;
}
</style>
background-color css
<style>
a { background-color: #79183E; }
a { background-color: rgb(121,24,62); }
div.DivClassName
{
background-color: #79183E;
}
.BgClassName
{
background-color: #79183E;
}
</style>
border-color css
<style>
span { border-color: #79183E; }
span { border-color: rgb(121,24,62); }
td.TdClassName
{
border-color: #79183E;
}
.TagClassName
{
border-color: #79183E;
}
</style>