Shades of Flirt #792B5D
Tints of Flirt #792B5D
RGB
CMYK
RGB Variations
Color information
#792B5D (or 0x792B5D) is known color: Flirt. HEX triplet: 79, 2B and 5D. RGB value is (121,43,93). Sum of RGB (Red+Green+Blue) = 121+43+93=257 (34% of max value = 765). Red value is 121 (47.66% from 255 or 47.08% from 257); Green value is 43 (17.19% from 255 or 16.73% from 257); Blue value is 93 (36.72% from 255 or 36.19% from 257); Max value from RGB is 121 - color contains mainly: red. Hex color #792B5D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #792B5D is #86D4A2. Grayscale: #474747. Windows color (decimal): -8836259 or 6105977. OLE color: 6105977.
HSL color Cylindrical-coordinate representation of color #792B5D: hue angle of 321.54º degrees, saturation: 0.48, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #792B5D is Cyan = 0, Magento = 0.64, Yellow = 0.23 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 121 | 43 | 93 | - |
| CMYK | 0 | 0.64 | 0.23 | 0.53 |
| HSL | 321.54º | 0.48% | 0.32% | - |
| HSV(B) | 321.54º | 0.64% | 0.47% | - |
| XYZ | 10.72 | 6.58 | 11.06 | - |
| YUV | 72.02 | 139.84 | 162.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 43 | 93 | 0 | 0.64 | 0.23 | 0.53 | 321.54 | 0.48 | 0.32 |
| Hex | 79 | 2B | 5D | 0 | 40 | 17 | 35 | 142 | 30 | 20 |
| Octal | 171 | 53 | 135 | 0 | 100 | 27 | 65 | 502 | 60 | 40 |
| Binary | 1111001 | 101011 | 1011101 | 0 | 1000000 | 10111 | 110101 | 101000010 | 110000 | 100000 |
Color Harmonies of #792B5D
Complementary color
Monochromatic Colors of #792B5D
Black with #792B5D
Text Example
Text Example
White with #792B5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #792B5D; }
p { color: rgb(121,43,93); }
H1.HeaderClassName
{
color: #792B5D;
}
.AnyTagClassName
{
color: #792B5D;
}
</style>
background-color css
<style>
a { background-color: #792B5D; }
a { background-color: rgb(121,43,93); }
div.DivClassName
{
background-color: #792B5D;
}
.BgClassName
{
background-color: #792B5D;
}
</style>
border-color css
<style>
span { border-color: #792B5D; }
span { border-color: rgb(121,43,93); }
td.TdClassName
{
border-color: #792B5D;
}
.TagClassName
{
border-color: #792B5D;
}
</style>