Shades of Flirt #79345A
Tints of Flirt #79345A
RGB
CMYK
RGB Variations
Color information
#79345A (or 0x79345A) is known color: Flirt. HEX triplet: 79, 34 and 5A. RGB value is (121,52,90). Sum of RGB (Red+Green+Blue) = 121+52+90=263 (34% of max value = 765). Red value is 121 (47.66% from 255 or 46.01% from 263); Green value is 52 (20.70% from 255 or 19.77% from 263); Blue value is 90 (35.55% from 255 or 34.22% from 263); Max value from RGB is 121 - color contains mainly: red. Hex color #79345A is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #79345A is #86CBA5. Grayscale: #4C4C4C. Windows color (decimal): -8833958 or 5911673. OLE color: 5911673.
HSL color Cylindrical-coordinate representation of color #79345A: hue angle of 326.96º degrees, saturation: 0.4, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #79345A is Cyan = 0, Magento = 0.57, Yellow = 0.26 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 121 | 52 | 90 | - |
| CMYK | 0 | 0.57 | 0.26 | 0.53 |
| HSL | 326.96º | 0.4% | 0.34% | - |
| HSV(B) | 326.96º | 0.57% | 0.47% | - |
| XYZ | 10.96 | 7.26 | 10.5 | - |
| YUV | 76.96 | 135.36 | 159.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 52 | 90 | 0 | 0.57 | 0.26 | 0.53 | 326.96 | 0.4 | 0.34 |
| Hex | 79 | 34 | 5A | 0 | 39 | 1A | 35 | 147 | 28 | 22 |
| Octal | 171 | 64 | 132 | 0 | 71 | 32 | 65 | 507 | 50 | 42 |
| Binary | 1111001 | 110100 | 1011010 | 0 | 111001 | 11010 | 110101 | 101000111 | 101000 | 100010 |
Color Harmonies of #79345A
Complementary color
Monochromatic Colors of #79345A
Black with #79345A
Text Example
Text Example
White with #79345A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #79345A; }
p { color: rgb(121,52,90); }
H1.HeaderClassName
{
color: #79345A;
}
.AnyTagClassName
{
color: #79345A;
}
</style>
background-color css
<style>
a { background-color: #79345A; }
a { background-color: rgb(121,52,90); }
div.DivClassName
{
background-color: #79345A;
}
.BgClassName
{
background-color: #79345A;
}
</style>
border-color css
<style>
span { border-color: #79345A; }
span { border-color: rgb(121,52,90); }
td.TdClassName
{
border-color: #79345A;
}
.TagClassName
{
border-color: #79345A;
}
</style>