Shades of Flirt #80204F
Tints of Flirt #80204F
RGB
CMYK
RGB Variations
Color information
#80204F (or 0x80204F) is known color: Flirt. HEX triplet: 80, 20 and 4F. RGB value is (128,32,79). Sum of RGB (Red+Green+Blue) = 128+32+79=239 (31% of max value = 765). Red value is 128 (50.39% from 255 or 53.56% from 239); Green value is 32 (12.89% from 255 or 13.39% from 239); Blue value is 79 (31.25% from 255 or 33.05% from 239); Max value from RGB is 128 - color contains mainly: red. Hex color #80204F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #80204F is #7FDFB0. Grayscale: #414141. Windows color (decimal): -8380337 or 5185664. OLE color: 5185664.
HSL color Cylindrical-coordinate representation of color #80204F: hue angle of 330.62º degrees, saturation: 0.6, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #80204F is Cyan = 0, Magento = 0.75, Yellow = 0.38 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 128 | 32 | 79 | - |
| CMYK | 0 | 0.75 | 0.38 | 0.50 |
| HSL | 330.63º | 0.6% | 0.31% | - |
| HSV(B) | 330.63º | 0.75% | 0.5% | - |
| XYZ | 10.83 | 6.19 | 8.02 | - |
| YUV | 66.06 | 135.3 | 172.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 32 | 79 | 0 | 0.75 | 0.38 | 0.50 | 330.63 | 0.6 | 0.31 |
| Hex | 80 | 20 | 4F | 0 | 4B | 26 | 32 | 14B | 3C | 1F |
| Octal | 200 | 40 | 117 | 0 | 113 | 46 | 62 | 513 | 74 | 37 |
| Binary | 10000000 | 100000 | 1001111 | 0 | 1001011 | 100110 | 110010 | 101001011 | 111100 | 11111 |
Color Harmonies of #80204F
Complementary color
Monochromatic Colors of #80204F
Black with #80204F
Text Example
Text Example
White with #80204F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80204F; }
p { color: rgb(128,32,79); }
H1.HeaderClassName
{
color: #80204F;
}
.AnyTagClassName
{
color: #80204F;
}
</style>
background-color css
<style>
a { background-color: #80204F; }
a { background-color: rgb(128,32,79); }
div.DivClassName
{
background-color: #80204F;
}
.BgClassName
{
background-color: #80204F;
}
</style>
border-color css
<style>
span { border-color: #80204F; }
span { border-color: rgb(128,32,79); }
td.TdClassName
{
border-color: #80204F;
}
.TagClassName
{
border-color: #80204F;
}
</style>