Shades of Flirt #792D56
Tints of Flirt #792D56
RGB
CMYK
RGB Variations
Color information
#792D56 (or 0x792D56) is known color: Flirt. HEX triplet: 79, 2D and 56. RGB value is (121,45,86). Sum of RGB (Red+Green+Blue) = 121+45+86=252 (33% of max value = 765). Red value is 121 (47.66% from 255 or 48.02% from 252); Green value is 45 (17.97% from 255 or 17.86% from 252); Blue value is 86 (33.98% from 255 or 34.13% from 252); Max value from RGB is 121 - color contains mainly: red. Hex color #792D56 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #792D56 is #86D2A9. Grayscale: #484848. Windows color (decimal): -8835754 or 5647737. OLE color: 5647737.
HSL color Cylindrical-coordinate representation of color #792D56: hue angle of 327.63º degrees, saturation: 0.46, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #792D56 is Cyan = 0, Magento = 0.63, Yellow = 0.29 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 121 | 45 | 86 | - |
| CMYK | 0 | 0.63 | 0.29 | 0.53 |
| HSL | 327.63º | 0.46% | 0.33% | - |
| HSV(B) | 327.63º | 0.63% | 0.47% | - |
| XYZ | 10.5 | 6.61 | 9.53 | - |
| YUV | 72.4 | 135.68 | 162.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 45 | 86 | 0 | 0.63 | 0.29 | 0.53 | 327.63 | 0.46 | 0.33 |
| Hex | 79 | 2D | 56 | 0 | 3F | 1D | 35 | 148 | 2E | 21 |
| Octal | 171 | 55 | 126 | 0 | 77 | 35 | 65 | 510 | 56 | 41 |
| Binary | 1111001 | 101101 | 1010110 | 0 | 111111 | 11101 | 110101 | 101001000 | 101110 | 100001 |
Color Harmonies of #792D56
Complementary color
Monochromatic Colors of #792D56
Black with #792D56
Text Example
Text Example
White with #792D56
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #792D56; }
p { color: rgb(121,45,86); }
H1.HeaderClassName
{
color: #792D56;
}
.AnyTagClassName
{
color: #792D56;
}
</style>
background-color css
<style>
a { background-color: #792D56; }
a { background-color: rgb(121,45,86); }
div.DivClassName
{
background-color: #792D56;
}
.BgClassName
{
background-color: #792D56;
}
</style>
border-color css
<style>
span { border-color: #792D56; }
span { border-color: rgb(121,45,86); }
td.TdClassName
{
border-color: #792D56;
}
.TagClassName
{
border-color: #792D56;
}
</style>