Shades of Flirt #811A4B
Tints of Flirt #811A4B
RGB
CMYK
RGB Variations
Color information
#811A4B (or 0x811A4B) is known color: Flirt. HEX triplet: 81, 1A and 4B. RGB value is (129,26,75). Sum of RGB (Red+Green+Blue) = 129+26+75=230 (30% of max value = 765). Red value is 129 (50.78% from 255 or 56.09% from 230); Green value is 26 (10.55% from 255 or 11.30% from 230); Blue value is 75 (29.69% from 255 or 32.61% from 230); Max value from RGB is 129 - color contains mainly: red. Hex color #811A4B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #811A4B is #7EE5B4. Grayscale: #3E3E3E. Windows color (decimal): -8316341 or 4921985. OLE color: 4921985.
HSL color Cylindrical-coordinate representation of color #811A4B: hue angle of 331.46º 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 #811A4B is Cyan = 0, Magento = 0.80, Yellow = 0.42 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 129 | 26 | 75 | - |
| CMYK | 0 | 0.80 | 0.42 | 0.49 |
| HSL | 331.46º | 0.66% | 0.3% | - |
| HSV(B) | 331.46º | 0.8% | 0.51% | - |
| XYZ | 10.69 | 5.91 | 7.23 | - |
| YUV | 62.38 | 135.12 | 175.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 26 | 75 | 0 | 0.80 | 0.42 | 0.49 | 331.46 | 0.66 | 0.3 |
| Hex | 81 | 1A | 4B | 0 | 50 | 2A | 31 | 14B | 42 | 1E |
| Octal | 201 | 32 | 113 | 0 | 120 | 52 | 61 | 513 | 102 | 36 |
| Binary | 10000001 | 11010 | 1001011 | 0 | 1010000 | 101010 | 110001 | 101001011 | 1000010 | 11110 |
Color Harmonies of #811A4B
Complementary color
Monochromatic Colors of #811A4B
Black with #811A4B
Text Example
Text Example
White with #811A4B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #811A4B; }
p { color: rgb(129,26,75); }
H1.HeaderClassName
{
color: #811A4B;
}
.AnyTagClassName
{
color: #811A4B;
}
</style>
background-color css
<style>
a { background-color: #811A4B; }
a { background-color: rgb(129,26,75); }
div.DivClassName
{
background-color: #811A4B;
}
.BgClassName
{
background-color: #811A4B;
}
</style>
border-color css
<style>
span { border-color: #811A4B; }
span { border-color: rgb(129,26,75); }
td.TdClassName
{
border-color: #811A4B;
}
.TagClassName
{
border-color: #811A4B;
}
</style>