Shades of Flirt #792D46
Tints of Flirt #792D46
RGB
CMYK
RGB Variations
Color information
#792D46 (or 0x792D46) is known color: Flirt. HEX triplet: 79, 2D and 46. RGB value is (121,45,70). Sum of RGB (Red+Green+Blue) = 121+45+70=236 (31% of max value = 765). Red value is 121 (47.66% from 255 or 51.27% from 236); Green value is 45 (17.97% from 255 or 19.07% from 236); Blue value is 70 (27.73% from 255 or 29.66% from 236); Max value from RGB is 121 - color contains mainly: red. Hex color #792D46 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #792D46 is #86D2B9. Grayscale: #464646. Windows color (decimal): -8835770 or 4599161. OLE color: 4599161.
HSL color Cylindrical-coordinate representation of color #792D46: hue angle of 340.26º 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 #792D46 is Cyan = 0, Magento = 0.63, Yellow = 0.42 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 121 | 45 | 70 | - |
| CMYK | 0 | 0.63 | 0.42 | 0.53 |
| HSL | 340.26º | 0.46% | 0.33% | - |
| HSV(B) | 340.26º | 0.63% | 0.47% | - |
| XYZ | 9.93 | 6.38 | 6.5 | - |
| YUV | 70.57 | 127.68 | 163.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 45 | 70 | 0 | 0.63 | 0.42 | 0.53 | 340.26 | 0.46 | 0.33 |
| Hex | 79 | 2D | 46 | 0 | 3F | 2A | 35 | 154 | 2E | 21 |
| Octal | 171 | 55 | 106 | 0 | 77 | 52 | 65 | 524 | 56 | 41 |
| Binary | 1111001 | 101101 | 1000110 | 0 | 111111 | 101010 | 110101 | 101010100 | 101110 | 100001 |
Color Harmonies of #792D46
Complementary color
Monochromatic Colors of #792D46
Black with #792D46
Text Example
Text Example
White with #792D46
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #792D46; }
p { color: rgb(121,45,70); }
H1.HeaderClassName
{
color: #792D46;
}
.AnyTagClassName
{
color: #792D46;
}
</style>
background-color css
<style>
a { background-color: #792D46; }
a { background-color: rgb(121,45,70); }
div.DivClassName
{
background-color: #792D46;
}
.BgClassName
{
background-color: #792D46;
}
</style>
border-color css
<style>
span { border-color: #792D46; }
span { border-color: rgb(121,45,70); }
td.TdClassName
{
border-color: #792D46;
}
.TagClassName
{
border-color: #792D46;
}
</style>