Shades of Flirt #7E395D
Tints of Flirt #7E395D
RGB
CMYK
RGB Variations
Color information
#7E395D (or 0x7E395D) is known color: Flirt. HEX triplet: 7E, 39 and 5D. RGB value is (126,57,93). Sum of RGB (Red+Green+Blue) = 126+57+93=276 (36% of max value = 765). Red value is 126 (49.61% from 255 or 45.65% from 276); Green value is 57 (22.66% from 255 or 20.65% from 276); Blue value is 93 (36.72% from 255 or 33.70% from 276); Max value from RGB is 126 - color contains mainly: red. Hex color #7E395D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #7E395D is #81C6A2. Grayscale: #515151. Windows color (decimal): -8504995 or 6109566. OLE color: 6109566.
HSL color Cylindrical-coordinate representation of color #7E395D: hue angle of 328.7º 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 #7E395D is Cyan = 0, Magento = 0.55, Yellow = 0.26 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 126 | 57 | 93 | - |
| CMYK | 0 | 0.55 | 0.26 | 0.51 |
| HSL | 328.7º | 0.38% | 0.36% | - |
| HSV(B) | 328.7º | 0.55% | 0.49% | - |
| XYZ | 12.04 | 8.15 | 11.29 | - |
| YUV | 81.74 | 134.36 | 159.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 57 | 93 | 0 | 0.55 | 0.26 | 0.51 | 328.7 | 0.38 | 0.36 |
| Hex | 7E | 39 | 5D | 0 | 37 | 1A | 33 | 149 | 26 | 24 |
| Octal | 176 | 71 | 135 | 0 | 67 | 32 | 63 | 511 | 46 | 44 |
| Binary | 1111110 | 111001 | 1011101 | 0 | 110111 | 11010 | 110011 | 101001001 | 100110 | 100100 |
Color Harmonies of #7E395D
Complementary color
Monochromatic Colors of #7E395D
Black with #7E395D
Text Example
Text Example
White with #7E395D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7E395D; }
p { color: rgb(126,57,93); }
H1.HeaderClassName
{
color: #7E395D;
}
.AnyTagClassName
{
color: #7E395D;
}
</style>
background-color css
<style>
a { background-color: #7E395D; }
a { background-color: rgb(126,57,93); }
div.DivClassName
{
background-color: #7E395D;
}
.BgClassName
{
background-color: #7E395D;
}
</style>
border-color css
<style>
span { border-color: #7E395D; }
span { border-color: rgb(126,57,93); }
td.TdClassName
{
border-color: #7E395D;
}
.TagClassName
{
border-color: #7E395D;
}
</style>