Shades of Flirt #812C4E
Tints of Flirt #812C4E
RGB
CMYK
RGB Variations
Color information
#812C4E (or 0x812C4E) is known color: Flirt. HEX triplet: 81, 2C and 4E. RGB value is (129,44,78). Sum of RGB (Red+Green+Blue) = 129+44+78=251 (33% of max value = 765). Red value is 129 (50.78% from 255 or 51.39% from 251); Green value is 44 (17.58% from 255 or 17.53% from 251); Blue value is 78 (30.86% from 255 or 31.08% from 251); Max value from RGB is 129 - color contains mainly: red. Hex color #812C4E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #812C4E is #7ED3B1. Grayscale: #494949. Windows color (decimal): -8311730 or 5123201. OLE color: 5123201.
HSL color Cylindrical-coordinate representation of color #812C4E: hue angle of 336º degrees, saturation: 0.49, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #812C4E is Cyan = 0, Magento = 0.66, Yellow = 0.40 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 129 | 44 | 78 | - |
| CMYK | 0 | 0.66 | 0.40 | 0.49 |
| HSL | 336º | 0.49% | 0.34% | - |
| HSV(B) | 336º | 0.66% | 0.51% | - |
| XYZ | 11.33 | 7.02 | 7.97 | - |
| YUV | 73.29 | 130.66 | 167.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 44 | 78 | 0 | 0.66 | 0.40 | 0.49 | 336 | 0.49 | 0.34 |
| Hex | 81 | 2C | 4E | 0 | 42 | 28 | 31 | 150 | 31 | 22 |
| Octal | 201 | 54 | 116 | 0 | 102 | 50 | 61 | 520 | 61 | 42 |
| Binary | 10000001 | 101100 | 1001110 | 0 | 1000010 | 101000 | 110001 | 101010000 | 110001 | 100010 |
Color Harmonies of #812C4E
Complementary color
Monochromatic Colors of #812C4E
Black with #812C4E
Text Example
Text Example
White with #812C4E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #812C4E; }
p { color: rgb(129,44,78); }
H1.HeaderClassName
{
color: #812C4E;
}
.AnyTagClassName
{
color: #812C4E;
}
</style>
background-color css
<style>
a { background-color: #812C4E; }
a { background-color: rgb(129,44,78); }
div.DivClassName
{
background-color: #812C4E;
}
.BgClassName
{
background-color: #812C4E;
}
</style>
border-color css
<style>
span { border-color: #812C4E; }
span { border-color: rgb(129,44,78); }
td.TdClassName
{
border-color: #812C4E;
}
.TagClassName
{
border-color: #812C4E;
}
</style>