Shades of Flirt #79204D
Tints of Flirt #79204D
RGB
CMYK
RGB Variations
Color information
#79204D (or 0x79204D) is known color: Flirt. HEX triplet: 79, 20 and 4D. RGB value is (121,32,77). Sum of RGB (Red+Green+Blue) = 121+32+77=230 (30% of max value = 765). Red value is 121 (47.66% from 255 or 52.61% from 230); Green value is 32 (12.89% from 255 or 13.91% from 230); Blue value is 77 (30.47% from 255 or 33.48% from 230); Max value from RGB is 121 - color contains mainly: red. Hex color #79204D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #79204D is #86DFB2. Grayscale: #3F3F3F. Windows color (decimal): -8839091 or 5054585. OLE color: 5054585.
HSL color Cylindrical-coordinate representation of color #79204D: hue angle of 329.66º degrees, saturation: 0.58, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #79204D is Cyan = 0, Magento = 0.74, Yellow = 0.36 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 121 | 32 | 77 | - |
| CMYK | 0 | 0.74 | 0.36 | 0.53 |
| HSL | 329.66º | 0.58% | 0.3% | - |
| HSV(B) | 329.66º | 0.74% | 0.47% | - |
| XYZ | 9.74 | 5.63 | 7.6 | - |
| YUV | 63.74 | 135.49 | 168.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 32 | 77 | 0 | 0.74 | 0.36 | 0.53 | 329.66 | 0.58 | 0.3 |
| Hex | 79 | 20 | 4D | 0 | 4A | 24 | 35 | 14A | 3A | 1E |
| Octal | 171 | 40 | 115 | 0 | 112 | 44 | 65 | 512 | 72 | 36 |
| Binary | 1111001 | 100000 | 1001101 | 0 | 1001010 | 100100 | 110101 | 101001010 | 111010 | 11110 |
Color Harmonies of #79204D
Complementary color
Monochromatic Colors of #79204D
Black with #79204D
Text Example
Text Example
White with #79204D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #79204D; }
p { color: rgb(121,32,77); }
H1.HeaderClassName
{
color: #79204D;
}
.AnyTagClassName
{
color: #79204D;
}
</style>
background-color css
<style>
a { background-color: #79204D; }
a { background-color: rgb(121,32,77); }
div.DivClassName
{
background-color: #79204D;
}
.BgClassName
{
background-color: #79204D;
}
</style>
border-color css
<style>
span { border-color: #79204D; }
span { border-color: rgb(121,32,77); }
td.TdClassName
{
border-color: #79204D;
}
.TagClassName
{
border-color: #79204D;
}
</style>