Shades of Flirt #7A2454
Tints of Flirt #7A2454
RGB
CMYK
RGB Variations
Color information
#7A2454 (or 0x7A2454) is known color: Flirt. HEX triplet: 7A, 24 and 54. RGB value is (122,36,84). Sum of RGB (Red+Green+Blue) = 122+36+84=242 (32% of max value = 765). Red value is 122 (48.05% from 255 or 50.41% from 242); Green value is 36 (14.45% from 255 or 14.88% from 242); Blue value is 84 (33.20% from 255 or 34.71% from 242); Max value from RGB is 122 - color contains mainly: red. Hex color #7A2454 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #7A2454 is #85DBAB. Grayscale: #434343. Windows color (decimal): -8772524 or 5514362. OLE color: 5514362.
HSL color Cylindrical-coordinate representation of color #7A2454: hue angle of 326.51º 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 #7A2454 is Cyan = 0, Magento = 0.70, Yellow = 0.31 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 122 | 36 | 84 | - |
| CMYK | 0 | 0.70 | 0.31 | 0.52 |
| HSL | 326.51º | 0.54% | 0.31% | - |
| HSV(B) | 326.51º | 0.7% | 0.48% | - |
| XYZ | 10.26 | 6.04 | 9.01 | - |
| YUV | 67.19 | 137.49 | 167.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 36 | 84 | 0 | 0.70 | 0.31 | 0.52 | 326.51 | 0.54 | 0.31 |
| Hex | 7A | 24 | 54 | 0 | 46 | 1F | 34 | 147 | 36 | 1F |
| Octal | 172 | 44 | 124 | 0 | 106 | 37 | 64 | 507 | 66 | 37 |
| Binary | 1111010 | 100100 | 1010100 | 0 | 1000110 | 11111 | 110100 | 101000111 | 110110 | 11111 |
Color Harmonies of #7A2454
Complementary color
Monochromatic Colors of #7A2454
Black with #7A2454
Text Example
Text Example
White with #7A2454
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A2454; }
p { color: rgb(122,36,84); }
H1.HeaderClassName
{
color: #7A2454;
}
.AnyTagClassName
{
color: #7A2454;
}
</style>
background-color css
<style>
a { background-color: #7A2454; }
a { background-color: rgb(122,36,84); }
div.DivClassName
{
background-color: #7A2454;
}
.BgClassName
{
background-color: #7A2454;
}
</style>
border-color css
<style>
span { border-color: #7A2454; }
span { border-color: rgb(122,36,84); }
td.TdClassName
{
border-color: #7A2454;
}
.TagClassName
{
border-color: #7A2454;
}
</style>