Shades of Flirt #792157
Tints of Flirt #792157
RGB
CMYK
RGB Variations
Color information
#792157 (or 0x792157) is known color: Flirt. HEX triplet: 79, 21 and 57. RGB value is (121,33,87). Sum of RGB (Red+Green+Blue) = 121+33+87=241 (31% of max value = 765). Red value is 121 (47.66% from 255 or 50.21% from 241); Green value is 33 (13.28% from 255 or 13.69% from 241); Blue value is 87 (34.38% from 255 or 36.10% from 241); Max value from RGB is 121 - color contains mainly: red. Hex color #792157 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #792157 is #86DEA8. Grayscale: #414141. Windows color (decimal): -8838825 or 5710201. OLE color: 5710201.
HSL color Cylindrical-coordinate representation of color #792157: hue angle of 323.18º 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 #792157 is Cyan = 0, Magento = 0.73, Yellow = 0.28 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 121 | 33 | 87 | - |
| CMYK | 0 | 0.73 | 0.28 | 0.53 |
| HSL | 323.18º | 0.57% | 0.3% | - |
| HSV(B) | 323.18º | 0.73% | 0.47% | - |
| XYZ | 10.15 | 5.84 | 9.61 | - |
| YUV | 65.47 | 140.15 | 167.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 33 | 87 | 0 | 0.73 | 0.28 | 0.53 | 323.18 | 0.57 | 0.3 |
| Hex | 79 | 21 | 57 | 0 | 49 | 1C | 35 | 143 | 39 | 1E |
| Octal | 171 | 41 | 127 | 0 | 111 | 34 | 65 | 503 | 71 | 36 |
| Binary | 1111001 | 100001 | 1010111 | 0 | 1001001 | 11100 | 110101 | 101000011 | 111001 | 11110 |
Color Harmonies of #792157
Complementary color
Monochromatic Colors of #792157
Black with #792157
Text Example
Text Example
White with #792157
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #792157; }
p { color: rgb(121,33,87); }
H1.HeaderClassName
{
color: #792157;
}
.AnyTagClassName
{
color: #792157;
}
</style>
background-color css
<style>
a { background-color: #792157; }
a { background-color: rgb(121,33,87); }
div.DivClassName
{
background-color: #792157;
}
.BgClassName
{
background-color: #792157;
}
</style>
border-color css
<style>
span { border-color: #792157; }
span { border-color: rgb(121,33,87); }
td.TdClassName
{
border-color: #792157;
}
.TagClassName
{
border-color: #792157;
}
</style>