Shades of Flirt #80204B
Tints of Flirt #80204B
RGB
CMYK
RGB Variations
Color information
#80204B (or 0x80204B) is known color: Flirt. HEX triplet: 80, 20 and 4B. RGB value is (128,32,75). Sum of RGB (Red+Green+Blue) = 128+32+75=235 (31% of max value = 765). Red value is 128 (50.39% from 255 or 54.47% from 235); Green value is 32 (12.89% from 255 or 13.62% from 235); Blue value is 75 (29.69% from 255 or 31.91% from 235); Max value from RGB is 128 - color contains mainly: red. Hex color #80204B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #80204B is #7FDFB4. Grayscale: #414141. Windows color (decimal): -8380341 or 4923520. OLE color: 4923520.
HSL color Cylindrical-coordinate representation of color #80204B: hue angle of 333.12º 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 #80204B is Cyan = 0, Magento = 0.75, Yellow = 0.41 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 128 | 32 | 75 | - |
| CMYK | 0 | 0.75 | 0.41 | 0.50 |
| HSL | 333.13º | 0.6% | 0.31% | - |
| HSV(B) | 333.13º | 0.75% | 0.5% | - |
| XYZ | 10.69 | 6.13 | 7.28 | - |
| YUV | 65.61 | 133.3 | 172.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 32 | 75 | 0 | 0.75 | 0.41 | 0.50 | 333.13 | 0.6 | 0.31 |
| Hex | 80 | 20 | 4B | 0 | 4B | 29 | 32 | 14D | 3C | 1F |
| Octal | 200 | 40 | 113 | 0 | 113 | 51 | 62 | 515 | 74 | 37 |
| Binary | 10000000 | 100000 | 1001011 | 0 | 1001011 | 101001 | 110010 | 101001101 | 111100 | 11111 |
Color Harmonies of #80204B
Complementary color
Monochromatic Colors of #80204B
Black with #80204B
Text Example
Text Example
White with #80204B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80204B; }
p { color: rgb(128,32,75); }
H1.HeaderClassName
{
color: #80204B;
}
.AnyTagClassName
{
color: #80204B;
}
</style>
background-color css
<style>
a { background-color: #80204B; }
a { background-color: rgb(128,32,75); }
div.DivClassName
{
background-color: #80204B;
}
.BgClassName
{
background-color: #80204B;
}
</style>
border-color css
<style>
span { border-color: #80204B; }
span { border-color: rgb(128,32,75); }
td.TdClassName
{
border-color: #80204B;
}
.TagClassName
{
border-color: #80204B;
}
</style>