Shades of Flirt #811D4E
Tints of Flirt #811D4E
RGB
CMYK
RGB Variations
Color information
#811D4E (or 0x811D4E) is known color: Flirt. HEX triplet: 81, 1D and 4E. RGB value is (129,29,78). Sum of RGB (Red+Green+Blue) = 129+29+78=236 (31% of max value = 765). Red value is 129 (50.78% from 255 or 54.66% from 236); Green value is 29 (11.72% from 255 or 12.29% from 236); Blue value is 78 (30.86% from 255 or 33.05% from 236); Max value from RGB is 129 - color contains mainly: red. Hex color #811D4E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #811D4E is #7EE2B1. Grayscale: #404040. Windows color (decimal): -8315570 or 5119361. OLE color: 5119361.
HSL color Cylindrical-coordinate representation of color #811D4E: hue angle of 330.6º degrees, saturation: 0.63, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #811D4E is Cyan = 0, Magento = 0.78, Yellow = 0.40 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 129 | 29 | 78 | - |
| CMYK | 0 | 0.78 | 0.40 | 0.49 |
| HSL | 330.6º | 0.63% | 0.31% | - |
| HSV(B) | 330.6º | 0.78% | 0.51% | - |
| XYZ | 10.87 | 6.1 | 7.81 | - |
| YUV | 64.49 | 135.63 | 174.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 29 | 78 | 0 | 0.78 | 0.40 | 0.49 | 330.6 | 0.63 | 0.31 |
| Hex | 81 | 1D | 4E | 0 | 4E | 28 | 31 | 14B | 3F | 1F |
| Octal | 201 | 35 | 116 | 0 | 116 | 50 | 61 | 513 | 77 | 37 |
| Binary | 10000001 | 11101 | 1001110 | 0 | 1001110 | 101000 | 110001 | 101001011 | 111111 | 11111 |
Color Harmonies of #811D4E
Complementary color
Monochromatic Colors of #811D4E
Black with #811D4E
Text Example
Text Example
White with #811D4E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #811D4E; }
p { color: rgb(129,29,78); }
H1.HeaderClassName
{
color: #811D4E;
}
.AnyTagClassName
{
color: #811D4E;
}
</style>
background-color css
<style>
a { background-color: #811D4E; }
a { background-color: rgb(129,29,78); }
div.DivClassName
{
background-color: #811D4E;
}
.BgClassName
{
background-color: #811D4E;
}
</style>
border-color css
<style>
span { border-color: #811D4E; }
span { border-color: rgb(129,29,78); }
td.TdClassName
{
border-color: #811D4E;
}
.TagClassName
{
border-color: #811D4E;
}
</style>