Shades of Flirt #792D4F
Tints of Flirt #792D4F
RGB
CMYK
RGB Variations
Color information
#792D4F (or 0x792D4F) is known color: Flirt. HEX triplet: 79, 2D and 4F. RGB value is (121,45,79). Sum of RGB (Red+Green+Blue) = 121+45+79=245 (32% of max value = 765). Red value is 121 (47.66% from 255 or 49.39% from 245); Green value is 45 (17.97% from 255 or 18.37% from 245); Blue value is 79 (31.25% from 255 or 32.24% from 245); Max value from RGB is 121 - color contains mainly: red. Hex color #792D4F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #792D4F is #86D2B0. Grayscale: #474747. Windows color (decimal): -8835761 or 5188985. OLE color: 5188985.
HSL color Cylindrical-coordinate representation of color #792D4F: hue angle of 333.16º 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 #792D4F is Cyan = 0, Magento = 0.63, Yellow = 0.35 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 121 | 45 | 79 | - |
| CMYK | 0 | 0.63 | 0.35 | 0.53 |
| HSL | 333.16º | 0.46% | 0.33% | - |
| HSV(B) | 333.16º | 0.63% | 0.47% | - |
| XYZ | 10.23 | 6.51 | 8.11 | - |
| YUV | 71.6 | 132.18 | 163.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 45 | 79 | 0 | 0.63 | 0.35 | 0.53 | 333.16 | 0.46 | 0.33 |
| Hex | 79 | 2D | 4F | 0 | 3F | 23 | 35 | 14D | 2E | 21 |
| Octal | 171 | 55 | 117 | 0 | 77 | 43 | 65 | 515 | 56 | 41 |
| Binary | 1111001 | 101101 | 1001111 | 0 | 111111 | 100011 | 110101 | 101001101 | 101110 | 100001 |
Color Harmonies of #792D4F
Complementary color
Monochromatic Colors of #792D4F
Black with #792D4F
Text Example
Text Example
White with #792D4F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #792D4F; }
p { color: rgb(121,45,79); }
H1.HeaderClassName
{
color: #792D4F;
}
.AnyTagClassName
{
color: #792D4F;
}
</style>
background-color css
<style>
a { background-color: #792D4F; }
a { background-color: rgb(121,45,79); }
div.DivClassName
{
background-color: #792D4F;
}
.BgClassName
{
background-color: #792D4F;
}
</style>
border-color css
<style>
span { border-color: #792D4F; }
span { border-color: rgb(121,45,79); }
td.TdClassName
{
border-color: #792D4F;
}
.TagClassName
{
border-color: #792D4F;
}
</style>