Shades of Flirt #7A3151
Tints of Flirt #7A3151
RGB
CMYK
RGB Variations
Color information
#7A3151 (or 0x7A3151) is known color: Flirt. HEX triplet: 7A, 31 and 51. RGB value is (122,49,81). Sum of RGB (Red+Green+Blue) = 122+49+81=252 (33% of max value = 765). Red value is 122 (48.05% from 255 or 48.41% from 252); Green value is 49 (19.53% from 255 or 19.44% from 252); Blue value is 81 (32.03% from 255 or 32.14% from 252); Max value from RGB is 122 - color contains mainly: red. Hex color #7A3151 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #7A3151 is #85CEAE. Grayscale: #4A4A4A. Windows color (decimal): -8769199 or 5321082. OLE color: 5321082.
HSL color Cylindrical-coordinate representation of color #7A3151: hue angle of 333.7º degrees, saturation: 0.43, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #7A3151 is Cyan = 0, Magento = 0.60, Yellow = 0.34 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 122 | 49 | 81 | - |
| CMYK | 0 | 0.60 | 0.34 | 0.52 |
| HSL | 333.7º | 0.43% | 0.34% | - |
| HSV(B) | 333.7º | 0.6% | 0.48% | - |
| XYZ | 10.61 | 6.93 | 8.56 | - |
| YUV | 74.48 | 131.68 | 161.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 49 | 81 | 0 | 0.60 | 0.34 | 0.52 | 333.7 | 0.43 | 0.34 |
| Hex | 7A | 31 | 51 | 0 | 3C | 22 | 34 | 14E | 2B | 22 |
| Octal | 172 | 61 | 121 | 0 | 74 | 42 | 64 | 516 | 53 | 42 |
| Binary | 1111010 | 110001 | 1010001 | 0 | 111100 | 100010 | 110100 | 101001110 | 101011 | 100010 |
Color Harmonies of #7A3151
Complementary color
Monochromatic Colors of #7A3151
Black with #7A3151
Text Example
Text Example
White with #7A3151
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A3151; }
p { color: rgb(122,49,81); }
H1.HeaderClassName
{
color: #7A3151;
}
.AnyTagClassName
{
color: #7A3151;
}
</style>
background-color css
<style>
a { background-color: #7A3151; }
a { background-color: rgb(122,49,81); }
div.DivClassName
{
background-color: #7A3151;
}
.BgClassName
{
background-color: #7A3151;
}
</style>
border-color css
<style>
span { border-color: #7A3151; }
span { border-color: rgb(122,49,81); }
td.TdClassName
{
border-color: #7A3151;
}
.TagClassName
{
border-color: #7A3151;
}
</style>