Shades of Flirt #792F58
Tints of Flirt #792F58
RGB
CMYK
RGB Variations
Color information
#792F58 (or 0x792F58) is known color: Flirt. HEX triplet: 79, 2F and 58. RGB value is (121,47,88). Sum of RGB (Red+Green+Blue) = 121+47+88=256 (33% of max value = 765). Red value is 121 (47.66% from 255 or 47.27% from 256); Green value is 47 (18.75% from 255 or 18.36% from 256); Blue value is 88 (34.77% from 255 or 34.38% from 256); Max value from RGB is 121 - color contains mainly: red. Hex color #792F58 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #792F58 is #86D0A7. Grayscale: #494949. Windows color (decimal): -8835240 or 5779321. OLE color: 5779321.
HSL color Cylindrical-coordinate representation of color #792F58: hue angle of 326.76º degrees, saturation: 0.44, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #792F58 is Cyan = 0, Magento = 0.61, Yellow = 0.27 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 121 | 47 | 88 | - |
| CMYK | 0 | 0.61 | 0.27 | 0.53 |
| HSL | 326.76º | 0.44% | 0.33% | - |
| HSV(B) | 326.76º | 0.61% | 0.47% | - |
| XYZ | 10.66 | 6.8 | 9.98 | - |
| YUV | 73.8 | 136.02 | 161.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 47 | 88 | 0 | 0.61 | 0.27 | 0.53 | 326.76 | 0.44 | 0.33 |
| Hex | 79 | 2F | 58 | 0 | 3D | 1B | 35 | 147 | 2C | 21 |
| Octal | 171 | 57 | 130 | 0 | 75 | 33 | 65 | 507 | 54 | 41 |
| Binary | 1111001 | 101111 | 1011000 | 0 | 111101 | 11011 | 110101 | 101000111 | 101100 | 100001 |
Color Harmonies of #792F58
Complementary color
Monochromatic Colors of #792F58
Black with #792F58
Text Example
Text Example
White with #792F58
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #792F58; }
p { color: rgb(121,47,88); }
H1.HeaderClassName
{
color: #792F58;
}
.AnyTagClassName
{
color: #792F58;
}
</style>
background-color css
<style>
a { background-color: #792F58; }
a { background-color: rgb(121,47,88); }
div.DivClassName
{
background-color: #792F58;
}
.BgClassName
{
background-color: #792F58;
}
</style>
border-color css
<style>
span { border-color: #792F58; }
span { border-color: rgb(121,47,88); }
td.TdClassName
{
border-color: #792F58;
}
.TagClassName
{
border-color: #792F58;
}
</style>