Shades of Flirt #812050
Tints of Flirt #812050
RGB
CMYK
RGB Variations
Color information
#812050 (or 0x812050) is known color: Flirt. HEX triplet: 81, 20 and 50. RGB value is (129,32,80). Sum of RGB (Red+Green+Blue) = 129+32+80=241 (31% of max value = 765). Red value is 129 (50.78% from 255 or 53.53% from 241); Green value is 32 (12.89% from 255 or 13.28% from 241); Blue value is 80 (31.64% from 255 or 33.20% from 241); Max value from RGB is 129 - color contains mainly: red. Hex color #812050 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #812050 is #7EDFAF. Grayscale: #424242. Windows color (decimal): -8314800 or 5251201. OLE color: 5251201.
HSL color Cylindrical-coordinate representation of color #812050: hue angle of 330.31º degrees, saturation: 0.6, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #812050 is Cyan = 0, Magento = 0.75, Yellow = 0.38 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 129 | 32 | 80 | - |
| CMYK | 0 | 0.75 | 0.38 | 0.49 |
| HSL | 330.31º | 0.6% | 0.32% | - |
| HSV(B) | 330.31º | 0.75% | 0.51% | - |
| XYZ | 11.02 | 6.28 | 8.22 | - |
| YUV | 66.48 | 135.64 | 172.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 32 | 80 | 0 | 0.75 | 0.38 | 0.49 | 330.31 | 0.6 | 0.32 |
| Hex | 81 | 20 | 50 | 0 | 4B | 26 | 31 | 14A | 3C | 20 |
| Octal | 201 | 40 | 120 | 0 | 113 | 46 | 61 | 512 | 74 | 40 |
| Binary | 10000001 | 100000 | 1010000 | 0 | 1001011 | 100110 | 110001 | 101001010 | 111100 | 100000 |
Color Harmonies of #812050
Complementary color
Monochromatic Colors of #812050
Black with #812050
Text Example
Text Example
White with #812050
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #812050; }
p { color: rgb(129,32,80); }
H1.HeaderClassName
{
color: #812050;
}
.AnyTagClassName
{
color: #812050;
}
</style>
background-color css
<style>
a { background-color: #812050; }
a { background-color: rgb(129,32,80); }
div.DivClassName
{
background-color: #812050;
}
.BgClassName
{
background-color: #812050;
}
</style>
border-color css
<style>
span { border-color: #812050; }
span { border-color: rgb(129,32,80); }
td.TdClassName
{
border-color: #812050;
}
.TagClassName
{
border-color: #812050;
}
</style>