Shades of Flirt #792149
Tints of Flirt #792149
RGB
CMYK
RGB Variations
Color information
#792149 (or 0x792149) is known color: Flirt. HEX triplet: 79, 21 and 49. RGB value is (121,33,73). Sum of RGB (Red+Green+Blue) = 121+33+73=227 (30% of max value = 765). Red value is 121 (47.66% from 255 or 53.30% from 227); Green value is 33 (13.28% from 255 or 14.54% from 227); Blue value is 73 (28.91% from 255 or 32.16% from 227); Max value from RGB is 121 - color contains mainly: red. Hex color #792149 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #792149 is #86DEB6. Grayscale: #3F3F3F. Windows color (decimal): -8838839 or 4792697. OLE color: 4792697.
HSL color Cylindrical-coordinate representation of color #792149: hue angle of 332.73º degrees, saturation: 0.57, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #792149 is Cyan = 0, Magento = 0.73, Yellow = 0.40 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 121 | 33 | 73 | - |
| CMYK | 0 | 0.73 | 0.40 | 0.53 |
| HSL | 332.73º | 0.57% | 0.3% | - |
| HSV(B) | 332.73º | 0.73% | 0.47% | - |
| XYZ | 9.63 | 5.63 | 6.88 | - |
| YUV | 63.87 | 133.15 | 168.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 33 | 73 | 0 | 0.73 | 0.40 | 0.53 | 332.73 | 0.57 | 0.3 |
| Hex | 79 | 21 | 49 | 0 | 49 | 28 | 35 | 14D | 39 | 1E |
| Octal | 171 | 41 | 111 | 0 | 111 | 50 | 65 | 515 | 71 | 36 |
| Binary | 1111001 | 100001 | 1001001 | 0 | 1001001 | 101000 | 110101 | 101001101 | 111001 | 11110 |
Color Harmonies of #792149
Complementary color
Monochromatic Colors of #792149
Black with #792149
Text Example
Text Example
White with #792149
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #792149; }
p { color: rgb(121,33,73); }
H1.HeaderClassName
{
color: #792149;
}
.AnyTagClassName
{
color: #792149;
}
</style>
background-color css
<style>
a { background-color: #792149; }
a { background-color: rgb(121,33,73); }
div.DivClassName
{
background-color: #792149;
}
.BgClassName
{
background-color: #792149;
}
</style>
border-color css
<style>
span { border-color: #792149; }
span { border-color: rgb(121,33,73); }
td.TdClassName
{
border-color: #792149;
}
.TagClassName
{
border-color: #792149;
}
</style>