Shades of Flirt #81294E
Tints of Flirt #81294E
RGB
CMYK
RGB Variations
Color information
#81294E (or 0x81294E) is known color: Flirt. HEX triplet: 81, 29 and 4E. RGB value is (129,41,78). Sum of RGB (Red+Green+Blue) = 129+41+78=248 (32% of max value = 765). Red value is 129 (50.78% from 255 or 52.02% from 248); Green value is 41 (16.41% from 255 or 16.53% from 248); Blue value is 78 (30.86% from 255 or 31.45% from 248); Max value from RGB is 129 - color contains mainly: red. Hex color #81294E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #81294E is #7ED6B1. Grayscale: #474747. Windows color (decimal): -8312498 or 5122433. OLE color: 5122433.
HSL color Cylindrical-coordinate representation of color #81294E: hue angle of 334.77º degrees, saturation: 0.52, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #81294E is Cyan = 0, Magento = 0.68, Yellow = 0.40 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 129 | 41 | 78 | - |
| CMYK | 0 | 0.68 | 0.40 | 0.49 |
| HSL | 334.77º | 0.52% | 0.33% | - |
| HSV(B) | 334.77º | 0.68% | 0.51% | - |
| XYZ | 11.22 | 6.8 | 7.93 | - |
| YUV | 71.53 | 131.65 | 168.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 41 | 78 | 0 | 0.68 | 0.40 | 0.49 | 334.77 | 0.52 | 0.33 |
| Hex | 81 | 29 | 4E | 0 | 44 | 28 | 31 | 14F | 34 | 21 |
| Octal | 201 | 51 | 116 | 0 | 104 | 50 | 61 | 517 | 64 | 41 |
| Binary | 10000001 | 101001 | 1001110 | 0 | 1000100 | 101000 | 110001 | 101001111 | 110100 | 100001 |
Color Harmonies of #81294E
Complementary color
Monochromatic Colors of #81294E
Black with #81294E
Text Example
Text Example
White with #81294E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #81294E; }
p { color: rgb(129,41,78); }
H1.HeaderClassName
{
color: #81294E;
}
.AnyTagClassName
{
color: #81294E;
}
</style>
background-color css
<style>
a { background-color: #81294E; }
a { background-color: rgb(129,41,78); }
div.DivClassName
{
background-color: #81294E;
}
.BgClassName
{
background-color: #81294E;
}
</style>
border-color css
<style>
span { border-color: #81294E; }
span { border-color: rgb(129,41,78); }
td.TdClassName
{
border-color: #81294E;
}
.TagClassName
{
border-color: #81294E;
}
</style>