Shades of Flirt #7E2C55
Tints of Flirt #7E2C55
RGB
CMYK
RGB Variations
Color information
#7E2C55 (or 0x7E2C55) is known color: Flirt. HEX triplet: 7E, 2C and 55. RGB value is (126,44,85). Sum of RGB (Red+Green+Blue) = 126+44+85=255 (33% of max value = 765). Red value is 126 (49.61% from 255 or 49.41% from 255); Green value is 44 (17.58% from 255 or 17.25% from 255); Blue value is 85 (33.59% from 255 or 33.33% from 255); Max value from RGB is 126 - color contains mainly: red. Hex color #7E2C55 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #7E2C55 is #81D3AA. Grayscale: #494949. Windows color (decimal): -8508331 or 5581950. OLE color: 5581950.
HSL color Cylindrical-coordinate representation of color #7E2C55: hue angle of 330º 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 #7E2C55 is Cyan = 0, Magento = 0.65, Yellow = 0.33 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 126 | 44 | 85 | - |
| CMYK | 0 | 0.65 | 0.33 | 0.51 |
| HSL | 330º | 0.48% | 0.33% | - |
| HSV(B) | 330º | 0.65% | 0.49% | - |
| XYZ | 11.14 | 6.89 | 9.34 | - |
| YUV | 73.19 | 134.67 | 165.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 44 | 85 | 0 | 0.65 | 0.33 | 0.51 | 330 | 0.48 | 0.33 |
| Hex | 7E | 2C | 55 | 0 | 41 | 21 | 33 | 14A | 30 | 21 |
| Octal | 176 | 54 | 125 | 0 | 101 | 41 | 63 | 512 | 60 | 41 |
| Binary | 1111110 | 101100 | 1010101 | 0 | 1000001 | 100001 | 110011 | 101001010 | 110000 | 100001 |
Color Harmonies of #7E2C55
Complementary color
Monochromatic Colors of #7E2C55
Black with #7E2C55
Text Example
Text Example
White with #7E2C55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7E2C55; }
p { color: rgb(126,44,85); }
H1.HeaderClassName
{
color: #7E2C55;
}
.AnyTagClassName
{
color: #7E2C55;
}
</style>
background-color css
<style>
a { background-color: #7E2C55; }
a { background-color: rgb(126,44,85); }
div.DivClassName
{
background-color: #7E2C55;
}
.BgClassName
{
background-color: #7E2C55;
}
</style>
border-color css
<style>
span { border-color: #7E2C55; }
span { border-color: rgb(126,44,85); }
td.TdClassName
{
border-color: #7E2C55;
}
.TagClassName
{
border-color: #7E2C55;
}
</style>