Shades of Flirt #792F5C
Tints of Flirt #792F5C
RGB
CMYK
RGB Variations
Color information
#792F5C (or 0x792F5C) is known color: Flirt. HEX triplet: 79, 2F and 5C. RGB value is (121,47,92). Sum of RGB (Red+Green+Blue) = 121+47+92=260 (34% of max value = 765). Red value is 121 (47.66% from 255 or 46.54% from 260); Green value is 47 (18.75% from 255 or 18.08% from 260); Blue value is 92 (36.33% from 255 or 35.38% from 260); Max value from RGB is 121 - color contains mainly: red. Hex color #792F5C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #792F5C is #86D0A3. Grayscale: #4A4A4A. Windows color (decimal): -8835236 or 6041465. OLE color: 6041465.
HSL color Cylindrical-coordinate representation of color #792F5C: hue angle of 323.51º 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 #792F5C is Cyan = 0, Magento = 0.61, Yellow = 0.24 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 121 | 47 | 92 | - |
| CMYK | 0 | 0.61 | 0.24 | 0.53 |
| HSL | 323.51º | 0.44% | 0.33% | - |
| HSV(B) | 323.51º | 0.61% | 0.47% | - |
| XYZ | 10.83 | 6.87 | 10.88 | - |
| YUV | 74.26 | 138.02 | 161.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 47 | 92 | 0 | 0.61 | 0.24 | 0.53 | 323.51 | 0.44 | 0.33 |
| Hex | 79 | 2F | 5C | 0 | 3D | 18 | 35 | 144 | 2C | 21 |
| Octal | 171 | 57 | 134 | 0 | 75 | 30 | 65 | 504 | 54 | 41 |
| Binary | 1111001 | 101111 | 1011100 | 0 | 111101 | 11000 | 110101 | 101000100 | 101100 | 100001 |
Color Harmonies of #792F5C
Complementary color
Monochromatic Colors of #792F5C
Black with #792F5C
Text Example
Text Example
White with #792F5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #792F5C; }
p { color: rgb(121,47,92); }
H1.HeaderClassName
{
color: #792F5C;
}
.AnyTagClassName
{
color: #792F5C;
}
</style>
background-color css
<style>
a { background-color: #792F5C; }
a { background-color: rgb(121,47,92); }
div.DivClassName
{
background-color: #792F5C;
}
.BgClassName
{
background-color: #792F5C;
}
</style>
border-color css
<style>
span { border-color: #792F5C; }
span { border-color: rgb(121,47,92); }
td.TdClassName
{
border-color: #792F5C;
}
.TagClassName
{
border-color: #792F5C;
}
</style>