Shades of Flirt #811D42
Tints of Flirt #811D42
RGB
CMYK
RGB Variations
Color information
#811D42 (or 0x811D42) is known color: Flirt. HEX triplet: 81, 1D and 42. RGB value is (129,29,66). Sum of RGB (Red+Green+Blue) = 129+29+66=224 (29% of max value = 765). Red value is 129 (50.78% from 255 or 57.59% from 224); Green value is 29 (11.72% from 255 or 12.95% from 224); Blue value is 66 (26.17% from 255 or 29.46% from 224); Max value from RGB is 129 - color contains mainly: red. Hex color #811D42 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #811D42 is #7EE2BD. Grayscale: #3F3F3F. Windows color (decimal): -8315582 or 4332929. OLE color: 4332929.
HSL color Cylindrical-coordinate representation of color #811D42: hue angle of 337.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 #811D42 is Cyan = 0, Magento = 0.78, Yellow = 0.49 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 129 | 29 | 66 | - |
| CMYK | 0 | 0.78 | 0.49 | 0.49 |
| HSL | 337.8º | 0.63% | 0.31% | - |
| HSV(B) | 337.8º | 0.78% | 0.51% | - |
| XYZ | 10.48 | 5.94 | 5.75 | - |
| YUV | 63.12 | 129.63 | 174.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 29 | 66 | 0 | 0.78 | 0.49 | 0.49 | 337.8 | 0.63 | 0.31 |
| Hex | 81 | 1D | 42 | 0 | 4E | 31 | 31 | 152 | 3F | 1F |
| Octal | 201 | 35 | 102 | 0 | 116 | 61 | 61 | 522 | 77 | 37 |
| Binary | 10000001 | 11101 | 1000010 | 0 | 1001110 | 110001 | 110001 | 101010010 | 111111 | 11111 |
Color Harmonies of #811D42
Complementary color
Monochromatic Colors of #811D42
Black with #811D42
Text Example
Text Example
White with #811D42
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #811D42; }
p { color: rgb(129,29,66); }
H1.HeaderClassName
{
color: #811D42;
}
.AnyTagClassName
{
color: #811D42;
}
</style>
background-color css
<style>
a { background-color: #811D42; }
a { background-color: rgb(129,29,66); }
div.DivClassName
{
background-color: #811D42;
}
.BgClassName
{
background-color: #811D42;
}
</style>
border-color css
<style>
span { border-color: #811D42; }
span { border-color: rgb(129,29,66); }
td.TdClassName
{
border-color: #811D42;
}
.TagClassName
{
border-color: #811D42;
}
</style>