Shades of Flirt #81214E
Tints of Flirt #81214E
RGB
CMYK
RGB Variations
Color information
#81214E (or 0x81214E) is known color: Flirt. HEX triplet: 81, 21 and 4E. RGB value is (129,33,78). Sum of RGB (Red+Green+Blue) = 129+33+78=240 (31% of max value = 765). Red value is 129 (50.78% from 255 or 53.75% from 240); Green value is 33 (13.28% from 255 or 13.75% from 240); Blue value is 78 (30.86% from 255 or 32.5% from 240); Max value from RGB is 129 - color contains mainly: red. Hex color #81214E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #81214E is #7EDEB1. Grayscale: #424242. Windows color (decimal): -8314546 or 5120385. OLE color: 5120385.
HSL color Cylindrical-coordinate representation of color #81214E: hue angle of 331.88º degrees, saturation: 0.59, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #81214E is Cyan = 0, Magento = 0.74, Yellow = 0.40 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 129 | 33 | 78 | - |
| CMYK | 0 | 0.74 | 0.40 | 0.49 |
| HSL | 331.88º | 0.59% | 0.32% | - |
| HSV(B) | 331.88º | 0.74% | 0.51% | - |
| XYZ | 10.97 | 6.3 | 7.85 | - |
| YUV | 66.83 | 134.3 | 172.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 33 | 78 | 0 | 0.74 | 0.40 | 0.49 | 331.88 | 0.59 | 0.32 |
| Hex | 81 | 21 | 4E | 0 | 4A | 28 | 31 | 14C | 3B | 20 |
| Octal | 201 | 41 | 116 | 0 | 112 | 50 | 61 | 514 | 73 | 40 |
| Binary | 10000001 | 100001 | 1001110 | 0 | 1001010 | 101000 | 110001 | 101001100 | 111011 | 100000 |
Color Harmonies of #81214E
Complementary color
Monochromatic Colors of #81214E
Black with #81214E
Text Example
Text Example
White with #81214E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #81214E; }
p { color: rgb(129,33,78); }
H1.HeaderClassName
{
color: #81214E;
}
.AnyTagClassName
{
color: #81214E;
}
</style>
background-color css
<style>
a { background-color: #81214E; }
a { background-color: rgb(129,33,78); }
div.DivClassName
{
background-color: #81214E;
}
.BgClassName
{
background-color: #81214E;
}
</style>
border-color css
<style>
span { border-color: #81214E; }
span { border-color: rgb(129,33,78); }
td.TdClassName
{
border-color: #81214E;
}
.TagClassName
{
border-color: #81214E;
}
</style>