Shades of Flirt #7A224F
Tints of Flirt #7A224F
RGB
CMYK
RGB Variations
Color information
#7A224F (or 0x7A224F) is known color: Flirt. HEX triplet: 7A, 22 and 4F. RGB value is (122,34,79). Sum of RGB (Red+Green+Blue) = 122+34+79=235 (31% of max value = 765). Red value is 122 (48.05% from 255 or 51.91% from 235); Green value is 34 (13.67% from 255 or 14.47% from 235); Blue value is 79 (31.25% from 255 or 33.62% from 235); Max value from RGB is 122 - color contains mainly: red. Hex color #7A224F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #7A224F is #85DDB0. Grayscale: #414141. Windows color (decimal): -8773041 or 5186170. OLE color: 5186170.
HSL color Cylindrical-coordinate representation of color #7A224F: hue angle of 329.32º degrees, saturation: 0.56, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #7A224F is Cyan = 0, Magento = 0.72, Yellow = 0.35 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 122 | 34 | 79 | - |
| CMYK | 0 | 0.72 | 0.35 | 0.52 |
| HSL | 329.32º | 0.56% | 0.31% | - |
| HSV(B) | 329.32º | 0.72% | 0.48% | - |
| XYZ | 10.01 | 5.85 | 8 | - |
| YUV | 65.44 | 135.65 | 168.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 34 | 79 | 0 | 0.72 | 0.35 | 0.52 | 329.32 | 0.56 | 0.31 |
| Hex | 7A | 22 | 4F | 0 | 48 | 23 | 34 | 149 | 38 | 1F |
| Octal | 172 | 42 | 117 | 0 | 110 | 43 | 64 | 511 | 70 | 37 |
| Binary | 1111010 | 100010 | 1001111 | 0 | 1001000 | 100011 | 110100 | 101001001 | 111000 | 11111 |
Color Harmonies of #7A224F
Complementary color
Monochromatic Colors of #7A224F
Black with #7A224F
Text Example
Text Example
White with #7A224F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A224F; }
p { color: rgb(122,34,79); }
H1.HeaderClassName
{
color: #7A224F;
}
.AnyTagClassName
{
color: #7A224F;
}
</style>
background-color css
<style>
a { background-color: #7A224F; }
a { background-color: rgb(122,34,79); }
div.DivClassName
{
background-color: #7A224F;
}
.BgClassName
{
background-color: #7A224F;
}
</style>
border-color css
<style>
span { border-color: #7A224F; }
span { border-color: rgb(122,34,79); }
td.TdClassName
{
border-color: #7A224F;
}
.TagClassName
{
border-color: #7A224F;
}
</style>