Shades of Flirt #7A2E51
Tints of Flirt #7A2E51
RGB
CMYK
RGB Variations
Color information
#7A2E51 (or 0x7A2E51) is known color: Flirt. HEX triplet: 7A, 2E and 51. RGB value is (122,46,81). Sum of RGB (Red+Green+Blue) = 122+46+81=249 (32% of max value = 765). Red value is 122 (48.05% from 255 or 49.00% from 249); Green value is 46 (18.36% from 255 or 18.47% from 249); Blue value is 81 (32.03% from 255 or 32.53% from 249); Max value from RGB is 122 - color contains mainly: red. Hex color #7A2E51 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #7A2E51 is #85D1AE. Grayscale: #484848. Windows color (decimal): -8769967 or 5320314. OLE color: 5320314.
HSL color Cylindrical-coordinate representation of color #7A2E51: hue angle of 332.37º degrees, saturation: 0.45, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #7A2E51 is Cyan = 0, Magento = 0.62, Yellow = 0.34 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 122 | 46 | 81 | - |
| CMYK | 0 | 0.62 | 0.34 | 0.52 |
| HSL | 332.37º | 0.45% | 0.33% | - |
| HSV(B) | 332.37º | 0.62% | 0.48% | - |
| XYZ | 10.49 | 6.69 | 8.52 | - |
| YUV | 72.71 | 132.68 | 163.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 46 | 81 | 0 | 0.62 | 0.34 | 0.52 | 332.37 | 0.45 | 0.33 |
| Hex | 7A | 2E | 51 | 0 | 3E | 22 | 34 | 14C | 2D | 21 |
| Octal | 172 | 56 | 121 | 0 | 76 | 42 | 64 | 514 | 55 | 41 |
| Binary | 1111010 | 101110 | 1010001 | 0 | 111110 | 100010 | 110100 | 101001100 | 101101 | 100001 |
Color Harmonies of #7A2E51
Complementary color
Monochromatic Colors of #7A2E51
Black with #7A2E51
Text Example
Text Example
White with #7A2E51
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A2E51; }
p { color: rgb(122,46,81); }
H1.HeaderClassName
{
color: #7A2E51;
}
.AnyTagClassName
{
color: #7A2E51;
}
</style>
background-color css
<style>
a { background-color: #7A2E51; }
a { background-color: rgb(122,46,81); }
div.DivClassName
{
background-color: #7A2E51;
}
.BgClassName
{
background-color: #7A2E51;
}
</style>
border-color css
<style>
span { border-color: #7A2E51; }
span { border-color: rgb(122,46,81); }
td.TdClassName
{
border-color: #7A2E51;
}
.TagClassName
{
border-color: #7A2E51;
}
</style>