Shades of Flirt #792148
Tints of Flirt #792148
RGB
CMYK
RGB Variations
Color information
#792148 (or 0x792148) is known color: Flirt. HEX triplet: 79, 21 and 48. RGB value is (121,33,72). Sum of RGB (Red+Green+Blue) = 121+33+72=226 (29% of max value = 765). Red value is 121 (47.66% from 255 or 53.54% from 226); Green value is 33 (13.28% from 255 or 14.60% from 226); Blue value is 72 (28.52% from 255 or 31.86% from 226); Max value from RGB is 121 - color contains mainly: red. Hex color #792148 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #792148 is #86DEB7. Grayscale: #3F3F3F. Windows color (decimal): -8838840 or 4727161. OLE color: 4727161.
HSL color Cylindrical-coordinate representation of color #792148: hue angle of 333.41º 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 #792148 is Cyan = 0, Magento = 0.73, Yellow = 0.40 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 121 | 33 | 72 | - |
| CMYK | 0 | 0.73 | 0.40 | 0.53 |
| HSL | 333.41º | 0.57% | 0.3% | - |
| HSV(B) | 333.41º | 0.73% | 0.47% | - |
| XYZ | 9.6 | 5.62 | 6.71 | - |
| YUV | 63.76 | 132.65 | 168.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 33 | 72 | 0 | 0.73 | 0.40 | 0.53 | 333.41 | 0.57 | 0.3 |
| Hex | 79 | 21 | 48 | 0 | 49 | 28 | 35 | 14D | 39 | 1E |
| Octal | 171 | 41 | 110 | 0 | 111 | 50 | 65 | 515 | 71 | 36 |
| Binary | 1111001 | 100001 | 1001000 | 0 | 1001001 | 101000 | 110101 | 101001101 | 111001 | 11110 |
Color Harmonies of #792148
Complementary color
Monochromatic Colors of #792148
Black with #792148
Text Example
Text Example
White with #792148
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #792148; }
p { color: rgb(121,33,72); }
H1.HeaderClassName
{
color: #792148;
}
.AnyTagClassName
{
color: #792148;
}
</style>
background-color css
<style>
a { background-color: #792148; }
a { background-color: rgb(121,33,72); }
div.DivClassName
{
background-color: #792148;
}
.BgClassName
{
background-color: #792148;
}
</style>
border-color css
<style>
span { border-color: #792148; }
span { border-color: rgb(121,33,72); }
td.TdClassName
{
border-color: #792148;
}
.TagClassName
{
border-color: #792148;
}
</style>