Shades of Flirt #79365D
Tints of Flirt #79365D
RGB
CMYK
RGB Variations
Color information
#79365D (or 0x79365D) is known color: Flirt. HEX triplet: 79, 36 and 5D. RGB value is (121,54,93). Sum of RGB (Red+Green+Blue) = 121+54+93=268 (35% of max value = 765). Red value is 121 (47.66% from 255 or 45.15% from 268); Green value is 54 (21.48% from 255 or 20.15% from 268); Blue value is 93 (36.72% from 255 or 34.70% from 268); Max value from RGB is 121 - color contains mainly: red. Hex color #79365D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #79365D is #86C9A2. Grayscale: #4E4E4E. Windows color (decimal): -8833443 or 6108793. OLE color: 6108793.
HSL color Cylindrical-coordinate representation of color #79365D: hue angle of 325.07º degrees, saturation: 0.38, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #79365D is Cyan = 0, Magento = 0.55, Yellow = 0.23 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 121 | 54 | 93 | - |
| CMYK | 0 | 0.55 | 0.23 | 0.53 |
| HSL | 325.07º | 0.38% | 0.34% | - |
| HSV(B) | 325.07º | 0.55% | 0.47% | - |
| XYZ | 11.18 | 7.49 | 11.21 | - |
| YUV | 78.48 | 136.2 | 158.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 54 | 93 | 0 | 0.55 | 0.23 | 0.53 | 325.07 | 0.38 | 0.34 |
| Hex | 79 | 36 | 5D | 0 | 37 | 17 | 35 | 145 | 26 | 22 |
| Octal | 171 | 66 | 135 | 0 | 67 | 27 | 65 | 505 | 46 | 42 |
| Binary | 1111001 | 110110 | 1011101 | 0 | 110111 | 10111 | 110101 | 101000101 | 100110 | 100010 |
Color Harmonies of #79365D
Complementary color
Monochromatic Colors of #79365D
Black with #79365D
Text Example
Text Example
White with #79365D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #79365D; }
p { color: rgb(121,54,93); }
H1.HeaderClassName
{
color: #79365D;
}
.AnyTagClassName
{
color: #79365D;
}
</style>
background-color css
<style>
a { background-color: #79365D; }
a { background-color: rgb(121,54,93); }
div.DivClassName
{
background-color: #79365D;
}
.BgClassName
{
background-color: #79365D;
}
</style>
border-color css
<style>
span { border-color: #79365D; }
span { border-color: rgb(121,54,93); }
td.TdClassName
{
border-color: #79365D;
}
.TagClassName
{
border-color: #79365D;
}
</style>