Shades of Flirt #7E1956
Tints of Flirt #7E1956
RGB
CMYK
RGB Variations
Color information
#7E1956 (or 0x7E1956) is known color: Flirt. HEX triplet: 7E, 19 and 56. RGB value is (126,25,86). Sum of RGB (Red+Green+Blue) = 126+25+86=237 (31% of max value = 765). Red value is 126 (49.61% from 255 or 53.16% from 237); Green value is 25 (10.16% from 255 or 10.55% from 237); Blue value is 86 (33.98% from 255 or 36.29% from 237); Max value from RGB is 126 - color contains mainly: red. Hex color #7E1956 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #7E1956 is #81E6A9. Grayscale: #3E3E3E. Windows color (decimal): -8513194 or 5642622. OLE color: 5642622.
HSL color Cylindrical-coordinate representation of color #7E1956: hue angle of 323.76º degrees, saturation: 0.67, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #7E1956 is Cyan = 0, Magento = 0.80, Yellow = 0.32 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 126 | 25 | 86 | - |
| CMYK | 0 | 0.80 | 0.32 | 0.51 |
| HSL | 323.76º | 0.67% | 0.3% | - |
| HSV(B) | 323.76º | 0.8% | 0.49% | - |
| XYZ | 10.63 | 5.8 | 9.36 | - |
| YUV | 62.15 | 141.46 | 173.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 25 | 86 | 0 | 0.80 | 0.32 | 0.51 | 323.76 | 0.67 | 0.3 |
| Hex | 7E | 19 | 56 | 0 | 50 | 20 | 33 | 144 | 43 | 1E |
| Octal | 176 | 31 | 126 | 0 | 120 | 40 | 63 | 504 | 103 | 36 |
| Binary | 1111110 | 11001 | 1010110 | 0 | 1010000 | 100000 | 110011 | 101000100 | 1000011 | 11110 |
Color Harmonies of #7E1956
Complementary color
Monochromatic Colors of #7E1956
Black with #7E1956
Text Example
Text Example
White with #7E1956
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7E1956; }
p { color: rgb(126,25,86); }
H1.HeaderClassName
{
color: #7E1956;
}
.AnyTagClassName
{
color: #7E1956;
}
</style>
background-color css
<style>
a { background-color: #7E1956; }
a { background-color: rgb(126,25,86); }
div.DivClassName
{
background-color: #7E1956;
}
.BgClassName
{
background-color: #7E1956;
}
</style>
border-color css
<style>
span { border-color: #7E1956; }
span { border-color: rgb(126,25,86); }
td.TdClassName
{
border-color: #7E1956;
}
.TagClassName
{
border-color: #7E1956;
}
</style>