Shades of Flirt #792A4A
Tints of Flirt #792A4A
RGB
CMYK
RGB Variations
Color information
#792A4A (or 0x792A4A) is known color: Flirt. HEX triplet: 79, 2A and 4A. RGB value is (121,42,74). Sum of RGB (Red+Green+Blue) = 121+42+74=237 (31% of max value = 765). Red value is 121 (47.66% from 255 or 51.05% from 237); Green value is 42 (16.80% from 255 or 17.72% from 237); Blue value is 74 (29.30% from 255 or 31.22% from 237); Max value from RGB is 121 - color contains mainly: red. Hex color #792A4A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #792A4A is #86D5B5. Grayscale: #454545. Windows color (decimal): -8836534 or 4860537. OLE color: 4860537.
HSL color Cylindrical-coordinate representation of color #792A4A: hue angle of 335.7º degrees, saturation: 0.48, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #792A4A is Cyan = 0, Magento = 0.65, Yellow = 0.39 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 121 | 42 | 74 | - |
| CMYK | 0 | 0.65 | 0.39 | 0.53 |
| HSL | 335.7º | 0.48% | 0.32% | - |
| HSV(B) | 335.7º | 0.65% | 0.47% | - |
| XYZ | 9.95 | 6.22 | 7.15 | - |
| YUV | 69.27 | 130.67 | 164.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 42 | 74 | 0 | 0.65 | 0.39 | 0.53 | 335.7 | 0.48 | 0.32 |
| Hex | 79 | 2A | 4A | 0 | 41 | 27 | 35 | 150 | 30 | 20 |
| Octal | 171 | 52 | 112 | 0 | 101 | 47 | 65 | 520 | 60 | 40 |
| Binary | 1111001 | 101010 | 1001010 | 0 | 1000001 | 100111 | 110101 | 101010000 | 110000 | 100000 |
Color Harmonies of #792A4A
Complementary color
Monochromatic Colors of #792A4A
Black with #792A4A
Text Example
Text Example
White with #792A4A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #792A4A; }
p { color: rgb(121,42,74); }
H1.HeaderClassName
{
color: #792A4A;
}
.AnyTagClassName
{
color: #792A4A;
}
</style>
background-color css
<style>
a { background-color: #792A4A; }
a { background-color: rgb(121,42,74); }
div.DivClassName
{
background-color: #792A4A;
}
.BgClassName
{
background-color: #792A4A;
}
</style>
border-color css
<style>
span { border-color: #792A4A; }
span { border-color: rgb(121,42,74); }
td.TdClassName
{
border-color: #792A4A;
}
.TagClassName
{
border-color: #792A4A;
}
</style>