Shades of Flirt #7D1E51
Tints of Flirt #7D1E51
RGB
CMYK
RGB Variations
Color information
#7D1E51 (or 0x7D1E51) is known color: Flirt. HEX triplet: 7D, 1E and 51. RGB value is (125,30,81). Sum of RGB (Red+Green+Blue) = 125+30+81=236 (31% of max value = 765). Red value is 125 (49.22% from 255 or 52.97% from 236); Green value is 30 (12.11% from 255 or 12.71% from 236); Blue value is 81 (32.03% from 255 or 34.32% from 236); Max value from RGB is 125 - color contains mainly: red. Hex color #7D1E51 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #7D1E51 is #82E1AE. Grayscale: #404040. Windows color (decimal): -8577455 or 5316221. OLE color: 5316221.
HSL color Cylindrical-coordinate representation of color #7D1E51: hue angle of 327.79º degrees, saturation: 0.61, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #7D1E51 is Cyan = 0, Magento = 0.76, Yellow = 0.35 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 125 | 30 | 81 | - |
| CMYK | 0 | 0.76 | 0.35 | 0.51 |
| HSL | 327.79º | 0.61% | 0.3% | - |
| HSV(B) | 327.79º | 0.76% | 0.49% | - |
| XYZ | 10.41 | 5.88 | 8.37 | - |
| YUV | 64.22 | 137.47 | 171.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 30 | 81 | 0 | 0.76 | 0.35 | 0.51 | 327.79 | 0.61 | 0.3 |
| Hex | 7D | 1E | 51 | 0 | 4C | 23 | 33 | 148 | 3D | 1E |
| Octal | 175 | 36 | 121 | 0 | 114 | 43 | 63 | 510 | 75 | 36 |
| Binary | 1111101 | 11110 | 1010001 | 0 | 1001100 | 100011 | 110011 | 101001000 | 111101 | 11110 |
Color Harmonies of #7D1E51
Complementary color
Monochromatic Colors of #7D1E51
Black with #7D1E51
Text Example
Text Example
White with #7D1E51
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7D1E51; }
p { color: rgb(125,30,81); }
H1.HeaderClassName
{
color: #7D1E51;
}
.AnyTagClassName
{
color: #7D1E51;
}
</style>
background-color css
<style>
a { background-color: #7D1E51; }
a { background-color: rgb(125,30,81); }
div.DivClassName
{
background-color: #7D1E51;
}
.BgClassName
{
background-color: #7D1E51;
}
</style>
border-color css
<style>
span { border-color: #7D1E51; }
span { border-color: rgb(125,30,81); }
td.TdClassName
{
border-color: #7D1E51;
}
.TagClassName
{
border-color: #7D1E51;
}
</style>