Shades of Flirt #7E2A47
Tints of Flirt #7E2A47
RGB
CMYK
RGB Variations
Color information
#7E2A47 (or 0x7E2A47) is known color: Flirt. HEX triplet: 7E, 2A and 47. RGB value is (126,42,71). Sum of RGB (Red+Green+Blue) = 126+42+71=239 (31% of max value = 765). Red value is 126 (49.61% from 255 or 52.72% from 239); Green value is 42 (16.80% from 255 or 17.57% from 239); Blue value is 71 (28.12% from 255 or 29.71% from 239); Max value from RGB is 126 - color contains mainly: red. Hex color #7E2A47 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7E2A47 is #81D5B8. Grayscale: #464646. Windows color (decimal): -8508857 or 4663934. OLE color: 4663934.
HSL color Cylindrical-coordinate representation of color #7E2A47: hue angle of 339.29º degrees, saturation: 0.5, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #7E2A47 is Cyan = 0, Magento = 0.67, Yellow = 0.44 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 126 | 42 | 71 | - |
| CMYK | 0 | 0.67 | 0.44 | 0.51 |
| HSL | 339.29º | 0.5% | 0.33% | - |
| HSV(B) | 339.29º | 0.67% | 0.49% | - |
| XYZ | 10.57 | 6.55 | 6.67 | - |
| YUV | 70.42 | 128.33 | 167.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 42 | 71 | 0 | 0.67 | 0.44 | 0.51 | 339.29 | 0.5 | 0.33 |
| Hex | 7E | 2A | 47 | 0 | 43 | 2C | 33 | 153 | 32 | 21 |
| Octal | 176 | 52 | 107 | 0 | 103 | 54 | 63 | 523 | 62 | 41 |
| Binary | 1111110 | 101010 | 1000111 | 0 | 1000011 | 101100 | 110011 | 101010011 | 110010 | 100001 |
Color Harmonies of #7E2A47
Complementary color
Monochromatic Colors of #7E2A47
Black with #7E2A47
Text Example
Text Example
White with #7E2A47
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7E2A47; }
p { color: rgb(126,42,71); }
H1.HeaderClassName
{
color: #7E2A47;
}
.AnyTagClassName
{
color: #7E2A47;
}
</style>
background-color css
<style>
a { background-color: #7E2A47; }
a { background-color: rgb(126,42,71); }
div.DivClassName
{
background-color: #7E2A47;
}
.BgClassName
{
background-color: #7E2A47;
}
</style>
border-color css
<style>
span { border-color: #7E2A47; }
span { border-color: rgb(126,42,71); }
td.TdClassName
{
border-color: #7E2A47;
}
.TagClassName
{
border-color: #7E2A47;
}
</style>