Shades of Flirt #811A4C
Tints of Flirt #811A4C
RGB
CMYK
RGB Variations
Color information
#811A4C (or 0x811A4C) is known color: Flirt. HEX triplet: 81, 1A and 4C. RGB value is (129,26,76). Sum of RGB (Red+Green+Blue) = 129+26+76=231 (30% of max value = 765). Red value is 129 (50.78% from 255 or 55.84% from 231); Green value is 26 (10.55% from 255 or 11.26% from 231); Blue value is 76 (30.08% from 255 or 32.90% from 231); Max value from RGB is 129 - color contains mainly: red. Hex color #811A4C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #811A4C is #7EE5B3. Grayscale: #3E3E3E. Windows color (decimal): -8316340 or 4987521. OLE color: 4987521.
HSL color Cylindrical-coordinate representation of color #811A4C: hue angle of 330.87º 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 #811A4C is Cyan = 0, Magento = 0.80, Yellow = 0.41 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 129 | 26 | 76 | - |
| CMYK | 0 | 0.80 | 0.41 | 0.49 |
| HSL | 330.87º | 0.66% | 0.3% | - |
| HSV(B) | 330.87º | 0.8% | 0.51% | - |
| XYZ | 10.73 | 5.93 | 7.42 | - |
| YUV | 62.5 | 135.62 | 175.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 26 | 76 | 0 | 0.80 | 0.41 | 0.49 | 330.87 | 0.66 | 0.3 |
| Hex | 81 | 1A | 4C | 0 | 50 | 29 | 31 | 14B | 42 | 1E |
| Octal | 201 | 32 | 114 | 0 | 120 | 51 | 61 | 513 | 102 | 36 |
| Binary | 10000001 | 11010 | 1001100 | 0 | 1010000 | 101001 | 110001 | 101001011 | 1000010 | 11110 |
Color Harmonies of #811A4C
Complementary color
Monochromatic Colors of #811A4C
Black with #811A4C
Text Example
Text Example
White with #811A4C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #811A4C; }
p { color: rgb(129,26,76); }
H1.HeaderClassName
{
color: #811A4C;
}
.AnyTagClassName
{
color: #811A4C;
}
</style>
background-color css
<style>
a { background-color: #811A4C; }
a { background-color: rgb(129,26,76); }
div.DivClassName
{
background-color: #811A4C;
}
.BgClassName
{
background-color: #811A4C;
}
</style>
border-color css
<style>
span { border-color: #811A4C; }
span { border-color: rgb(129,26,76); }
td.TdClassName
{
border-color: #811A4C;
}
.TagClassName
{
border-color: #811A4C;
}
</style>