Shades of Flirt #792D4B
Tints of Flirt #792D4B
RGB
CMYK
RGB Variations
Color information
#792D4B (or 0x792D4B) is known color: Flirt. HEX triplet: 79, 2D and 4B. RGB value is (121,45,75). Sum of RGB (Red+Green+Blue) = 121+45+75=241 (31% of max value = 765). Red value is 121 (47.66% from 255 or 50.21% from 241); Green value is 45 (17.97% from 255 or 18.67% from 241); Blue value is 75 (29.69% from 255 or 31.12% from 241); Max value from RGB is 121 - color contains mainly: red. Hex color #792D4B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #792D4B is #86D2B4. Grayscale: #474747. Windows color (decimal): -8835765 or 4926841. OLE color: 4926841.
HSL color Cylindrical-coordinate representation of color #792D4B: hue angle of 336.32º degrees, saturation: 0.46, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #792D4B is Cyan = 0, Magento = 0.63, Yellow = 0.38 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 121 | 45 | 75 | - |
| CMYK | 0 | 0.63 | 0.38 | 0.53 |
| HSL | 336.32º | 0.46% | 0.33% | - |
| HSV(B) | 336.32º | 0.63% | 0.47% | - |
| XYZ | 10.09 | 6.45 | 7.37 | - |
| YUV | 71.14 | 130.18 | 163.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 45 | 75 | 0 | 0.63 | 0.38 | 0.53 | 336.32 | 0.46 | 0.33 |
| Hex | 79 | 2D | 4B | 0 | 3F | 26 | 35 | 150 | 2E | 21 |
| Octal | 171 | 55 | 113 | 0 | 77 | 46 | 65 | 520 | 56 | 41 |
| Binary | 1111001 | 101101 | 1001011 | 0 | 111111 | 100110 | 110101 | 101010000 | 101110 | 100001 |
Color Harmonies of #792D4B
Complementary color
Monochromatic Colors of #792D4B
Black with #792D4B
Text Example
Text Example
White with #792D4B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #792D4B; }
p { color: rgb(121,45,75); }
H1.HeaderClassName
{
color: #792D4B;
}
.AnyTagClassName
{
color: #792D4B;
}
</style>
background-color css
<style>
a { background-color: #792D4B; }
a { background-color: rgb(121,45,75); }
div.DivClassName
{
background-color: #792D4B;
}
.BgClassName
{
background-color: #792D4B;
}
</style>
border-color css
<style>
span { border-color: #792D4B; }
span { border-color: rgb(121,45,75); }
td.TdClassName
{
border-color: #792D4B;
}
.TagClassName
{
border-color: #792D4B;
}
</style>