Shades of Flirt #7A244A
Tints of Flirt #7A244A
RGB
CMYK
RGB Variations
Color information
#7A244A (or 0x7A244A) is known color: Flirt. HEX triplet: 7A, 24 and 4A. RGB value is (122,36,74). Sum of RGB (Red+Green+Blue) = 122+36+74=232 (30% of max value = 765). Red value is 122 (48.05% from 255 or 52.59% from 232); Green value is 36 (14.45% from 255 or 15.52% from 232); Blue value is 74 (29.30% from 255 or 31.90% from 232); Max value from RGB is 122 - color contains mainly: red. Hex color #7A244A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7A244A is #85DBB5. Grayscale: #414141. Windows color (decimal): -8772534 or 4859002. OLE color: 4859002.
HSL color Cylindrical-coordinate representation of color #7A244A: hue angle of 333.49º 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 #7A244A is Cyan = 0, Magento = 0.70, Yellow = 0.39 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 122 | 36 | 74 | - |
| CMYK | 0 | 0.70 | 0.39 | 0.52 |
| HSL | 333.49º | 0.54% | 0.31% | - |
| HSV(B) | 333.49º | 0.7% | 0.48% | - |
| XYZ | 9.89 | 5.89 | 7.09 | - |
| YUV | 66.05 | 132.49 | 167.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 36 | 74 | 0 | 0.70 | 0.39 | 0.52 | 333.49 | 0.54 | 0.31 |
| Hex | 7A | 24 | 4A | 0 | 46 | 27 | 34 | 14D | 36 | 1F |
| Octal | 172 | 44 | 112 | 0 | 106 | 47 | 64 | 515 | 66 | 37 |
| Binary | 1111010 | 100100 | 1001010 | 0 | 1000110 | 100111 | 110100 | 101001101 | 110110 | 11111 |
Color Harmonies of #7A244A
Complementary color
Monochromatic Colors of #7A244A
Black with #7A244A
Text Example
Text Example
White with #7A244A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A244A; }
p { color: rgb(122,36,74); }
H1.HeaderClassName
{
color: #7A244A;
}
.AnyTagClassName
{
color: #7A244A;
}
</style>
background-color css
<style>
a { background-color: #7A244A; }
a { background-color: rgb(122,36,74); }
div.DivClassName
{
background-color: #7A244A;
}
.BgClassName
{
background-color: #7A244A;
}
</style>
border-color css
<style>
span { border-color: #7A244A; }
span { border-color: rgb(122,36,74); }
td.TdClassName
{
border-color: #7A244A;
}
.TagClassName
{
border-color: #7A244A;
}
</style>