Shades of Flirt #7A2F59
Tints of Flirt #7A2F59
RGB
CMYK
RGB Variations
Color information
#7A2F59 (or 0x7A2F59) is known color: Flirt. HEX triplet: 7A, 2F and 59. RGB value is (122,47,89). Sum of RGB (Red+Green+Blue) = 122+47+89=258 (34% of max value = 765). Red value is 122 (48.05% from 255 or 47.29% from 258); Green value is 47 (18.75% from 255 or 18.22% from 258); Blue value is 89 (35.16% from 255 or 34.50% from 258); Max value from RGB is 122 - color contains mainly: red. Hex color #7A2F59 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #7A2F59 is #85D0A6. Grayscale: #4A4A4A. Windows color (decimal): -8769703 or 5844858. OLE color: 5844858.
HSL color Cylindrical-coordinate representation of color #7A2F59: hue angle of 326.4º degrees, saturation: 0.44, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #7A2F59 is Cyan = 0, Magento = 0.61, Yellow = 0.27 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 122 | 47 | 89 | - |
| CMYK | 0 | 0.61 | 0.27 | 0.52 |
| HSL | 326.4º | 0.44% | 0.33% | - |
| HSV(B) | 326.4º | 0.61% | 0.48% | - |
| XYZ | 10.85 | 6.89 | 10.21 | - |
| YUV | 74.21 | 136.35 | 162.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 47 | 89 | 0 | 0.61 | 0.27 | 0.52 | 326.4 | 0.44 | 0.33 |
| Hex | 7A | 2F | 59 | 0 | 3D | 1B | 34 | 146 | 2C | 21 |
| Octal | 172 | 57 | 131 | 0 | 75 | 33 | 64 | 506 | 54 | 41 |
| Binary | 1111010 | 101111 | 1011001 | 0 | 111101 | 11011 | 110100 | 101000110 | 101100 | 100001 |
Color Harmonies of #7A2F59
Complementary color
Monochromatic Colors of #7A2F59
Black with #7A2F59
Text Example
Text Example
White with #7A2F59
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A2F59; }
p { color: rgb(122,47,89); }
H1.HeaderClassName
{
color: #7A2F59;
}
.AnyTagClassName
{
color: #7A2F59;
}
</style>
background-color css
<style>
a { background-color: #7A2F59; }
a { background-color: rgb(122,47,89); }
div.DivClassName
{
background-color: #7A2F59;
}
.BgClassName
{
background-color: #7A2F59;
}
</style>
border-color css
<style>
span { border-color: #7A2F59; }
span { border-color: rgb(122,47,89); }
td.TdClassName
{
border-color: #7A2F59;
}
.TagClassName
{
border-color: #7A2F59;
}
</style>