Shades of Pompadour #790E50
Tints of Pompadour #790E50
RGB
CMYK
RGB Variations
Color information
#790E50 (or 0x790E50) is known color: Pompadour. HEX triplet: 79, 0E and 50. RGB value is (121,14,80). Sum of RGB (Red+Green+Blue) = 121+14+80=215 (28% of max value = 765). Red value is 121 (47.66% from 255 or 56.28% from 215); Green value is 14 (5.86% from 255 or 6.51% from 215); Blue value is 80 (31.64% from 255 or 37.21% from 215); Max value from RGB is 121 - color contains mainly: red. Hex color #790E50 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #790E50 is #86F1AF. Grayscale: #353535. Windows color (decimal): -8843696 or 5246585. OLE color: 5246585.
HSL color Cylindrical-coordinate representation of color #790E50: hue angle of 322.99º degrees, saturation: 0.79, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #790E50 is Cyan = 0, Magento = 0.88, Yellow = 0.34 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 121 | 14 | 80 | - |
| CMYK | 0 | 0.88 | 0.34 | 0.53 |
| HSL | 322.99º | 0.79% | 0.26% | - |
| HSV(B) | 322.99º | 0.88% | 0.47% | - |
| XYZ | 9.49 | 4.96 | 8.05 | - |
| YUV | 53.52 | 142.95 | 176.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 14 | 80 | 0 | 0.88 | 0.34 | 0.53 | 322.99 | 0.79 | 0.26 |
| Hex | 79 | E | 50 | 0 | 58 | 22 | 35 | 143 | 4F | 1A |
| Octal | 171 | 16 | 120 | 0 | 130 | 42 | 65 | 503 | 117 | 32 |
| Binary | 1111001 | 1110 | 1010000 | 0 | 1011000 | 100010 | 110101 | 101000011 | 1001111 | 11010 |
Color Harmonies of #790E50
Complementary color
Monochromatic Colors of #790E50
Black with #790E50
Text Example
Text Example
White with #790E50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #790E50; }
p { color: rgb(121,14,80); }
H1.HeaderClassName
{
color: #790E50;
}
.AnyTagClassName
{
color: #790E50;
}
</style>
background-color css
<style>
a { background-color: #790E50; }
a { background-color: rgb(121,14,80); }
div.DivClassName
{
background-color: #790E50;
}
.BgClassName
{
background-color: #790E50;
}
</style>
border-color css
<style>
span { border-color: #790E50; }
span { border-color: rgb(121,14,80); }
td.TdClassName
{
border-color: #790E50;
}
.TagClassName
{
border-color: #790E50;
}
</style>