Shades of Flirt #7E3B57
Tints of Flirt #7E3B57
RGB
CMYK
RGB Variations
Color information
#7E3B57 (or 0x7E3B57) is known color: Flirt. HEX triplet: 7E, 3B and 57. RGB value is (126,59,87). Sum of RGB (Red+Green+Blue) = 126+59+87=272 (36% of max value = 765). Red value is 126 (49.61% from 255 or 46.32% from 272); Green value is 59 (23.44% from 255 or 21.69% from 272); Blue value is 87 (34.38% from 255 or 31.99% from 272); Max value from RGB is 126 - color contains mainly: red. Hex color #7E3B57 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #7E3B57 is #81C4A8. Grayscale: #525252. Windows color (decimal): -8504489 or 5716862. OLE color: 5716862.
HSL color Cylindrical-coordinate representation of color #7E3B57: hue angle of 334.93º degrees, saturation: 0.36, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #7E3B57 is Cyan = 0, Magento = 0.53, Yellow = 0.31 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 126 | 59 | 87 | - |
| CMYK | 0 | 0.53 | 0.31 | 0.51 |
| HSL | 334.93º | 0.36% | 0.36% | - |
| HSV(B) | 334.93º | 0.53% | 0.49% | - |
| XYZ | 11.89 | 8.25 | 9.98 | - |
| YUV | 82.23 | 130.7 | 159.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 59 | 87 | 0 | 0.53 | 0.31 | 0.51 | 334.93 | 0.36 | 0.36 |
| Hex | 7E | 3B | 57 | 0 | 35 | 1F | 33 | 14F | 24 | 24 |
| Octal | 176 | 73 | 127 | 0 | 65 | 37 | 63 | 517 | 44 | 44 |
| Binary | 1111110 | 111011 | 1010111 | 0 | 110101 | 11111 | 110011 | 101001111 | 100100 | 100100 |
Color Harmonies of #7E3B57
Complementary color
Monochromatic Colors of #7E3B57
Black with #7E3B57
Text Example
Text Example
White with #7E3B57
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7E3B57; }
p { color: rgb(126,59,87); }
H1.HeaderClassName
{
color: #7E3B57;
}
.AnyTagClassName
{
color: #7E3B57;
}
</style>
background-color css
<style>
a { background-color: #7E3B57; }
a { background-color: rgb(126,59,87); }
div.DivClassName
{
background-color: #7E3B57;
}
.BgClassName
{
background-color: #7E3B57;
}
</style>
border-color css
<style>
span { border-color: #7E3B57; }
span { border-color: rgb(126,59,87); }
td.TdClassName
{
border-color: #7E3B57;
}
.TagClassName
{
border-color: #7E3B57;
}
</style>