Shades of Flirt #7E2C4D
Tints of Flirt #7E2C4D
RGB
CMYK
RGB Variations
Color information
#7E2C4D (or 0x7E2C4D) is known color: Flirt. HEX triplet: 7E, 2C and 4D. RGB value is (126,44,77). Sum of RGB (Red+Green+Blue) = 126+44+77=247 (32% of max value = 765). Red value is 126 (49.61% from 255 or 51.01% from 247); Green value is 44 (17.58% from 255 or 17.81% from 247); Blue value is 77 (30.47% from 255 or 31.17% from 247); Max value from RGB is 126 - color contains mainly: red. Hex color #7E2C4D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #7E2C4D is #81D3B2. Grayscale: #484848. Windows color (decimal): -8508339 or 5057662. OLE color: 5057662.
HSL color Cylindrical-coordinate representation of color #7E2C4D: hue angle of 335.85º 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 #7E2C4D is Cyan = 0, Magento = 0.65, Yellow = 0.39 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 126 | 44 | 77 | - |
| CMYK | 0 | 0.65 | 0.39 | 0.51 |
| HSL | 335.85º | 0.48% | 0.33% | - |
| HSV(B) | 335.85º | 0.65% | 0.49% | - |
| XYZ | 10.84 | 6.77 | 7.76 | - |
| YUV | 72.28 | 130.67 | 166.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 44 | 77 | 0 | 0.65 | 0.39 | 0.51 | 335.85 | 0.48 | 0.33 |
| Hex | 7E | 2C | 4D | 0 | 41 | 27 | 33 | 150 | 30 | 21 |
| Octal | 176 | 54 | 115 | 0 | 101 | 47 | 63 | 520 | 60 | 41 |
| Binary | 1111110 | 101100 | 1001101 | 0 | 1000001 | 100111 | 110011 | 101010000 | 110000 | 100001 |
Color Harmonies of #7E2C4D
Complementary color
Monochromatic Colors of #7E2C4D
Black with #7E2C4D
Text Example
Text Example
White with #7E2C4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7E2C4D; }
p { color: rgb(126,44,77); }
H1.HeaderClassName
{
color: #7E2C4D;
}
.AnyTagClassName
{
color: #7E2C4D;
}
</style>
background-color css
<style>
a { background-color: #7E2C4D; }
a { background-color: rgb(126,44,77); }
div.DivClassName
{
background-color: #7E2C4D;
}
.BgClassName
{
background-color: #7E2C4D;
}
</style>
border-color css
<style>
span { border-color: #7E2C4D; }
span { border-color: rgb(126,44,77); }
td.TdClassName
{
border-color: #7E2C4D;
}
.TagClassName
{
border-color: #7E2C4D;
}
</style>