Shades of Flirt #811E47
Tints of Flirt #811E47
RGB
CMYK
RGB Variations
Color information
#811E47 (or 0x811E47) is known color: Flirt. HEX triplet: 81, 1E and 47. RGB value is (129,30,71). Sum of RGB (Red+Green+Blue) = 129+30+71=230 (30% of max value = 765). Red value is 129 (50.78% from 255 or 56.09% from 230); Green value is 30 (12.11% from 255 or 13.04% from 230); Blue value is 71 (28.12% from 255 or 30.87% from 230); Max value from RGB is 129 - color contains mainly: red. Hex color #811E47 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #811E47 is #7EE1B8. Grayscale: #404040. Windows color (decimal): -8315321 or 4660865. OLE color: 4660865.
HSL color Cylindrical-coordinate representation of color #811E47: hue angle of 335.15º degrees, saturation: 0.62, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #811E47 is Cyan = 0, Magento = 0.77, Yellow = 0.45 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 129 | 30 | 71 | - |
| CMYK | 0 | 0.77 | 0.45 | 0.49 |
| HSL | 335.15º | 0.62% | 0.31% | - |
| HSV(B) | 335.15º | 0.77% | 0.51% | - |
| XYZ | 10.65 | 6.05 | 6.57 | - |
| YUV | 64.28 | 131.8 | 174.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 30 | 71 | 0 | 0.77 | 0.45 | 0.49 | 335.15 | 0.62 | 0.31 |
| Hex | 81 | 1E | 47 | 0 | 4D | 2D | 31 | 14F | 3E | 1F |
| Octal | 201 | 36 | 107 | 0 | 115 | 55 | 61 | 517 | 76 | 37 |
| Binary | 10000001 | 11110 | 1000111 | 0 | 1001101 | 101101 | 110001 | 101001111 | 111110 | 11111 |
Color Harmonies of #811E47
Complementary color
Monochromatic Colors of #811E47
Black with #811E47
Text Example
Text Example
White with #811E47
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #811E47; }
p { color: rgb(129,30,71); }
H1.HeaderClassName
{
color: #811E47;
}
.AnyTagClassName
{
color: #811E47;
}
</style>
background-color css
<style>
a { background-color: #811E47; }
a { background-color: rgb(129,30,71); }
div.DivClassName
{
background-color: #811E47;
}
.BgClassName
{
background-color: #811E47;
}
</style>
border-color css
<style>
span { border-color: #811E47; }
span { border-color: rgb(129,30,71); }
td.TdClassName
{
border-color: #811E47;
}
.TagClassName
{
border-color: #811E47;
}
</style>