Shades of Flirt #7A2D59
Tints of Flirt #7A2D59
RGB
CMYK
RGB Variations
Color information
#7A2D59 (or 0x7A2D59) is known color: Flirt. HEX triplet: 7A, 2D and 59. RGB value is (122,45,89). Sum of RGB (Red+Green+Blue) = 122+45+89=256 (33% of max value = 765). Red value is 122 (48.05% from 255 or 47.66% from 256); Green value is 45 (17.97% from 255 or 17.58% from 256); Blue value is 89 (35.16% from 255 or 34.77% from 256); Max value from RGB is 122 - color contains mainly: red. Hex color #7A2D59 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #7A2D59 is #85D2A6. Grayscale: #484848. Windows color (decimal): -8770215 or 5844346. OLE color: 5844346.
HSL color Cylindrical-coordinate representation of color #7A2D59: hue angle of 325.71º degrees, saturation: 0.46, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #7A2D59 is Cyan = 0, Magento = 0.63, Yellow = 0.27 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 122 | 45 | 89 | - |
| CMYK | 0 | 0.63 | 0.27 | 0.52 |
| HSL | 325.71º | 0.46% | 0.33% | - |
| HSV(B) | 325.71º | 0.63% | 0.48% | - |
| XYZ | 10.77 | 6.74 | 10.18 | - |
| YUV | 73.04 | 137.01 | 162.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 45 | 89 | 0 | 0.63 | 0.27 | 0.52 | 325.71 | 0.46 | 0.33 |
| Hex | 7A | 2D | 59 | 0 | 3F | 1B | 34 | 146 | 2E | 21 |
| Octal | 172 | 55 | 131 | 0 | 77 | 33 | 64 | 506 | 56 | 41 |
| Binary | 1111010 | 101101 | 1011001 | 0 | 111111 | 11011 | 110100 | 101000110 | 101110 | 100001 |
Color Harmonies of #7A2D59
Complementary color
Monochromatic Colors of #7A2D59
Black with #7A2D59
Text Example
Text Example
White with #7A2D59
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A2D59; }
p { color: rgb(122,45,89); }
H1.HeaderClassName
{
color: #7A2D59;
}
.AnyTagClassName
{
color: #7A2D59;
}
</style>
background-color css
<style>
a { background-color: #7A2D59; }
a { background-color: rgb(122,45,89); }
div.DivClassName
{
background-color: #7A2D59;
}
.BgClassName
{
background-color: #7A2D59;
}
</style>
border-color css
<style>
span { border-color: #7A2D59; }
span { border-color: rgb(122,45,89); }
td.TdClassName
{
border-color: #7A2D59;
}
.TagClassName
{
border-color: #7A2D59;
}
</style>