Shades of Flirt #792D5B
Tints of Flirt #792D5B
RGB
CMYK
RGB Variations
Color information
#792D5B (or 0x792D5B) is known color: Flirt. HEX triplet: 79, 2D and 5B. RGB value is (121,45,91). Sum of RGB (Red+Green+Blue) = 121+45+91=257 (34% of max value = 765). Red value is 121 (47.66% from 255 or 47.08% from 257); Green value is 45 (17.97% from 255 or 17.51% from 257); Blue value is 91 (35.94% from 255 or 35.41% from 257); Max value from RGB is 121 - color contains mainly: red. Hex color #792D5B is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #792D5B is #86D2A4. Grayscale: #484848. Windows color (decimal): -8835749 or 5975417. OLE color: 5975417.
HSL color Cylindrical-coordinate representation of color #792D5B: hue angle of 323.68º 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 #792D5B is Cyan = 0, Magento = 0.63, Yellow = 0.25 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 121 | 45 | 91 | - |
| CMYK | 0 | 0.63 | 0.25 | 0.53 |
| HSL | 323.68º | 0.46% | 0.33% | - |
| HSV(B) | 323.68º | 0.63% | 0.47% | - |
| XYZ | 10.71 | 6.7 | 10.63 | - |
| YUV | 72.97 | 138.18 | 162.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 45 | 91 | 0 | 0.63 | 0.25 | 0.53 | 323.68 | 0.46 | 0.33 |
| Hex | 79 | 2D | 5B | 0 | 3F | 19 | 35 | 144 | 2E | 21 |
| Octal | 171 | 55 | 133 | 0 | 77 | 31 | 65 | 504 | 56 | 41 |
| Binary | 1111001 | 101101 | 1011011 | 0 | 111111 | 11001 | 110101 | 101000100 | 101110 | 100001 |
Color Harmonies of #792D5B
Complementary color
Monochromatic Colors of #792D5B
Black with #792D5B
Text Example
Text Example
White with #792D5B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #792D5B; }
p { color: rgb(121,45,91); }
H1.HeaderClassName
{
color: #792D5B;
}
.AnyTagClassName
{
color: #792D5B;
}
</style>
background-color css
<style>
a { background-color: #792D5B; }
a { background-color: rgb(121,45,91); }
div.DivClassName
{
background-color: #792D5B;
}
.BgClassName
{
background-color: #792D5B;
}
</style>
border-color css
<style>
span { border-color: #792D5B; }
span { border-color: rgb(121,45,91); }
td.TdClassName
{
border-color: #792D5B;
}
.TagClassName
{
border-color: #792D5B;
}
</style>