Shades of Flirt #812D51
Tints of Flirt #812D51
RGB
CMYK
RGB Variations
Color information
#812D51 (or 0x812D51) is known color: Flirt. HEX triplet: 81, 2D and 51. RGB value is (129,45,81). Sum of RGB (Red+Green+Blue) = 129+45+81=255 (33% of max value = 765). Red value is 129 (50.78% from 255 or 50.59% from 255); Green value is 45 (17.97% from 255 or 17.65% from 255); Blue value is 81 (32.03% from 255 or 31.76% from 255); Max value from RGB is 129 - color contains mainly: red. Hex color #812D51 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #812D51 is #7ED2AE. Grayscale: #4A4A4A. Windows color (decimal): -8311471 or 5320065. OLE color: 5320065.
HSL color Cylindrical-coordinate representation of color #812D51: hue angle of 334.29º degrees, saturation: 0.48, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #812D51 is Cyan = 0, Magento = 0.65, Yellow = 0.37 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 129 | 45 | 81 | - |
| CMYK | 0 | 0.65 | 0.37 | 0.49 |
| HSL | 334.29º | 0.48% | 0.34% | - |
| HSV(B) | 334.29º | 0.65% | 0.51% | - |
| XYZ | 11.48 | 7.14 | 8.56 | - |
| YUV | 74.22 | 131.83 | 167.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 45 | 81 | 0 | 0.65 | 0.37 | 0.49 | 334.29 | 0.48 | 0.34 |
| Hex | 81 | 2D | 51 | 0 | 41 | 25 | 31 | 14E | 30 | 22 |
| Octal | 201 | 55 | 121 | 0 | 101 | 45 | 61 | 516 | 60 | 42 |
| Binary | 10000001 | 101101 | 1010001 | 0 | 1000001 | 100101 | 110001 | 101001110 | 110000 | 100010 |
Color Harmonies of #812D51
Complementary color
Monochromatic Colors of #812D51
Black with #812D51
Text Example
Text Example
White with #812D51
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #812D51; }
p { color: rgb(129,45,81); }
H1.HeaderClassName
{
color: #812D51;
}
.AnyTagClassName
{
color: #812D51;
}
</style>
background-color css
<style>
a { background-color: #812D51; }
a { background-color: rgb(129,45,81); }
div.DivClassName
{
background-color: #812D51;
}
.BgClassName
{
background-color: #812D51;
}
</style>
border-color css
<style>
span { border-color: #812D51; }
span { border-color: rgb(129,45,81); }
td.TdClassName
{
border-color: #812D51;
}
.TagClassName
{
border-color: #812D51;
}
</style>