Shades of Flirt #7A2146
Tints of Flirt #7A2146
RGB
CMYK
RGB Variations
Color information
#7A2146 (or 0x7A2146) is known color: Flirt. HEX triplet: 7A, 21 and 46. RGB value is (122,33,70). Sum of RGB (Red+Green+Blue) = 122+33+70=225 (29% of max value = 765). Red value is 122 (48.05% from 255 or 54.22% from 225); Green value is 33 (13.28% from 255 or 14.67% from 225); Blue value is 70 (27.73% from 255 or 31.11% from 225); Max value from RGB is 122 - color contains mainly: red. Hex color #7A2146 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7A2146 is #85DEB9. Grayscale: #3F3F3F. Windows color (decimal): -8773306 or 4596090. OLE color: 4596090.
HSL color Cylindrical-coordinate representation of color #7A2146: hue angle of 335.06º degrees, saturation: 0.57, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #7A2146 is Cyan = 0, Magento = 0.73, Yellow = 0.43 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 122 | 33 | 70 | - |
| CMYK | 0 | 0.73 | 0.43 | 0.52 |
| HSL | 335.06º | 0.57% | 0.3% | - |
| HSV(B) | 335.06º | 0.73% | 0.48% | - |
| XYZ | 9.68 | 5.67 | 6.38 | - |
| YUV | 63.83 | 131.49 | 169.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 33 | 70 | 0 | 0.73 | 0.43 | 0.52 | 335.06 | 0.57 | 0.3 |
| Hex | 7A | 21 | 46 | 0 | 49 | 2B | 34 | 14F | 39 | 1E |
| Octal | 172 | 41 | 106 | 0 | 111 | 53 | 64 | 517 | 71 | 36 |
| Binary | 1111010 | 100001 | 1000110 | 0 | 1001001 | 101011 | 110100 | 101001111 | 111001 | 11110 |
Color Harmonies of #7A2146
Complementary color
Monochromatic Colors of #7A2146
Black with #7A2146
Text Example
Text Example
White with #7A2146
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A2146; }
p { color: rgb(122,33,70); }
H1.HeaderClassName
{
color: #7A2146;
}
.AnyTagClassName
{
color: #7A2146;
}
</style>
background-color css
<style>
a { background-color: #7A2146; }
a { background-color: rgb(122,33,70); }
div.DivClassName
{
background-color: #7A2146;
}
.BgClassName
{
background-color: #7A2146;
}
</style>
border-color css
<style>
span { border-color: #7A2146; }
span { border-color: rgb(122,33,70); }
td.TdClassName
{
border-color: #7A2146;
}
.TagClassName
{
border-color: #7A2146;
}
</style>