Shades of Flirt #79344A
Tints of Flirt #79344A
RGB
CMYK
RGB Variations
Color information
#79344A (or 0x79344A) is known color: Flirt. HEX triplet: 79, 34 and 4A. RGB value is (121,52,74). Sum of RGB (Red+Green+Blue) = 121+52+74=247 (32% of max value = 765). Red value is 121 (47.66% from 255 or 48.99% from 247); Green value is 52 (20.70% from 255 or 21.05% from 247); Blue value is 74 (29.30% from 255 or 29.96% from 247); Max value from RGB is 121 - color contains mainly: red. Hex color #79344A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #79344A is #86CBB5. Grayscale: #4B4B4B. Windows color (decimal): -8833974 or 4863097. OLE color: 4863097.
HSL color Cylindrical-coordinate representation of color #79344A: hue angle of 340.87º 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 #79344A is Cyan = 0, Magento = 0.57, Yellow = 0.39 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 121 | 52 | 74 | - |
| CMYK | 0 | 0.57 | 0.39 | 0.53 |
| HSL | 340.87º | 0.4% | 0.34% | - |
| HSV(B) | 340.87º | 0.57% | 0.47% | - |
| XYZ | 10.35 | 7.02 | 7.29 | - |
| YUV | 75.14 | 127.36 | 160.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 52 | 74 | 0 | 0.57 | 0.39 | 0.53 | 340.87 | 0.4 | 0.34 |
| Hex | 79 | 34 | 4A | 0 | 39 | 27 | 35 | 155 | 28 | 22 |
| Octal | 171 | 64 | 112 | 0 | 71 | 47 | 65 | 525 | 50 | 42 |
| Binary | 1111001 | 110100 | 1001010 | 0 | 111001 | 100111 | 110101 | 101010101 | 101000 | 100010 |
Color Harmonies of #79344A
Complementary color
Monochromatic Colors of #79344A
Black with #79344A
Text Example
Text Example
White with #79344A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #79344A; }
p { color: rgb(121,52,74); }
H1.HeaderClassName
{
color: #79344A;
}
.AnyTagClassName
{
color: #79344A;
}
</style>
background-color css
<style>
a { background-color: #79344A; }
a { background-color: rgb(121,52,74); }
div.DivClassName
{
background-color: #79344A;
}
.BgClassName
{
background-color: #79344A;
}
</style>
border-color css
<style>
span { border-color: #79344A; }
span { border-color: rgb(121,52,74); }
td.TdClassName
{
border-color: #79344A;
}
.TagClassName
{
border-color: #79344A;
}
</style>