Shades of Flirt #7A2451
Tints of Flirt #7A2451
RGB
CMYK
RGB Variations
Color information
#7A2451 (or 0x7A2451) is known color: Flirt. HEX triplet: 7A, 24 and 51. RGB value is (122,36,81). Sum of RGB (Red+Green+Blue) = 122+36+81=239 (31% of max value = 765). Red value is 122 (48.05% from 255 or 51.05% from 239); Green value is 36 (14.45% from 255 or 15.06% from 239); Blue value is 81 (32.03% from 255 or 33.89% from 239); Max value from RGB is 122 - color contains mainly: red. Hex color #7A2451 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #7A2451 is #85DBAE. Grayscale: #424242. Windows color (decimal): -8772527 or 5317754. OLE color: 5317754.
HSL color Cylindrical-coordinate representation of color #7A2451: hue angle of 328.6º degrees, saturation: 0.54, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #7A2451 is Cyan = 0, Magento = 0.70, Yellow = 0.34 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 122 | 36 | 81 | - |
| CMYK | 0 | 0.70 | 0.34 | 0.52 |
| HSL | 328.6º | 0.54% | 0.31% | - |
| HSV(B) | 328.6º | 0.7% | 0.48% | - |
| XYZ | 10.14 | 5.99 | 8.41 | - |
| YUV | 66.84 | 135.99 | 167.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 36 | 81 | 0 | 0.70 | 0.34 | 0.52 | 328.6 | 0.54 | 0.31 |
| Hex | 7A | 24 | 51 | 0 | 46 | 22 | 34 | 149 | 36 | 1F |
| Octal | 172 | 44 | 121 | 0 | 106 | 42 | 64 | 511 | 66 | 37 |
| Binary | 1111010 | 100100 | 1010001 | 0 | 1000110 | 100010 | 110100 | 101001001 | 110110 | 11111 |
Color Harmonies of #7A2451
Complementary color
Monochromatic Colors of #7A2451
Black with #7A2451
Text Example
Text Example
White with #7A2451
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A2451; }
p { color: rgb(122,36,81); }
H1.HeaderClassName
{
color: #7A2451;
}
.AnyTagClassName
{
color: #7A2451;
}
</style>
background-color css
<style>
a { background-color: #7A2451; }
a { background-color: rgb(122,36,81); }
div.DivClassName
{
background-color: #7A2451;
}
.BgClassName
{
background-color: #7A2451;
}
</style>
border-color css
<style>
span { border-color: #7A2451; }
span { border-color: rgb(122,36,81); }
td.TdClassName
{
border-color: #7A2451;
}
.TagClassName
{
border-color: #7A2451;
}
</style>