Shades of Flirt #811D50
Tints of Flirt #811D50
RGB
CMYK
RGB Variations
Color information
#811D50 (or 0x811D50) is known color: Flirt. HEX triplet: 81, 1D and 50. RGB value is (129,29,80). Sum of RGB (Red+Green+Blue) = 129+29+80=238 (31% of max value = 765). Red value is 129 (50.78% from 255 or 54.20% from 238); Green value is 29 (11.72% from 255 or 12.18% from 238); Blue value is 80 (31.64% from 255 or 33.61% from 238); Max value from RGB is 129 - color contains mainly: red. Hex color #811D50 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #811D50 is #7EE2AF. Grayscale: #404040. Windows color (decimal): -8315568 or 5250433. OLE color: 5250433.
HSL color Cylindrical-coordinate representation of color #811D50: hue angle of 329.4º 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 #811D50 is Cyan = 0, Magento = 0.78, Yellow = 0.38 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 129 | 29 | 80 | - |
| CMYK | 0 | 0.78 | 0.38 | 0.49 |
| HSL | 329.4º | 0.63% | 0.31% | - |
| HSV(B) | 329.4º | 0.78% | 0.51% | - |
| XYZ | 10.94 | 6.13 | 8.2 | - |
| YUV | 64.71 | 136.63 | 173.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 29 | 80 | 0 | 0.78 | 0.38 | 0.49 | 329.4 | 0.63 | 0.31 |
| Hex | 81 | 1D | 50 | 0 | 4E | 26 | 31 | 149 | 3F | 1F |
| Octal | 201 | 35 | 120 | 0 | 116 | 46 | 61 | 511 | 77 | 37 |
| Binary | 10000001 | 11101 | 1010000 | 0 | 1001110 | 100110 | 110001 | 101001001 | 111111 | 11111 |
Color Harmonies of #811D50
Complementary color
Monochromatic Colors of #811D50
Black with #811D50
Text Example
Text Example
White with #811D50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #811D50; }
p { color: rgb(129,29,80); }
H1.HeaderClassName
{
color: #811D50;
}
.AnyTagClassName
{
color: #811D50;
}
</style>
background-color css
<style>
a { background-color: #811D50; }
a { background-color: rgb(129,29,80); }
div.DivClassName
{
background-color: #811D50;
}
.BgClassName
{
background-color: #811D50;
}
</style>
border-color css
<style>
span { border-color: #811D50; }
span { border-color: rgb(129,29,80); }
td.TdClassName
{
border-color: #811D50;
}
.TagClassName
{
border-color: #811D50;
}
</style>