Shades of Flirt #80214B
Tints of Flirt #80214B
RGB
CMYK
RGB Variations
Color information
#80214B (or 0x80214B) is known color: Flirt. HEX triplet: 80, 21 and 4B. RGB value is (128,33,75). Sum of RGB (Red+Green+Blue) = 128+33+75=236 (31% of max value = 765). Red value is 128 (50.39% from 255 or 54.24% from 236); Green value is 33 (13.28% from 255 or 13.98% from 236); Blue value is 75 (29.69% from 255 or 31.78% from 236); Max value from RGB is 128 - color contains mainly: red. Hex color #80214B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #80214B is #7FDEB4. Grayscale: #424242. Windows color (decimal): -8380085 or 4923776. OLE color: 4923776.
HSL color Cylindrical-coordinate representation of color #80214B: hue angle of 333.47º degrees, saturation: 0.59, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #80214B is Cyan = 0, Magento = 0.74, Yellow = 0.41 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 128 | 33 | 75 | - |
| CMYK | 0 | 0.74 | 0.41 | 0.50 |
| HSL | 333.47º | 0.59% | 0.32% | - |
| HSV(B) | 333.47º | 0.74% | 0.5% | - |
| XYZ | 10.72 | 6.18 | 7.29 | - |
| YUV | 66.19 | 132.97 | 172.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 33 | 75 | 0 | 0.74 | 0.41 | 0.50 | 333.47 | 0.59 | 0.32 |
| Hex | 80 | 21 | 4B | 0 | 4A | 29 | 32 | 14D | 3B | 20 |
| Octal | 200 | 41 | 113 | 0 | 112 | 51 | 62 | 515 | 73 | 40 |
| Binary | 10000000 | 100001 | 1001011 | 0 | 1001010 | 101001 | 110010 | 101001101 | 111011 | 100000 |
Color Harmonies of #80214B
Complementary color
Monochromatic Colors of #80214B
Black with #80214B
Text Example
Text Example
White with #80214B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80214B; }
p { color: rgb(128,33,75); }
H1.HeaderClassName
{
color: #80214B;
}
.AnyTagClassName
{
color: #80214B;
}
</style>
background-color css
<style>
a { background-color: #80214B; }
a { background-color: rgb(128,33,75); }
div.DivClassName
{
background-color: #80214B;
}
.BgClassName
{
background-color: #80214B;
}
</style>
border-color css
<style>
span { border-color: #80214B; }
span { border-color: rgb(128,33,75); }
td.TdClassName
{
border-color: #80214B;
}
.TagClassName
{
border-color: #80214B;
}
</style>