Shades of Flirt #7E2C56
Tints of Flirt #7E2C56
RGB
CMYK
RGB Variations
Color information
#7E2C56 (or 0x7E2C56) is known color: Flirt. HEX triplet: 7E, 2C and 56. RGB value is (126,44,86). Sum of RGB (Red+Green+Blue) = 126+44+86=256 (33% of max value = 765). Red value is 126 (49.61% from 255 or 49.22% from 256); Green value is 44 (17.58% from 255 or 17.19% from 256); Blue value is 86 (33.98% from 255 or 33.59% from 256); Max value from RGB is 126 - color contains mainly: red. Hex color #7E2C56 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #7E2C56 is #81D3A9. Grayscale: #494949. Windows color (decimal): -8508330 or 5647486. OLE color: 5647486.
HSL color Cylindrical-coordinate representation of color #7E2C56: hue angle of 329.27º degrees, saturation: 0.48, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #7E2C56 is Cyan = 0, Magento = 0.65, Yellow = 0.32 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 126 | 44 | 86 | - |
| CMYK | 0 | 0.65 | 0.32 | 0.51 |
| HSL | 329.27º | 0.48% | 0.33% | - |
| HSV(B) | 329.27º | 0.65% | 0.49% | - |
| XYZ | 11.18 | 6.91 | 9.55 | - |
| YUV | 73.31 | 135.17 | 165.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 44 | 86 | 0 | 0.65 | 0.32 | 0.51 | 329.27 | 0.48 | 0.33 |
| Hex | 7E | 2C | 56 | 0 | 41 | 20 | 33 | 149 | 30 | 21 |
| Octal | 176 | 54 | 126 | 0 | 101 | 40 | 63 | 511 | 60 | 41 |
| Binary | 1111110 | 101100 | 1010110 | 0 | 1000001 | 100000 | 110011 | 101001001 | 110000 | 100001 |
Color Harmonies of #7E2C56
Complementary color
Monochromatic Colors of #7E2C56
Black with #7E2C56
Text Example
Text Example
White with #7E2C56
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7E2C56; }
p { color: rgb(126,44,86); }
H1.HeaderClassName
{
color: #7E2C56;
}
.AnyTagClassName
{
color: #7E2C56;
}
</style>
background-color css
<style>
a { background-color: #7E2C56; }
a { background-color: rgb(126,44,86); }
div.DivClassName
{
background-color: #7E2C56;
}
.BgClassName
{
background-color: #7E2C56;
}
</style>
border-color css
<style>
span { border-color: #7E2C56; }
span { border-color: rgb(126,44,86); }
td.TdClassName
{
border-color: #7E2C56;
}
.TagClassName
{
border-color: #7E2C56;
}
</style>