Shades of Flirt #811C4D
Tints of Flirt #811C4D
RGB
CMYK
RGB Variations
Color information
#811C4D (or 0x811C4D) is known color: Flirt. HEX triplet: 81, 1C and 4D. RGB value is (129,28,77). Sum of RGB (Red+Green+Blue) = 129+28+77=234 (30% of max value = 765). Red value is 129 (50.78% from 255 or 55.13% from 234); Green value is 28 (11.33% from 255 or 11.97% from 234); Blue value is 77 (30.47% from 255 or 32.91% from 234); Max value from RGB is 129 - color contains mainly: red. Hex color #811C4D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #811C4D is #7EE3B2. Grayscale: #3F3F3F. Windows color (decimal): -8315827 or 5053569. OLE color: 5053569.
HSL color Cylindrical-coordinate representation of color #811C4D: hue angle of 330.89º degrees, saturation: 0.64, 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 #811C4D is Cyan = 0, Magento = 0.78, Yellow = 0.40 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 129 | 28 | 77 | - |
| CMYK | 0 | 0.78 | 0.40 | 0.49 |
| HSL | 330.89º | 0.64% | 0.31% | - |
| HSV(B) | 330.89º | 0.78% | 0.51% | - |
| XYZ | 10.81 | 6.03 | 7.62 | - |
| YUV | 63.79 | 135.46 | 174.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 28 | 77 | 0 | 0.78 | 0.40 | 0.49 | 330.89 | 0.64 | 0.31 |
| Hex | 81 | 1C | 4D | 0 | 4E | 28 | 31 | 14B | 40 | 1F |
| Octal | 201 | 34 | 115 | 0 | 116 | 50 | 61 | 513 | 100 | 37 |
| Binary | 10000001 | 11100 | 1001101 | 0 | 1001110 | 101000 | 110001 | 101001011 | 1000000 | 11111 |
Color Harmonies of #811C4D
Complementary color
Monochromatic Colors of #811C4D
Black with #811C4D
Text Example
Text Example
White with #811C4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #811C4D; }
p { color: rgb(129,28,77); }
H1.HeaderClassName
{
color: #811C4D;
}
.AnyTagClassName
{
color: #811C4D;
}
</style>
background-color css
<style>
a { background-color: #811C4D; }
a { background-color: rgb(129,28,77); }
div.DivClassName
{
background-color: #811C4D;
}
.BgClassName
{
background-color: #811C4D;
}
</style>
border-color css
<style>
span { border-color: #811C4D; }
span { border-color: rgb(129,28,77); }
td.TdClassName
{
border-color: #811C4D;
}
.TagClassName
{
border-color: #811C4D;
}
</style>