Shades of Flirt #7E1D50
Tints of Flirt #7E1D50
RGB
CMYK
RGB Variations
Color information
#7E1D50 (or 0x7E1D50) is known color: Flirt. HEX triplet: 7E, 1D and 50. RGB value is (126,29,80). Sum of RGB (Red+Green+Blue) = 126+29+80=235 (31% of max value = 765). Red value is 126 (49.61% from 255 or 53.62% from 235); Green value is 29 (11.72% from 255 or 12.34% from 235); Blue value is 80 (31.64% from 255 or 34.04% from 235); Max value from RGB is 126 - color contains mainly: red. Hex color #7E1D50 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #7E1D50 is #81E2AF. Grayscale: #3F3F3F. Windows color (decimal): -8512176 or 5250430. OLE color: 5250430.
HSL color Cylindrical-coordinate representation of color #7E1D50: hue angle of 328.45º degrees, saturation: 0.63, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #7E1D50 is Cyan = 0, Magento = 0.77, Yellow = 0.37 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 126 | 29 | 80 | - |
| CMYK | 0 | 0.77 | 0.37 | 0.51 |
| HSL | 328.45º | 0.63% | 0.3% | - |
| HSV(B) | 328.45º | 0.77% | 0.49% | - |
| XYZ | 10.49 | 5.89 | 8.17 | - |
| YUV | 63.82 | 137.14 | 172.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 29 | 80 | 0 | 0.77 | 0.37 | 0.51 | 328.45 | 0.63 | 0.3 |
| Hex | 7E | 1D | 50 | 0 | 4D | 25 | 33 | 148 | 3F | 1E |
| Octal | 176 | 35 | 120 | 0 | 115 | 45 | 63 | 510 | 77 | 36 |
| Binary | 1111110 | 11101 | 1010000 | 0 | 1001101 | 100101 | 110011 | 101001000 | 111111 | 11110 |
Color Harmonies of #7E1D50
Complementary color
Monochromatic Colors of #7E1D50
Black with #7E1D50
Text Example
Text Example
White with #7E1D50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7E1D50; }
p { color: rgb(126,29,80); }
H1.HeaderClassName
{
color: #7E1D50;
}
.AnyTagClassName
{
color: #7E1D50;
}
</style>
background-color css
<style>
a { background-color: #7E1D50; }
a { background-color: rgb(126,29,80); }
div.DivClassName
{
background-color: #7E1D50;
}
.BgClassName
{
background-color: #7E1D50;
}
</style>
border-color css
<style>
span { border-color: #7E1D50; }
span { border-color: rgb(126,29,80); }
td.TdClassName
{
border-color: #7E1D50;
}
.TagClassName
{
border-color: #7E1D50;
}
</style>