Shades of Pompadour #790F45
Tints of Pompadour #790F45
RGB
CMYK
RGB Variations
Color information
#790F45 (or 0x790F45) is known color: Pompadour. HEX triplet: 79, 0F and 45. RGB value is (121,15,69). Sum of RGB (Red+Green+Blue) = 121+15+69=205 (27% of max value = 765). Red value is 121 (47.66% from 255 or 59.02% from 205); Green value is 15 (6.25% from 255 or 7.32% from 205); Blue value is 69 (27.34% from 255 or 33.66% from 205); Max value from RGB is 121 - color contains mainly: red. Hex color #790F45 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #790F45 is #86F0BA. Grayscale: #343434. Windows color (decimal): -8843451 or 4525945. OLE color: 4525945.
HSL color Cylindrical-coordinate representation of color #790F45: hue angle of 329.43º degrees, saturation: 0.78, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #790F45 is Cyan = 0, Magento = 0.88, Yellow = 0.43 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 121 | 15 | 69 | - |
| CMYK | 0 | 0.88 | 0.43 | 0.53 |
| HSL | 329.43º | 0.78% | 0.27% | - |
| HSV(B) | 329.43º | 0.88% | 0.47% | - |
| XYZ | 9.13 | 4.84 | 6.08 | - |
| YUV | 52.85 | 137.12 | 176.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 15 | 69 | 0 | 0.88 | 0.43 | 0.53 | 329.43 | 0.78 | 0.27 |
| Hex | 79 | F | 45 | 0 | 58 | 2B | 35 | 149 | 4E | 1B |
| Octal | 171 | 17 | 105 | 0 | 130 | 53 | 65 | 511 | 116 | 33 |
| Binary | 1111001 | 1111 | 1000101 | 0 | 1011000 | 101011 | 110101 | 101001001 | 1001110 | 11011 |
Color Harmonies of #790F45
Complementary color
Monochromatic Colors of #790F45
Black with #790F45
Text Example
Text Example
White with #790F45
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #790F45; }
p { color: rgb(121,15,69); }
H1.HeaderClassName
{
color: #790F45;
}
.AnyTagClassName
{
color: #790F45;
}
</style>
background-color css
<style>
a { background-color: #790F45; }
a { background-color: rgb(121,15,69); }
div.DivClassName
{
background-color: #790F45;
}
.BgClassName
{
background-color: #790F45;
}
</style>
border-color css
<style>
span { border-color: #790F45; }
span { border-color: rgb(121,15,69); }
td.TdClassName
{
border-color: #790F45;
}
.TagClassName
{
border-color: #790F45;
}
</style>