Shades of Flirt #801D51
Tints of Flirt #801D51
RGB
CMYK
RGB Variations
Color information
#801D51 (or 0x801D51) is known color: Flirt. HEX triplet: 80, 1D and 51. RGB value is (128,29,81). Sum of RGB (Red+Green+Blue) = 128+29+81=238 (31% of max value = 765). Red value is 128 (50.39% from 255 or 53.78% from 238); Green value is 29 (11.72% from 255 or 12.18% from 238); Blue value is 81 (32.03% from 255 or 34.03% from 238); Max value from RGB is 128 - color contains mainly: red. Hex color #801D51 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #801D51 is #7FE2AE. Grayscale: #404040. Windows color (decimal): -8381103 or 5315968. OLE color: 5315968.
HSL color Cylindrical-coordinate representation of color #801D51: hue angle of 328.48º degrees, saturation: 0.63, 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 #801D51 is Cyan = 0, Magento = 0.77, Yellow = 0.37 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 128 | 29 | 81 | - |
| CMYK | 0 | 0.77 | 0.37 | 0.50 |
| HSL | 328.48º | 0.63% | 0.31% | - |
| HSV(B) | 328.48º | 0.77% | 0.5% | - |
| XYZ | 10.83 | 6.06 | 8.38 | - |
| YUV | 64.53 | 137.3 | 173.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 29 | 81 | 0 | 0.77 | 0.37 | 0.50 | 328.48 | 0.63 | 0.31 |
| Hex | 80 | 1D | 51 | 0 | 4D | 25 | 32 | 148 | 3F | 1F |
| Octal | 200 | 35 | 121 | 0 | 115 | 45 | 62 | 510 | 77 | 37 |
| Binary | 10000000 | 11101 | 1010001 | 0 | 1001101 | 100101 | 110010 | 101001000 | 111111 | 11111 |
Color Harmonies of #801D51
Complementary color
Monochromatic Colors of #801D51
Black with #801D51
Text Example
Text Example
White with #801D51
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #801D51; }
p { color: rgb(128,29,81); }
H1.HeaderClassName
{
color: #801D51;
}
.AnyTagClassName
{
color: #801D51;
}
</style>
background-color css
<style>
a { background-color: #801D51; }
a { background-color: rgb(128,29,81); }
div.DivClassName
{
background-color: #801D51;
}
.BgClassName
{
background-color: #801D51;
}
</style>
border-color css
<style>
span { border-color: #801D51; }
span { border-color: rgb(128,29,81); }
td.TdClassName
{
border-color: #801D51;
}
.TagClassName
{
border-color: #801D51;
}
</style>