Shades of Flirt #811C40
Tints of Flirt #811C40
RGB
CMYK
RGB Variations
Color information
#811C40 (or 0x811C40) is known color: Flirt. HEX triplet: 81, 1C and 40. RGB value is (129,28,64). Sum of RGB (Red+Green+Blue) = 129+28+64=221 (29% of max value = 765). Red value is 129 (50.78% from 255 or 58.37% from 221); Green value is 28 (11.33% from 255 or 12.67% from 221); Blue value is 64 (25.39% from 255 or 28.96% from 221); Max value from RGB is 129 - color contains mainly: red. Hex color #811C40 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #811C40 is #7EE3BF. Grayscale: #3E3E3E. Windows color (decimal): -8315840 or 4201601. OLE color: 4201601.
HSL color Cylindrical-coordinate representation of color #811C40: hue angle of 338.61º 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 #811C40 is Cyan = 0, Magento = 0.78, Yellow = 0.50 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 129 | 28 | 64 | - |
| CMYK | 0 | 0.78 | 0.50 | 0.49 |
| HSL | 338.61º | 0.64% | 0.31% | - |
| HSV(B) | 338.61º | 0.78% | 0.51% | - |
| XYZ | 10.39 | 5.87 | 5.44 | - |
| YUV | 62.3 | 128.96 | 175.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 28 | 64 | 0 | 0.78 | 0.50 | 0.49 | 338.61 | 0.64 | 0.31 |
| Hex | 81 | 1C | 40 | 0 | 4E | 32 | 31 | 153 | 40 | 1F |
| Octal | 201 | 34 | 100 | 0 | 116 | 62 | 61 | 523 | 100 | 37 |
| Binary | 10000001 | 11100 | 1000000 | 0 | 1001110 | 110010 | 110001 | 101010011 | 1000000 | 11111 |
Color Harmonies of #811C40
Complementary color
Monochromatic Colors of #811C40
Black with #811C40
Text Example
Text Example
White with #811C40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #811C40; }
p { color: rgb(129,28,64); }
H1.HeaderClassName
{
color: #811C40;
}
.AnyTagClassName
{
color: #811C40;
}
</style>
background-color css
<style>
a { background-color: #811C40; }
a { background-color: rgb(129,28,64); }
div.DivClassName
{
background-color: #811C40;
}
.BgClassName
{
background-color: #811C40;
}
</style>
border-color css
<style>
span { border-color: #811C40; }
span { border-color: rgb(129,28,64); }
td.TdClassName
{
border-color: #811C40;
}
.TagClassName
{
border-color: #811C40;
}
</style>