Shades of Flirt #801F4D
Tints of Flirt #801F4D
RGB
CMYK
RGB Variations
Color information
#801F4D (or 0x801F4D) is known color: Flirt. HEX triplet: 80, 1F and 4D. RGB value is (128,31,77). Sum of RGB (Red+Green+Blue) = 128+31+77=236 (31% of max value = 765). Red value is 128 (50.39% from 255 or 54.24% from 236); Green value is 31 (12.5% from 255 or 13.14% from 236); Blue value is 77 (30.47% from 255 or 32.63% from 236); Max value from RGB is 128 - color contains mainly: red. Hex color #801F4D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #801F4D is #7FE0B2. Grayscale: #414141. Windows color (decimal): -8380595 or 5054336. OLE color: 5054336.
HSL color Cylindrical-coordinate representation of color #801F4D: hue angle of 331.55º degrees, saturation: 0.61, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #801F4D is Cyan = 0, Magento = 0.76, Yellow = 0.40 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 128 | 31 | 77 | - |
| CMYK | 0 | 0.76 | 0.40 | 0.50 |
| HSL | 331.55º | 0.61% | 0.31% | - |
| HSV(B) | 331.55º | 0.76% | 0.5% | - |
| XYZ | 10.73 | 6.1 | 7.63 | - |
| YUV | 65.25 | 134.64 | 172.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 31 | 77 | 0 | 0.76 | 0.40 | 0.50 | 331.55 | 0.61 | 0.31 |
| Hex | 80 | 1F | 4D | 0 | 4C | 28 | 32 | 14C | 3D | 1F |
| Octal | 200 | 37 | 115 | 0 | 114 | 50 | 62 | 514 | 75 | 37 |
| Binary | 10000000 | 11111 | 1001101 | 0 | 1001100 | 101000 | 110010 | 101001100 | 111101 | 11111 |
Color Harmonies of #801F4D
Complementary color
Monochromatic Colors of #801F4D
Black with #801F4D
Text Example
Text Example
White with #801F4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #801F4D; }
p { color: rgb(128,31,77); }
H1.HeaderClassName
{
color: #801F4D;
}
.AnyTagClassName
{
color: #801F4D;
}
</style>
background-color css
<style>
a { background-color: #801F4D; }
a { background-color: rgb(128,31,77); }
div.DivClassName
{
background-color: #801F4D;
}
.BgClassName
{
background-color: #801F4D;
}
</style>
border-color css
<style>
span { border-color: #801F4D; }
span { border-color: rgb(128,31,77); }
td.TdClassName
{
border-color: #801F4D;
}
.TagClassName
{
border-color: #801F4D;
}
</style>