Shades of Flirt #7E1E48
Tints of Flirt #7E1E48
RGB
CMYK
RGB Variations
Color information
#7E1E48 (or 0x7E1E48) is known color: Flirt. HEX triplet: 7E, 1E and 48. RGB value is (126,30,72). Sum of RGB (Red+Green+Blue) = 126+30+72=228 (30% of max value = 765). Red value is 126 (49.61% from 255 or 55.26% from 228); Green value is 30 (12.11% from 255 or 13.16% from 228); Blue value is 72 (28.52% from 255 or 31.58% from 228); Max value from RGB is 126 - color contains mainly: red. Hex color #7E1E48 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7E1E48 is #81E1B7. Grayscale: #3F3F3F. Windows color (decimal): -8511928 or 4726398. OLE color: 4726398.
HSL color Cylindrical-coordinate representation of color #7E1E48: hue angle of 333.75º degrees, saturation: 0.62, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #7E1E48 is Cyan = 0, Magento = 0.76, Yellow = 0.43 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 126 | 30 | 72 | - |
| CMYK | 0 | 0.76 | 0.43 | 0.51 |
| HSL | 333.75º | 0.62% | 0.31% | - |
| HSV(B) | 333.75º | 0.76% | 0.49% | - |
| XYZ | 10.24 | 5.83 | 6.72 | - |
| YUV | 63.49 | 132.8 | 172.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 30 | 72 | 0 | 0.76 | 0.43 | 0.51 | 333.75 | 0.62 | 0.31 |
| Hex | 7E | 1E | 48 | 0 | 4C | 2B | 33 | 14E | 3E | 1F |
| Octal | 176 | 36 | 110 | 0 | 114 | 53 | 63 | 516 | 76 | 37 |
| Binary | 1111110 | 11110 | 1001000 | 0 | 1001100 | 101011 | 110011 | 101001110 | 111110 | 11111 |
Color Harmonies of #7E1E48
Complementary color
Monochromatic Colors of #7E1E48
Black with #7E1E48
Text Example
Text Example
White with #7E1E48
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7E1E48; }
p { color: rgb(126,30,72); }
H1.HeaderClassName
{
color: #7E1E48;
}
.AnyTagClassName
{
color: #7E1E48;
}
</style>
background-color css
<style>
a { background-color: #7E1E48; }
a { background-color: rgb(126,30,72); }
div.DivClassName
{
background-color: #7E1E48;
}
.BgClassName
{
background-color: #7E1E48;
}
</style>
border-color css
<style>
span { border-color: #7E1E48; }
span { border-color: rgb(126,30,72); }
td.TdClassName
{
border-color: #7E1E48;
}
.TagClassName
{
border-color: #7E1E48;
}
</style>