Shades of Flirt #792B41
Tints of Flirt #792B41
RGB
CMYK
RGB Variations
Color information
#792B41 (or 0x792B41) is known color: Flirt. HEX triplet: 79, 2B and 41. RGB value is (121,43,65). Sum of RGB (Red+Green+Blue) = 121+43+65=229 (30% of max value = 765). Red value is 121 (47.66% from 255 or 52.84% from 229); Green value is 43 (17.19% from 255 or 18.78% from 229); Blue value is 65 (25.78% from 255 or 28.38% from 229); Max value from RGB is 121 - color contains mainly: red. Hex color #792B41 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #792B41 is #86D4BE. Grayscale: #444444. Windows color (decimal): -8836287 or 4270969. OLE color: 4270969.
HSL color Cylindrical-coordinate representation of color #792B41: hue angle of 343.08º 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 #792B41 is Cyan = 0, Magento = 0.64, Yellow = 0.46 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 121 | 43 | 65 | - |
| CMYK | 0 | 0.64 | 0.46 | 0.53 |
| HSL | 343.08º | 0.48% | 0.32% | - |
| HSV(B) | 343.08º | 0.64% | 0.47% | - |
| XYZ | 9.7 | 6.17 | 5.68 | - |
| YUV | 68.83 | 125.84 | 165.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 43 | 65 | 0 | 0.64 | 0.46 | 0.53 | 343.08 | 0.48 | 0.32 |
| Hex | 79 | 2B | 41 | 0 | 40 | 2E | 35 | 157 | 30 | 20 |
| Octal | 171 | 53 | 101 | 0 | 100 | 56 | 65 | 527 | 60 | 40 |
| Binary | 1111001 | 101011 | 1000001 | 0 | 1000000 | 101110 | 110101 | 101010111 | 110000 | 100000 |
Color Harmonies of #792B41
Complementary color
Monochromatic Colors of #792B41
Black with #792B41
Text Example
Text Example
White with #792B41
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #792B41; }
p { color: rgb(121,43,65); }
H1.HeaderClassName
{
color: #792B41;
}
.AnyTagClassName
{
color: #792B41;
}
</style>
background-color css
<style>
a { background-color: #792B41; }
a { background-color: rgb(121,43,65); }
div.DivClassName
{
background-color: #792B41;
}
.BgClassName
{
background-color: #792B41;
}
</style>
border-color css
<style>
span { border-color: #792B41; }
span { border-color: rgb(121,43,65); }
td.TdClassName
{
border-color: #792B41;
}
.TagClassName
{
border-color: #792B41;
}
</style>