Shades of Flirt #792143
Tints of Flirt #792143
RGB
CMYK
RGB Variations
Color information
#792143 (or 0x792143) is known color: Flirt. HEX triplet: 79, 21 and 43. RGB value is (121,33,67). Sum of RGB (Red+Green+Blue) = 121+33+67=221 (29% of max value = 765). Red value is 121 (47.66% from 255 or 54.75% from 221); Green value is 33 (13.28% from 255 or 14.93% from 221); Blue value is 67 (26.56% from 255 or 30.32% from 221); Max value from RGB is 121 - color contains mainly: red. Hex color #792143 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #792143 is #86DEBC. Grayscale: #3F3F3F. Windows color (decimal): -8838845 or 4399481. OLE color: 4399481.
HSL color Cylindrical-coordinate representation of color #792143: hue angle of 336.82º degrees, saturation: 0.57, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #792143 is Cyan = 0, Magento = 0.73, Yellow = 0.45 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 121 | 33 | 67 | - |
| CMYK | 0 | 0.73 | 0.45 | 0.53 |
| HSL | 336.82º | 0.57% | 0.3% | - |
| HSV(B) | 336.82º | 0.73% | 0.47% | - |
| XYZ | 9.44 | 5.56 | 5.89 | - |
| YUV | 63.19 | 130.15 | 169.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 33 | 67 | 0 | 0.73 | 0.45 | 0.53 | 336.82 | 0.57 | 0.3 |
| Hex | 79 | 21 | 43 | 0 | 49 | 2D | 35 | 151 | 39 | 1E |
| Octal | 171 | 41 | 103 | 0 | 111 | 55 | 65 | 521 | 71 | 36 |
| Binary | 1111001 | 100001 | 1000011 | 0 | 1001001 | 101101 | 110101 | 101010001 | 111001 | 11110 |
Color Harmonies of #792143
Complementary color
Monochromatic Colors of #792143
Black with #792143
Text Example
Text Example
White with #792143
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #792143; }
p { color: rgb(121,33,67); }
H1.HeaderClassName
{
color: #792143;
}
.AnyTagClassName
{
color: #792143;
}
</style>
background-color css
<style>
a { background-color: #792143; }
a { background-color: rgb(121,33,67); }
div.DivClassName
{
background-color: #792143;
}
.BgClassName
{
background-color: #792143;
}
</style>
border-color css
<style>
span { border-color: #792143; }
span { border-color: rgb(121,33,67); }
td.TdClassName
{
border-color: #792143;
}
.TagClassName
{
border-color: #792143;
}
</style>