Shades of Flirt #811950
Tints of Flirt #811950
RGB
CMYK
RGB Variations
Color information
#811950 (or 0x811950) is known color: Flirt. HEX triplet: 81, 19 and 50. RGB value is (129,25,80). Sum of RGB (Red+Green+Blue) = 129+25+80=234 (30% of max value = 765). Red value is 129 (50.78% from 255 or 55.13% from 234); Green value is 25 (10.16% from 255 or 10.68% from 234); Blue value is 80 (31.64% from 255 or 34.19% from 234); Max value from RGB is 129 - color contains mainly: red. Hex color #811950 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #811950 is #7EE6AF. Grayscale: #3E3E3E. Windows color (decimal): -8316592 or 5249409. OLE color: 5249409.
HSL color Cylindrical-coordinate representation of color #811950: hue angle of 328.27º degrees, saturation: 0.68, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #811950 is Cyan = 0, Magento = 0.81, Yellow = 0.38 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 129 | 25 | 80 | - |
| CMYK | 0 | 0.81 | 0.38 | 0.49 |
| HSL | 328.27º | 0.68% | 0.3% | - |
| HSV(B) | 328.27º | 0.81% | 0.51% | - |
| XYZ | 10.85 | 5.94 | 8.16 | - |
| YUV | 62.37 | 137.96 | 175.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 25 | 80 | 0 | 0.81 | 0.38 | 0.49 | 328.27 | 0.68 | 0.3 |
| Hex | 81 | 19 | 50 | 0 | 51 | 26 | 31 | 148 | 44 | 1E |
| Octal | 201 | 31 | 120 | 0 | 121 | 46 | 61 | 510 | 104 | 36 |
| Binary | 10000001 | 11001 | 1010000 | 0 | 1010001 | 100110 | 110001 | 101001000 | 1000100 | 11110 |
Color Harmonies of #811950
Complementary color
Monochromatic Colors of #811950
Black with #811950
Text Example
Text Example
White with #811950
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #811950; }
p { color: rgb(129,25,80); }
H1.HeaderClassName
{
color: #811950;
}
.AnyTagClassName
{
color: #811950;
}
</style>
background-color css
<style>
a { background-color: #811950; }
a { background-color: rgb(129,25,80); }
div.DivClassName
{
background-color: #811950;
}
.BgClassName
{
background-color: #811950;
}
</style>
border-color css
<style>
span { border-color: #811950; }
span { border-color: rgb(129,25,80); }
td.TdClassName
{
border-color: #811950;
}
.TagClassName
{
border-color: #811950;
}
</style>