Shades of Flirt #811A4D
Tints of Flirt #811A4D
RGB
CMYK
RGB Variations
Color information
#811A4D (or 0x811A4D) is known color: Flirt. HEX triplet: 81, 1A and 4D. RGB value is (129,26,77). Sum of RGB (Red+Green+Blue) = 129+26+77=232 (30% of max value = 765). Red value is 129 (50.78% from 255 or 55.60% from 232); Green value is 26 (10.55% from 255 or 11.21% from 232); Blue value is 77 (30.47% from 255 or 33.19% from 232); Max value from RGB is 129 - color contains mainly: red. Hex color #811A4D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #811A4D is #7EE5B2. Grayscale: #3E3E3E. Windows color (decimal): -8316339 or 5053057. OLE color: 5053057.
HSL color Cylindrical-coordinate representation of color #811A4D: hue angle of 330.29º degrees, saturation: 0.66, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #811A4D is Cyan = 0, Magento = 0.80, Yellow = 0.40 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 129 | 26 | 77 | - |
| CMYK | 0 | 0.80 | 0.40 | 0.49 |
| HSL | 330.29º | 0.66% | 0.3% | - |
| HSV(B) | 330.29º | 0.8% | 0.51% | - |
| XYZ | 10.76 | 5.94 | 7.6 | - |
| YUV | 62.61 | 136.12 | 175.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 26 | 77 | 0 | 0.80 | 0.40 | 0.49 | 330.29 | 0.66 | 0.3 |
| Hex | 81 | 1A | 4D | 0 | 50 | 28 | 31 | 14A | 42 | 1E |
| Octal | 201 | 32 | 115 | 0 | 120 | 50 | 61 | 512 | 102 | 36 |
| Binary | 10000001 | 11010 | 1001101 | 0 | 1010000 | 101000 | 110001 | 101001010 | 1000010 | 11110 |
Color Harmonies of #811A4D
Complementary color
Monochromatic Colors of #811A4D
Black with #811A4D
Text Example
Text Example
White with #811A4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #811A4D; }
p { color: rgb(129,26,77); }
H1.HeaderClassName
{
color: #811A4D;
}
.AnyTagClassName
{
color: #811A4D;
}
</style>
background-color css
<style>
a { background-color: #811A4D; }
a { background-color: rgb(129,26,77); }
div.DivClassName
{
background-color: #811A4D;
}
.BgClassName
{
background-color: #811A4D;
}
</style>
border-color css
<style>
span { border-color: #811A4D; }
span { border-color: rgb(129,26,77); }
td.TdClassName
{
border-color: #811A4D;
}
.TagClassName
{
border-color: #811A4D;
}
</style>