Shades of Flirt #79395B
Tints of Flirt #79395B
RGB
CMYK
RGB Variations
Color information
#79395B (or 0x79395B) is known color: Flirt. HEX triplet: 79, 39 and 5B. RGB value is (121,57,91). Sum of RGB (Red+Green+Blue) = 121+57+91=269 (35% of max value = 765). Red value is 121 (47.66% from 255 or 44.98% from 269); Green value is 57 (22.66% from 255 or 21.19% from 269); Blue value is 91 (35.94% from 255 or 33.83% from 269); Max value from RGB is 121 - color contains mainly: red. Hex color #79395B is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #79395B is #86C6A4. Grayscale: #4F4F4F. Windows color (decimal): -8832677 or 5978489. OLE color: 5978489.
HSL color Cylindrical-coordinate representation of color #79395B: hue angle of 328.12º degrees, saturation: 0.36, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #79395B is Cyan = 0, Magento = 0.53, Yellow = 0.25 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 121 | 57 | 91 | - |
| CMYK | 0 | 0.53 | 0.25 | 0.53 |
| HSL | 328.13º | 0.36% | 0.35% | - |
| HSV(B) | 328.13º | 0.53% | 0.47% | - |
| XYZ | 11.24 | 7.75 | 10.8 | - |
| YUV | 80.01 | 134.2 | 157.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 57 | 91 | 0 | 0.53 | 0.25 | 0.53 | 328.13 | 0.36 | 0.35 |
| Hex | 79 | 39 | 5B | 0 | 35 | 19 | 35 | 148 | 24 | 23 |
| Octal | 171 | 71 | 133 | 0 | 65 | 31 | 65 | 510 | 44 | 43 |
| Binary | 1111001 | 111001 | 1011011 | 0 | 110101 | 11001 | 110101 | 101001000 | 100100 | 100011 |
Color Harmonies of #79395B
Complementary color
Monochromatic Colors of #79395B
Black with #79395B
Text Example
Text Example
White with #79395B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #79395B; }
p { color: rgb(121,57,91); }
H1.HeaderClassName
{
color: #79395B;
}
.AnyTagClassName
{
color: #79395B;
}
</style>
background-color css
<style>
a { background-color: #79395B; }
a { background-color: rgb(121,57,91); }
div.DivClassName
{
background-color: #79395B;
}
.BgClassName
{
background-color: #79395B;
}
</style>
border-color css
<style>
span { border-color: #79395B; }
span { border-color: rgb(121,57,91); }
td.TdClassName
{
border-color: #79395B;
}
.TagClassName
{
border-color: #79395B;
}
</style>