Shades of Flirt #792B50
Tints of Flirt #792B50
RGB
CMYK
RGB Variations
Color information
#792B50 (or 0x792B50) is known color: Flirt. HEX triplet: 79, 2B and 50. RGB value is (121,43,80). Sum of RGB (Red+Green+Blue) = 121+43+80=244 (32% of max value = 765). Red value is 121 (47.66% from 255 or 49.59% from 244); Green value is 43 (17.19% from 255 or 17.62% from 244); Blue value is 80 (31.64% from 255 or 32.79% from 244); Max value from RGB is 121 - color contains mainly: red. Hex color #792B50 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #792B50 is #86D4AF. Grayscale: #464646. Windows color (decimal): -8836272 or 5254009. OLE color: 5254009.
HSL color Cylindrical-coordinate representation of color #792B50: hue angle of 331.54º degrees, saturation: 0.48, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #792B50 is Cyan = 0, Magento = 0.64, Yellow = 0.34 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 121 | 43 | 80 | - |
| CMYK | 0 | 0.64 | 0.34 | 0.53 |
| HSL | 331.54º | 0.48% | 0.32% | - |
| HSV(B) | 331.54º | 0.64% | 0.47% | - |
| XYZ | 10.2 | 6.37 | 8.28 | - |
| YUV | 70.54 | 133.34 | 163.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 43 | 80 | 0 | 0.64 | 0.34 | 0.53 | 331.54 | 0.48 | 0.32 |
| Hex | 79 | 2B | 50 | 0 | 40 | 22 | 35 | 14C | 30 | 20 |
| Octal | 171 | 53 | 120 | 0 | 100 | 42 | 65 | 514 | 60 | 40 |
| Binary | 1111001 | 101011 | 1010000 | 0 | 1000000 | 100010 | 110101 | 101001100 | 110000 | 100000 |
Color Harmonies of #792B50
Complementary color
Monochromatic Colors of #792B50
Black with #792B50
Text Example
Text Example
White with #792B50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #792B50; }
p { color: rgb(121,43,80); }
H1.HeaderClassName
{
color: #792B50;
}
.AnyTagClassName
{
color: #792B50;
}
</style>
background-color css
<style>
a { background-color: #792B50; }
a { background-color: rgb(121,43,80); }
div.DivClassName
{
background-color: #792B50;
}
.BgClassName
{
background-color: #792B50;
}
</style>
border-color css
<style>
span { border-color: #792B50; }
span { border-color: rgb(121,43,80); }
td.TdClassName
{
border-color: #792B50;
}
.TagClassName
{
border-color: #792B50;
}
</style>