Shades of Flirt #812E4D
Tints of Flirt #812E4D
RGB
CMYK
RGB Variations
Color information
#812E4D (or 0x812E4D) is known color: Flirt. HEX triplet: 81, 2E and 4D. RGB value is (129,46,77). Sum of RGB (Red+Green+Blue) = 129+46+77=252 (33% of max value = 765). Red value is 129 (50.78% from 255 or 51.19% from 252); Green value is 46 (18.36% from 255 or 18.25% from 252); Blue value is 77 (30.47% from 255 or 30.56% from 252); Max value from RGB is 129 - color contains mainly: red. Hex color #812E4D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #812E4D is #7ED1B2. Grayscale: #4A4A4A. Windows color (decimal): -8311219 or 5058177. OLE color: 5058177.
HSL color Cylindrical-coordinate representation of color #812E4D: hue angle of 337.59º degrees, saturation: 0.47, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #812E4D is Cyan = 0, Magento = 0.64, Yellow = 0.40 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 129 | 46 | 77 | - |
| CMYK | 0 | 0.64 | 0.40 | 0.49 |
| HSL | 337.59º | 0.47% | 0.34% | - |
| HSV(B) | 337.59º | 0.64% | 0.51% | - |
| XYZ | 11.37 | 7.16 | 7.8 | - |
| YUV | 74.35 | 129.5 | 166.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 46 | 77 | 0 | 0.64 | 0.40 | 0.49 | 337.59 | 0.47 | 0.34 |
| Hex | 81 | 2E | 4D | 0 | 40 | 28 | 31 | 152 | 2F | 22 |
| Octal | 201 | 56 | 115 | 0 | 100 | 50 | 61 | 522 | 57 | 42 |
| Binary | 10000001 | 101110 | 1001101 | 0 | 1000000 | 101000 | 110001 | 101010010 | 101111 | 100010 |
Color Harmonies of #812E4D
Complementary color
Monochromatic Colors of #812E4D
Black with #812E4D
Text Example
Text Example
White with #812E4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #812E4D; }
p { color: rgb(129,46,77); }
H1.HeaderClassName
{
color: #812E4D;
}
.AnyTagClassName
{
color: #812E4D;
}
</style>
background-color css
<style>
a { background-color: #812E4D; }
a { background-color: rgb(129,46,77); }
div.DivClassName
{
background-color: #812E4D;
}
.BgClassName
{
background-color: #812E4D;
}
</style>
border-color css
<style>
span { border-color: #812E4D; }
span { border-color: rgb(129,46,77); }
td.TdClassName
{
border-color: #812E4D;
}
.TagClassName
{
border-color: #812E4D;
}
</style>