Shades of Flirt #81214C
Tints of Flirt #81214C
RGB
CMYK
RGB Variations
Color information
#81214C (or 0x81214C) is known color: Flirt. HEX triplet: 81, 21 and 4C. RGB value is (129,33,76). Sum of RGB (Red+Green+Blue) = 129+33+76=238 (31% of max value = 765). Red value is 129 (50.78% from 255 or 54.20% from 238); Green value is 33 (13.28% from 255 or 13.87% from 238); Blue value is 76 (30.08% from 255 or 31.93% from 238); Max value from RGB is 129 - color contains mainly: red. Hex color #81214C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #81214C is #7EDEB3. Grayscale: #424242. Windows color (decimal): -8314548 or 4989313. OLE color: 4989313.
HSL color Cylindrical-coordinate representation of color #81214C: hue angle of 333.12º 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 #81214C is Cyan = 0, Magento = 0.74, Yellow = 0.41 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 129 | 33 | 76 | - |
| CMYK | 0 | 0.74 | 0.41 | 0.49 |
| HSL | 333.13º | 0.59% | 0.32% | - |
| HSV(B) | 333.13º | 0.74% | 0.51% | - |
| XYZ | 10.9 | 6.28 | 7.47 | - |
| YUV | 66.61 | 133.3 | 172.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 33 | 76 | 0 | 0.74 | 0.41 | 0.49 | 333.13 | 0.59 | 0.32 |
| Hex | 81 | 21 | 4C | 0 | 4A | 29 | 31 | 14D | 3B | 20 |
| Octal | 201 | 41 | 114 | 0 | 112 | 51 | 61 | 515 | 73 | 40 |
| Binary | 10000001 | 100001 | 1001100 | 0 | 1001010 | 101001 | 110001 | 101001101 | 111011 | 100000 |
Color Harmonies of #81214C
Complementary color
Monochromatic Colors of #81214C
Black with #81214C
Text Example
Text Example
White with #81214C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #81214C; }
p { color: rgb(129,33,76); }
H1.HeaderClassName
{
color: #81214C;
}
.AnyTagClassName
{
color: #81214C;
}
</style>
background-color css
<style>
a { background-color: #81214C; }
a { background-color: rgb(129,33,76); }
div.DivClassName
{
background-color: #81214C;
}
.BgClassName
{
background-color: #81214C;
}
</style>
border-color css
<style>
span { border-color: #81214C; }
span { border-color: rgb(129,33,76); }
td.TdClassName
{
border-color: #81214C;
}
.TagClassName
{
border-color: #81214C;
}
</style>