Shades of Flirt #7A2247
Tints of Flirt #7A2247
RGB
CMYK
RGB Variations
Color information
#7A2247 (or 0x7A2247) is known color: Flirt. HEX triplet: 7A, 22 and 47. RGB value is (122,34,71). Sum of RGB (Red+Green+Blue) = 122+34+71=227 (30% of max value = 765). Red value is 122 (48.05% from 255 or 53.74% from 227); Green value is 34 (13.67% from 255 or 14.98% from 227); Blue value is 71 (28.12% from 255 or 31.28% from 227); Max value from RGB is 122 - color contains mainly: red. Hex color #7A2247 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7A2247 is #85DDB8. Grayscale: #404040. Windows color (decimal): -8773049 or 4661882. OLE color: 4661882.
HSL color Cylindrical-coordinate representation of color #7A2247: hue angle of 334.77º 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 #7A2247 is Cyan = 0, Magento = 0.72, Yellow = 0.42 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 122 | 34 | 71 | - |
| CMYK | 0 | 0.72 | 0.42 | 0.52 |
| HSL | 334.77º | 0.56% | 0.31% | - |
| HSV(B) | 334.77º | 0.72% | 0.48% | - |
| XYZ | 9.74 | 5.74 | 6.56 | - |
| YUV | 64.53 | 131.65 | 168.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 34 | 71 | 0 | 0.72 | 0.42 | 0.52 | 334.77 | 0.56 | 0.31 |
| Hex | 7A | 22 | 47 | 0 | 48 | 2A | 34 | 14F | 38 | 1F |
| Octal | 172 | 42 | 107 | 0 | 110 | 52 | 64 | 517 | 70 | 37 |
| Binary | 1111010 | 100010 | 1000111 | 0 | 1001000 | 101010 | 110100 | 101001111 | 111000 | 11111 |
Color Harmonies of #7A2247
Complementary color
Monochromatic Colors of #7A2247
Black with #7A2247
Text Example
Text Example
White with #7A2247
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A2247; }
p { color: rgb(122,34,71); }
H1.HeaderClassName
{
color: #7A2247;
}
.AnyTagClassName
{
color: #7A2247;
}
</style>
background-color css
<style>
a { background-color: #7A2247; }
a { background-color: rgb(122,34,71); }
div.DivClassName
{
background-color: #7A2247;
}
.BgClassName
{
background-color: #7A2247;
}
</style>
border-color css
<style>
span { border-color: #7A2247; }
span { border-color: rgb(122,34,71); }
td.TdClassName
{
border-color: #7A2247;
}
.TagClassName
{
border-color: #7A2247;
}
</style>