Shades of Flirt #7E1F47
Tints of Flirt #7E1F47
RGB
CMYK
RGB Variations
Color information
#7E1F47 (or 0x7E1F47) is known color: Flirt. HEX triplet: 7E, 1F and 47. RGB value is (126,31,71). Sum of RGB (Red+Green+Blue) = 126+31+71=228 (30% of max value = 765). Red value is 126 (49.61% from 255 or 55.26% from 228); Green value is 31 (12.5% from 255 or 13.60% from 228); Blue value is 71 (28.12% from 255 or 31.14% from 228); Max value from RGB is 126 - color contains mainly: red. Hex color #7E1F47 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7E1F47 is #81E0B8. Grayscale: #3F3F3F. Windows color (decimal): -8511673 or 4661118. OLE color: 4661118.
HSL color Cylindrical-coordinate representation of color #7E1F47: hue angle of 334.74º degrees, saturation: 0.61, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #7E1F47 is Cyan = 0, Magento = 0.75, Yellow = 0.44 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 126 | 31 | 71 | - |
| CMYK | 0 | 0.75 | 0.44 | 0.51 |
| HSL | 334.74º | 0.61% | 0.31% | - |
| HSV(B) | 334.74º | 0.75% | 0.49% | - |
| XYZ | 10.23 | 5.87 | 6.56 | - |
| YUV | 63.97 | 131.97 | 172.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 31 | 71 | 0 | 0.75 | 0.44 | 0.51 | 334.74 | 0.61 | 0.31 |
| Hex | 7E | 1F | 47 | 0 | 4B | 2C | 33 | 14F | 3D | 1F |
| Octal | 176 | 37 | 107 | 0 | 113 | 54 | 63 | 517 | 75 | 37 |
| Binary | 1111110 | 11111 | 1000111 | 0 | 1001011 | 101100 | 110011 | 101001111 | 111101 | 11111 |
Color Harmonies of #7E1F47
Complementary color
Monochromatic Colors of #7E1F47
Black with #7E1F47
Text Example
Text Example
White with #7E1F47
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7E1F47; }
p { color: rgb(126,31,71); }
H1.HeaderClassName
{
color: #7E1F47;
}
.AnyTagClassName
{
color: #7E1F47;
}
</style>
background-color css
<style>
a { background-color: #7E1F47; }
a { background-color: rgb(126,31,71); }
div.DivClassName
{
background-color: #7E1F47;
}
.BgClassName
{
background-color: #7E1F47;
}
</style>
border-color css
<style>
span { border-color: #7E1F47; }
span { border-color: rgb(126,31,71); }
td.TdClassName
{
border-color: #7E1F47;
}
.TagClassName
{
border-color: #7E1F47;
}
</style>