Shades of Flirt #792D5C
Tints of Flirt #792D5C
RGB
CMYK
RGB Variations
Color information
#792D5C (or 0x792D5C) is known color: Flirt. HEX triplet: 79, 2D and 5C. RGB value is (121,45,92). Sum of RGB (Red+Green+Blue) = 121+45+92=258 (34% of max value = 765). Red value is 121 (47.66% from 255 or 46.90% from 258); Green value is 45 (17.97% from 255 or 17.44% from 258); Blue value is 92 (36.33% from 255 or 35.66% from 258); Max value from RGB is 121 - color contains mainly: red. Hex color #792D5C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #792D5C is #86D2A3. Grayscale: #484848. Windows color (decimal): -8835748 or 6040953. OLE color: 6040953.
HSL color Cylindrical-coordinate representation of color #792D5C: hue angle of 322.89º 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 #792D5C is Cyan = 0, Magento = 0.63, Yellow = 0.24 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 121 | 45 | 92 | - |
| CMYK | 0 | 0.63 | 0.24 | 0.53 |
| HSL | 322.89º | 0.46% | 0.33% | - |
| HSV(B) | 322.89º | 0.63% | 0.47% | - |
| XYZ | 10.76 | 6.71 | 10.85 | - |
| YUV | 73.08 | 138.68 | 162.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 45 | 92 | 0 | 0.63 | 0.24 | 0.53 | 322.89 | 0.46 | 0.33 |
| Hex | 79 | 2D | 5C | 0 | 3F | 18 | 35 | 143 | 2E | 21 |
| Octal | 171 | 55 | 134 | 0 | 77 | 30 | 65 | 503 | 56 | 41 |
| Binary | 1111001 | 101101 | 1011100 | 0 | 111111 | 11000 | 110101 | 101000011 | 101110 | 100001 |
Color Harmonies of #792D5C
Complementary color
Monochromatic Colors of #792D5C
Black with #792D5C
Text Example
Text Example
White with #792D5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #792D5C; }
p { color: rgb(121,45,92); }
H1.HeaderClassName
{
color: #792D5C;
}
.AnyTagClassName
{
color: #792D5C;
}
</style>
background-color css
<style>
a { background-color: #792D5C; }
a { background-color: rgb(121,45,92); }
div.DivClassName
{
background-color: #792D5C;
}
.BgClassName
{
background-color: #792D5C;
}
</style>
border-color css
<style>
span { border-color: #792D5C; }
span { border-color: rgb(121,45,92); }
td.TdClassName
{
border-color: #792D5C;
}
.TagClassName
{
border-color: #792D5C;
}
</style>