Shades of Flirt #811D4C
Tints of Flirt #811D4C
RGB
CMYK
RGB Variations
Color information
#811D4C (or 0x811D4C) is known color: Flirt. HEX triplet: 81, 1D and 4C. RGB value is (129,29,76). Sum of RGB (Red+Green+Blue) = 129+29+76=234 (30% of max value = 765). Red value is 129 (50.78% from 255 or 55.13% from 234); Green value is 29 (11.72% from 255 or 12.39% from 234); Blue value is 76 (30.08% from 255 or 32.48% from 234); Max value from RGB is 129 - color contains mainly: red. Hex color #811D4C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #811D4C is #7EE2B3. Grayscale: #404040. Windows color (decimal): -8315572 or 4988289. OLE color: 4988289.
HSL color Cylindrical-coordinate representation of color #811D4C: hue angle of 331.8º degrees, saturation: 0.63, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #811D4C is Cyan = 0, Magento = 0.78, Yellow = 0.41 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 129 | 29 | 76 | - |
| CMYK | 0 | 0.78 | 0.41 | 0.49 |
| HSL | 331.8º | 0.63% | 0.31% | - |
| HSV(B) | 331.8º | 0.78% | 0.51% | - |
| XYZ | 10.8 | 6.07 | 7.44 | - |
| YUV | 64.26 | 134.63 | 174.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 29 | 76 | 0 | 0.78 | 0.41 | 0.49 | 331.8 | 0.63 | 0.31 |
| Hex | 81 | 1D | 4C | 0 | 4E | 29 | 31 | 14C | 3F | 1F |
| Octal | 201 | 35 | 114 | 0 | 116 | 51 | 61 | 514 | 77 | 37 |
| Binary | 10000001 | 11101 | 1001100 | 0 | 1001110 | 101001 | 110001 | 101001100 | 111111 | 11111 |
Color Harmonies of #811D4C
Complementary color
Monochromatic Colors of #811D4C
Black with #811D4C
Text Example
Text Example
White with #811D4C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #811D4C; }
p { color: rgb(129,29,76); }
H1.HeaderClassName
{
color: #811D4C;
}
.AnyTagClassName
{
color: #811D4C;
}
</style>
background-color css
<style>
a { background-color: #811D4C; }
a { background-color: rgb(129,29,76); }
div.DivClassName
{
background-color: #811D4C;
}
.BgClassName
{
background-color: #811D4C;
}
</style>
border-color css
<style>
span { border-color: #811D4C; }
span { border-color: rgb(129,29,76); }
td.TdClassName
{
border-color: #811D4C;
}
.TagClassName
{
border-color: #811D4C;
}
</style>