Shades of Flirt #812B4D
Tints of Flirt #812B4D
RGB
CMYK
RGB Variations
Color information
#812B4D (or 0x812B4D) is known color: Flirt. HEX triplet: 81, 2B and 4D. RGB value is (129,43,77). Sum of RGB (Red+Green+Blue) = 129+43+77=249 (32% of max value = 765). Red value is 129 (50.78% from 255 or 51.81% from 249); Green value is 43 (17.19% from 255 or 17.27% from 249); Blue value is 77 (30.47% from 255 or 30.92% from 249); Max value from RGB is 129 - color contains mainly: red. Hex color #812B4D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #812B4D is #7ED4B2. Grayscale: #484848. Windows color (decimal): -8311987 or 5057409. OLE color: 5057409.
HSL color Cylindrical-coordinate representation of color #812B4D: hue angle of 336.28º degrees, saturation: 0.5, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #812B4D is Cyan = 0, Magento = 0.67, Yellow = 0.40 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 129 | 43 | 77 | - |
| CMYK | 0 | 0.67 | 0.40 | 0.49 |
| HSL | 336.28º | 0.5% | 0.34% | - |
| HSV(B) | 336.28º | 0.67% | 0.51% | - |
| XYZ | 11.26 | 6.93 | 7.77 | - |
| YUV | 72.59 | 130.49 | 168.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 43 | 77 | 0 | 0.67 | 0.40 | 0.49 | 336.28 | 0.5 | 0.34 |
| Hex | 81 | 2B | 4D | 0 | 43 | 28 | 31 | 150 | 32 | 22 |
| Octal | 201 | 53 | 115 | 0 | 103 | 50 | 61 | 520 | 62 | 42 |
| Binary | 10000001 | 101011 | 1001101 | 0 | 1000011 | 101000 | 110001 | 101010000 | 110010 | 100010 |
Color Harmonies of #812B4D
Complementary color
Monochromatic Colors of #812B4D
Black with #812B4D
Text Example
Text Example
White with #812B4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #812B4D; }
p { color: rgb(129,43,77); }
H1.HeaderClassName
{
color: #812B4D;
}
.AnyTagClassName
{
color: #812B4D;
}
</style>
background-color css
<style>
a { background-color: #812B4D; }
a { background-color: rgb(129,43,77); }
div.DivClassName
{
background-color: #812B4D;
}
.BgClassName
{
background-color: #812B4D;
}
</style>
border-color css
<style>
span { border-color: #812B4D; }
span { border-color: rgb(129,43,77); }
td.TdClassName
{
border-color: #812B4D;
}
.TagClassName
{
border-color: #812B4D;
}
</style>