Shades of Flirt #792D55
Tints of Flirt #792D55
RGB
CMYK
RGB Variations
Color information
#792D55 (or 0x792D55) is known color: Flirt. HEX triplet: 79, 2D and 55. RGB value is (121,45,85). Sum of RGB (Red+Green+Blue) = 121+45+85=251 (33% of max value = 765). Red value is 121 (47.66% from 255 or 48.21% from 251); Green value is 45 (17.97% from 255 or 17.93% from 251); Blue value is 85 (33.59% from 255 or 33.86% from 251); Max value from RGB is 121 - color contains mainly: red. Hex color #792D55 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #792D55 is #86D2AA. Grayscale: #484848. Windows color (decimal): -8835755 or 5582201. OLE color: 5582201.
HSL color Cylindrical-coordinate representation of color #792D55: hue angle of 328.42º 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 #792D55 is Cyan = 0, Magento = 0.63, Yellow = 0.30 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 121 | 45 | 85 | - |
| CMYK | 0 | 0.63 | 0.30 | 0.53 |
| HSL | 328.42º | 0.46% | 0.33% | - |
| HSV(B) | 328.42º | 0.63% | 0.47% | - |
| XYZ | 10.46 | 6.6 | 9.32 | - |
| YUV | 72.28 | 135.18 | 162.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 45 | 85 | 0 | 0.63 | 0.30 | 0.53 | 328.42 | 0.46 | 0.33 |
| Hex | 79 | 2D | 55 | 0 | 3F | 1E | 35 | 148 | 2E | 21 |
| Octal | 171 | 55 | 125 | 0 | 77 | 36 | 65 | 510 | 56 | 41 |
| Binary | 1111001 | 101101 | 1010101 | 0 | 111111 | 11110 | 110101 | 101001000 | 101110 | 100001 |
Color Harmonies of #792D55
Complementary color
Monochromatic Colors of #792D55
Black with #792D55
Text Example
Text Example
White with #792D55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #792D55; }
p { color: rgb(121,45,85); }
H1.HeaderClassName
{
color: #792D55;
}
.AnyTagClassName
{
color: #792D55;
}
</style>
background-color css
<style>
a { background-color: #792D55; }
a { background-color: rgb(121,45,85); }
div.DivClassName
{
background-color: #792D55;
}
.BgClassName
{
background-color: #792D55;
}
</style>
border-color css
<style>
span { border-color: #792D55; }
span { border-color: rgb(121,45,85); }
td.TdClassName
{
border-color: #792D55;
}
.TagClassName
{
border-color: #792D55;
}
</style>