Shades of Flirt #7E3A59
Tints of Flirt #7E3A59
RGB
CMYK
RGB Variations
Color information
#7E3A59 (or 0x7E3A59) is known color: Flirt. HEX triplet: 7E, 3A and 59. RGB value is (126,58,89). Sum of RGB (Red+Green+Blue) = 126+58+89=273 (36% of max value = 765). Red value is 126 (49.61% from 255 or 46.15% from 273); Green value is 58 (23.05% from 255 or 21.25% from 273); Blue value is 89 (35.16% from 255 or 32.60% from 273); Max value from RGB is 126 - color contains mainly: red. Hex color #7E3A59 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #7E3A59 is #81C5A6. Grayscale: #515151. Windows color (decimal): -8504743 or 5847678. OLE color: 5847678.
HSL color Cylindrical-coordinate representation of color #7E3A59: hue angle of 332.65º degrees, saturation: 0.37, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #7E3A59 is Cyan = 0, Magento = 0.54, Yellow = 0.29 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 126 | 58 | 89 | - |
| CMYK | 0 | 0.54 | 0.29 | 0.51 |
| HSL | 332.65º | 0.37% | 0.36% | - |
| HSV(B) | 332.65º | 0.54% | 0.49% | - |
| XYZ | 11.92 | 8.18 | 10.4 | - |
| YUV | 81.87 | 132.03 | 159.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 58 | 89 | 0 | 0.54 | 0.29 | 0.51 | 332.65 | 0.37 | 0.36 |
| Hex | 7E | 3A | 59 | 0 | 36 | 1D | 33 | 14D | 25 | 24 |
| Octal | 176 | 72 | 131 | 0 | 66 | 35 | 63 | 515 | 45 | 44 |
| Binary | 1111110 | 111010 | 1011001 | 0 | 110110 | 11101 | 110011 | 101001101 | 100101 | 100100 |
Color Harmonies of #7E3A59
Complementary color
Monochromatic Colors of #7E3A59
Black with #7E3A59
Text Example
Text Example
White with #7E3A59
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7E3A59; }
p { color: rgb(126,58,89); }
H1.HeaderClassName
{
color: #7E3A59;
}
.AnyTagClassName
{
color: #7E3A59;
}
</style>
background-color css
<style>
a { background-color: #7E3A59; }
a { background-color: rgb(126,58,89); }
div.DivClassName
{
background-color: #7E3A59;
}
.BgClassName
{
background-color: #7E3A59;
}
</style>
border-color css
<style>
span { border-color: #7E3A59; }
span { border-color: rgb(126,58,89); }
td.TdClassName
{
border-color: #7E3A59;
}
.TagClassName
{
border-color: #7E3A59;
}
</style>