Shades of Flirt #792D4C
Tints of Flirt #792D4C
RGB
CMYK
RGB Variations
Color information
#792D4C (or 0x792D4C) is known color: Flirt. HEX triplet: 79, 2D and 4C. RGB value is (121,45,76). Sum of RGB (Red+Green+Blue) = 121+45+76=242 (32% of max value = 765). Red value is 121 (47.66% from 255 or 50% from 242); Green value is 45 (17.97% from 255 or 18.60% from 242); Blue value is 76 (30.08% from 255 or 31.40% from 242); Max value from RGB is 121 - color contains mainly: red. Hex color #792D4C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #792D4C is #86D2B3. Grayscale: #474747. Windows color (decimal): -8835764 or 4992377. OLE color: 4992377.
HSL color Cylindrical-coordinate representation of color #792D4C: hue angle of 335.53º 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 #792D4C is Cyan = 0, Magento = 0.63, Yellow = 0.37 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 121 | 45 | 76 | - |
| CMYK | 0 | 0.63 | 0.37 | 0.53 |
| HSL | 335.53º | 0.46% | 0.33% | - |
| HSV(B) | 335.53º | 0.63% | 0.47% | - |
| XYZ | 10.13 | 6.46 | 7.55 | - |
| YUV | 71.26 | 130.68 | 163.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 45 | 76 | 0 | 0.63 | 0.37 | 0.53 | 335.53 | 0.46 | 0.33 |
| Hex | 79 | 2D | 4C | 0 | 3F | 25 | 35 | 150 | 2E | 21 |
| Octal | 171 | 55 | 114 | 0 | 77 | 45 | 65 | 520 | 56 | 41 |
| Binary | 1111001 | 101101 | 1001100 | 0 | 111111 | 100101 | 110101 | 101010000 | 101110 | 100001 |
Color Harmonies of #792D4C
Complementary color
Monochromatic Colors of #792D4C
Black with #792D4C
Text Example
Text Example
White with #792D4C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #792D4C; }
p { color: rgb(121,45,76); }
H1.HeaderClassName
{
color: #792D4C;
}
.AnyTagClassName
{
color: #792D4C;
}
</style>
background-color css
<style>
a { background-color: #792D4C; }
a { background-color: rgb(121,45,76); }
div.DivClassName
{
background-color: #792D4C;
}
.BgClassName
{
background-color: #792D4C;
}
</style>
border-color css
<style>
span { border-color: #792D4C; }
span { border-color: rgb(121,45,76); }
td.TdClassName
{
border-color: #792D4C;
}
.TagClassName
{
border-color: #792D4C;
}
</style>