Shades of Flirt #7E3A57
Tints of Flirt #7E3A57
RGB
CMYK
RGB Variations
Color information
#7E3A57 (or 0x7E3A57) is known color: Flirt. HEX triplet: 7E, 3A and 57. RGB value is (126,58,87). Sum of RGB (Red+Green+Blue) = 126+58+87=271 (35% of max value = 765). Red value is 126 (49.61% from 255 or 46.49% from 271); Green value is 58 (23.05% from 255 or 21.40% from 271); Blue value is 87 (34.38% from 255 or 32.10% from 271); Max value from RGB is 126 - color contains mainly: red. Hex color #7E3A57 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #7E3A57 is #81C5A8. Grayscale: #515151. Windows color (decimal): -8504745 or 5716606. OLE color: 5716606.
HSL color Cylindrical-coordinate representation of color #7E3A57: hue angle of 334.41º 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 #7E3A57 is Cyan = 0, Magento = 0.54, Yellow = 0.31 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 126 | 58 | 87 | - |
| CMYK | 0 | 0.54 | 0.31 | 0.51 |
| HSL | 334.41º | 0.37% | 0.36% | - |
| HSV(B) | 334.41º | 0.54% | 0.49% | - |
| XYZ | 11.84 | 8.15 | 9.97 | - |
| YUV | 81.64 | 131.03 | 159.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 58 | 87 | 0 | 0.54 | 0.31 | 0.51 | 334.41 | 0.37 | 0.36 |
| Hex | 7E | 3A | 57 | 0 | 36 | 1F | 33 | 14E | 25 | 24 |
| Octal | 176 | 72 | 127 | 0 | 66 | 37 | 63 | 516 | 45 | 44 |
| Binary | 1111110 | 111010 | 1010111 | 0 | 110110 | 11111 | 110011 | 101001110 | 100101 | 100100 |
Color Harmonies of #7E3A57
Complementary color
Monochromatic Colors of #7E3A57
Black with #7E3A57
Text Example
Text Example
White with #7E3A57
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7E3A57; }
p { color: rgb(126,58,87); }
H1.HeaderClassName
{
color: #7E3A57;
}
.AnyTagClassName
{
color: #7E3A57;
}
</style>
background-color css
<style>
a { background-color: #7E3A57; }
a { background-color: rgb(126,58,87); }
div.DivClassName
{
background-color: #7E3A57;
}
.BgClassName
{
background-color: #7E3A57;
}
</style>
border-color css
<style>
span { border-color: #7E3A57; }
span { border-color: rgb(126,58,87); }
td.TdClassName
{
border-color: #7E3A57;
}
.TagClassName
{
border-color: #7E3A57;
}
</style>