Shades of Flirt #7E1F51
Tints of Flirt #7E1F51
RGB
CMYK
RGB Variations
Color information
#7E1F51 (or 0x7E1F51) is known color: Flirt. HEX triplet: 7E, 1F and 51. RGB value is (126,31,81). Sum of RGB (Red+Green+Blue) = 126+31+81=238 (31% of max value = 765). Red value is 126 (49.61% from 255 or 52.94% from 238); Green value is 31 (12.5% from 255 or 13.03% from 238); Blue value is 81 (32.03% from 255 or 34.03% from 238); Max value from RGB is 126 - color contains mainly: red. Hex color #7E1F51 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #7E1F51 is #81E0AE. Grayscale: #414141. Windows color (decimal): -8511663 or 5316478. OLE color: 5316478.
HSL color Cylindrical-coordinate representation of color #7E1F51: hue angle of 328.42º 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 #7E1F51 is Cyan = 0, Magento = 0.75, Yellow = 0.36 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 126 | 31 | 81 | - |
| CMYK | 0 | 0.75 | 0.36 | 0.51 |
| HSL | 328.42º | 0.61% | 0.31% | - |
| HSV(B) | 328.42º | 0.75% | 0.49% | - |
| XYZ | 10.58 | 6.01 | 8.39 | - |
| YUV | 65.11 | 136.97 | 171.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 31 | 81 | 0 | 0.75 | 0.36 | 0.51 | 328.42 | 0.61 | 0.31 |
| Hex | 7E | 1F | 51 | 0 | 4B | 24 | 33 | 148 | 3D | 1F |
| Octal | 176 | 37 | 121 | 0 | 113 | 44 | 63 | 510 | 75 | 37 |
| Binary | 1111110 | 11111 | 1010001 | 0 | 1001011 | 100100 | 110011 | 101001000 | 111101 | 11111 |
Color Harmonies of #7E1F51
Complementary color
Monochromatic Colors of #7E1F51
Black with #7E1F51
Text Example
Text Example
White with #7E1F51
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7E1F51; }
p { color: rgb(126,31,81); }
H1.HeaderClassName
{
color: #7E1F51;
}
.AnyTagClassName
{
color: #7E1F51;
}
</style>
background-color css
<style>
a { background-color: #7E1F51; }
a { background-color: rgb(126,31,81); }
div.DivClassName
{
background-color: #7E1F51;
}
.BgClassName
{
background-color: #7E1F51;
}
</style>
border-color css
<style>
span { border-color: #7E1F51; }
span { border-color: rgb(126,31,81); }
td.TdClassName
{
border-color: #7E1F51;
}
.TagClassName
{
border-color: #7E1F51;
}
</style>