Shades of Flirt #801E51
Tints of Flirt #801E51
RGB
CMYK
RGB Variations
Color information
#801E51 (or 0x801E51) is known color: Flirt. HEX triplet: 80, 1E and 51. RGB value is (128,30,81). Sum of RGB (Red+Green+Blue) = 128+30+81=239 (31% of max value = 765). Red value is 128 (50.39% from 255 or 53.56% from 239); Green value is 30 (12.11% from 255 or 12.55% from 239); Blue value is 81 (32.03% from 255 or 33.89% from 239); Max value from RGB is 128 - color contains mainly: red. Hex color #801E51 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #801E51 is #7FE1AE. Grayscale: #414141. Windows color (decimal): -8380847 or 5316224. OLE color: 5316224.
HSL color Cylindrical-coordinate representation of color #801E51: hue angle of 328.78º degrees, saturation: 0.62, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #801E51 is Cyan = 0, Magento = 0.77, Yellow = 0.37 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 128 | 30 | 81 | - |
| CMYK | 0 | 0.77 | 0.37 | 0.50 |
| HSL | 328.78º | 0.62% | 0.31% | - |
| HSV(B) | 328.78º | 0.77% | 0.5% | - |
| XYZ | 10.85 | 6.11 | 8.39 | - |
| YUV | 65.12 | 136.97 | 172.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 30 | 81 | 0 | 0.77 | 0.37 | 0.50 | 328.78 | 0.62 | 0.31 |
| Hex | 80 | 1E | 51 | 0 | 4D | 25 | 32 | 149 | 3E | 1F |
| Octal | 200 | 36 | 121 | 0 | 115 | 45 | 62 | 511 | 76 | 37 |
| Binary | 10000000 | 11110 | 1010001 | 0 | 1001101 | 100101 | 110010 | 101001001 | 111110 | 11111 |
Color Harmonies of #801E51
Complementary color
Monochromatic Colors of #801E51
Black with #801E51
Text Example
Text Example
White with #801E51
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #801E51; }
p { color: rgb(128,30,81); }
H1.HeaderClassName
{
color: #801E51;
}
.AnyTagClassName
{
color: #801E51;
}
</style>
background-color css
<style>
a { background-color: #801E51; }
a { background-color: rgb(128,30,81); }
div.DivClassName
{
background-color: #801E51;
}
.BgClassName
{
background-color: #801E51;
}
</style>
border-color css
<style>
span { border-color: #801E51; }
span { border-color: rgb(128,30,81); }
td.TdClassName
{
border-color: #801E51;
}
.TagClassName
{
border-color: #801E51;
}
</style>