Shades of Flirt #811D4F
Tints of Flirt #811D4F
RGB
CMYK
RGB Variations
Color information
#811D4F (or 0x811D4F) is known color: Flirt. HEX triplet: 81, 1D and 4F. RGB value is (129,29,79). Sum of RGB (Red+Green+Blue) = 129+29+79=237 (31% of max value = 765). Red value is 129 (50.78% from 255 or 54.43% from 237); Green value is 29 (11.72% from 255 or 12.24% from 237); Blue value is 79 (31.25% from 255 or 33.33% from 237); Max value from RGB is 129 - color contains mainly: red. Hex color #811D4F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #811D4F is #7EE2B0. Grayscale: #404040. Windows color (decimal): -8315569 or 5184897. OLE color: 5184897.
HSL color Cylindrical-coordinate representation of color #811D4F: hue angle of 330º 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 #811D4F is Cyan = 0, Magento = 0.78, Yellow = 0.39 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 129 | 29 | 79 | - |
| CMYK | 0 | 0.78 | 0.39 | 0.49 |
| HSL | 330º | 0.63% | 0.31% | - |
| HSV(B) | 330º | 0.78% | 0.51% | - |
| XYZ | 10.9 | 6.11 | 8 | - |
| YUV | 64.6 | 136.13 | 173.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 29 | 79 | 0 | 0.78 | 0.39 | 0.49 | 330 | 0.63 | 0.31 |
| Hex | 81 | 1D | 4F | 0 | 4E | 27 | 31 | 14A | 3F | 1F |
| Octal | 201 | 35 | 117 | 0 | 116 | 47 | 61 | 512 | 77 | 37 |
| Binary | 10000001 | 11101 | 1001111 | 0 | 1001110 | 100111 | 110001 | 101001010 | 111111 | 11111 |
Color Harmonies of #811D4F
Complementary color
Monochromatic Colors of #811D4F
Black with #811D4F
Text Example
Text Example
White with #811D4F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #811D4F; }
p { color: rgb(129,29,79); }
H1.HeaderClassName
{
color: #811D4F;
}
.AnyTagClassName
{
color: #811D4F;
}
</style>
background-color css
<style>
a { background-color: #811D4F; }
a { background-color: rgb(129,29,79); }
div.DivClassName
{
background-color: #811D4F;
}
.BgClassName
{
background-color: #811D4F;
}
</style>
border-color css
<style>
span { border-color: #811D4F; }
span { border-color: rgb(129,29,79); }
td.TdClassName
{
border-color: #811D4F;
}
.TagClassName
{
border-color: #811D4F;
}
</style>