Shades of Flirt #7E214A
Tints of Flirt #7E214A
RGB
CMYK
RGB Variations
Color information
#7E214A (or 0x7E214A) is known color: Flirt. HEX triplet: 7E, 21 and 4A. RGB value is (126,33,74). Sum of RGB (Red+Green+Blue) = 126+33+74=233 (30% of max value = 765). Red value is 126 (49.61% from 255 or 54.08% from 233); Green value is 33 (13.28% from 255 or 14.16% from 233); Blue value is 74 (29.30% from 255 or 31.76% from 233); Max value from RGB is 126 - color contains mainly: red. Hex color #7E214A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7E214A is #81DEB5. Grayscale: #414141. Windows color (decimal): -8511158 or 4858238. OLE color: 4858238.
HSL color Cylindrical-coordinate representation of color #7E214A: hue angle of 333.55º degrees, saturation: 0.58, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #7E214A is Cyan = 0, Magento = 0.74, Yellow = 0.41 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 126 | 33 | 74 | - |
| CMYK | 0 | 0.74 | 0.41 | 0.51 |
| HSL | 333.55º | 0.58% | 0.31% | - |
| HSV(B) | 333.55º | 0.74% | 0.49% | - |
| XYZ | 10.38 | 6.02 | 7.09 | - |
| YUV | 65.48 | 132.81 | 171.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 33 | 74 | 0 | 0.74 | 0.41 | 0.51 | 333.55 | 0.58 | 0.31 |
| Hex | 7E | 21 | 4A | 0 | 4A | 29 | 33 | 14E | 3A | 1F |
| Octal | 176 | 41 | 112 | 0 | 112 | 51 | 63 | 516 | 72 | 37 |
| Binary | 1111110 | 100001 | 1001010 | 0 | 1001010 | 101001 | 110011 | 101001110 | 111010 | 11111 |
Color Harmonies of #7E214A
Complementary color
Monochromatic Colors of #7E214A
Black with #7E214A
Text Example
Text Example
White with #7E214A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7E214A; }
p { color: rgb(126,33,74); }
H1.HeaderClassName
{
color: #7E214A;
}
.AnyTagClassName
{
color: #7E214A;
}
</style>
background-color css
<style>
a { background-color: #7E214A; }
a { background-color: rgb(126,33,74); }
div.DivClassName
{
background-color: #7E214A;
}
.BgClassName
{
background-color: #7E214A;
}
</style>
border-color css
<style>
span { border-color: #7E214A; }
span { border-color: rgb(126,33,74); }
td.TdClassName
{
border-color: #7E214A;
}
.TagClassName
{
border-color: #7E214A;
}
</style>