Shades of Flirt #7E395A
Tints of Flirt #7E395A
RGB
CMYK
RGB Variations
Color information
#7E395A (or 0x7E395A) is known color: Flirt. HEX triplet: 7E, 39 and 5A. RGB value is (126,57,90). Sum of RGB (Red+Green+Blue) = 126+57+90=273 (36% of max value = 765). Red value is 126 (49.61% from 255 or 46.15% from 273); Green value is 57 (22.66% from 255 or 20.88% from 273); Blue value is 90 (35.55% from 255 or 32.97% from 273); Max value from RGB is 126 - color contains mainly: red. Hex color #7E395A is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #7E395A is #81C6A5. Grayscale: #515151. Windows color (decimal): -8504998 or 5912958. OLE color: 5912958.
HSL color Cylindrical-coordinate representation of color #7E395A: hue angle of 331.3º degrees, saturation: 0.38, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #7E395A is Cyan = 0, Magento = 0.55, Yellow = 0.29 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 126 | 57 | 90 | - |
| CMYK | 0 | 0.55 | 0.29 | 0.51 |
| HSL | 331.3º | 0.38% | 0.36% | - |
| HSV(B) | 331.3º | 0.55% | 0.49% | - |
| XYZ | 11.91 | 8.1 | 10.61 | - |
| YUV | 81.39 | 132.86 | 159.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 57 | 90 | 0 | 0.55 | 0.29 | 0.51 | 331.3 | 0.38 | 0.36 |
| Hex | 7E | 39 | 5A | 0 | 37 | 1D | 33 | 14B | 26 | 24 |
| Octal | 176 | 71 | 132 | 0 | 67 | 35 | 63 | 513 | 46 | 44 |
| Binary | 1111110 | 111001 | 1011010 | 0 | 110111 | 11101 | 110011 | 101001011 | 100110 | 100100 |
Color Harmonies of #7E395A
Complementary color
Monochromatic Colors of #7E395A
Black with #7E395A
Text Example
Text Example
White with #7E395A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7E395A; }
p { color: rgb(126,57,90); }
H1.HeaderClassName
{
color: #7E395A;
}
.AnyTagClassName
{
color: #7E395A;
}
</style>
background-color css
<style>
a { background-color: #7E395A; }
a { background-color: rgb(126,57,90); }
div.DivClassName
{
background-color: #7E395A;
}
.BgClassName
{
background-color: #7E395A;
}
</style>
border-color css
<style>
span { border-color: #7E395A; }
span { border-color: rgb(126,57,90); }
td.TdClassName
{
border-color: #7E395A;
}
.TagClassName
{
border-color: #7E395A;
}
</style>