Shades of Flirt #7E3651
Tints of Flirt #7E3651
RGB
CMYK
RGB Variations
Color information
#7E3651 (or 0x7E3651) is known color: Flirt. HEX triplet: 7E, 36 and 51. RGB value is (126,54,81). Sum of RGB (Red+Green+Blue) = 126+54+81=261 (34% of max value = 765). Red value is 126 (49.61% from 255 or 48.28% from 261); Green value is 54 (21.48% from 255 or 20.69% from 261); Blue value is 81 (32.03% from 255 or 31.03% from 261); Max value from RGB is 126 - color contains mainly: red. Hex color #7E3651 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #7E3651 is #81C9AE. Grayscale: #4E4E4E. Windows color (decimal): -8505775 or 5322366. OLE color: 5322366.
HSL color Cylindrical-coordinate representation of color #7E3651: hue angle of 337.5º degrees, saturation: 0.4, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #7E3651 is Cyan = 0, Magento = 0.57, Yellow = 0.36 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 126 | 54 | 81 | - |
| CMYK | 0 | 0.57 | 0.36 | 0.51 |
| HSL | 337.5º | 0.4% | 0.35% | - |
| HSV(B) | 337.5º | 0.57% | 0.49% | - |
| XYZ | 11.41 | 7.67 | 8.66 | - |
| YUV | 78.61 | 129.35 | 161.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 54 | 81 | 0 | 0.57 | 0.36 | 0.51 | 337.5 | 0.4 | 0.35 |
| Hex | 7E | 36 | 51 | 0 | 39 | 24 | 33 | 152 | 28 | 23 |
| Octal | 176 | 66 | 121 | 0 | 71 | 44 | 63 | 522 | 50 | 43 |
| Binary | 1111110 | 110110 | 1010001 | 0 | 111001 | 100100 | 110011 | 101010010 | 101000 | 100011 |
Color Harmonies of #7E3651
Complementary color
Monochromatic Colors of #7E3651
Black with #7E3651
Text Example
Text Example
White with #7E3651
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7E3651; }
p { color: rgb(126,54,81); }
H1.HeaderClassName
{
color: #7E3651;
}
.AnyTagClassName
{
color: #7E3651;
}
</style>
background-color css
<style>
a { background-color: #7E3651; }
a { background-color: rgb(126,54,81); }
div.DivClassName
{
background-color: #7E3651;
}
.BgClassName
{
background-color: #7E3651;
}
</style>
border-color css
<style>
span { border-color: #7E3651; }
span { border-color: rgb(126,54,81); }
td.TdClassName
{
border-color: #7E3651;
}
.TagClassName
{
border-color: #7E3651;
}
</style>