Shades of Flirt #81324E
Tints of Flirt #81324E
RGB
CMYK
RGB Variations
Color information
#81324E (or 0x81324E) is known color: Flirt. HEX triplet: 81, 32 and 4E. RGB value is (129,50,78). Sum of RGB (Red+Green+Blue) = 129+50+78=257 (34% of max value = 765). Red value is 129 (50.78% from 255 or 50.19% from 257); Green value is 50 (19.92% from 255 or 19.46% from 257); Blue value is 78 (30.86% from 255 or 30.35% from 257); Max value from RGB is 129 - color contains mainly: red. Hex color #81324E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #81324E is #7ECDB1. Grayscale: #4C4C4C. Windows color (decimal): -8310194 or 5124737. OLE color: 5124737.
HSL color Cylindrical-coordinate representation of color #81324E: hue angle of 338.73º degrees, saturation: 0.44, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #81324E is Cyan = 0, Magento = 0.61, Yellow = 0.40 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 129 | 50 | 78 | - |
| CMYK | 0 | 0.61 | 0.40 | 0.49 |
| HSL | 338.73º | 0.44% | 0.35% | - |
| HSV(B) | 338.73º | 0.61% | 0.51% | - |
| XYZ | 11.57 | 7.5 | 8.05 | - |
| YUV | 76.81 | 128.67 | 165.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 50 | 78 | 0 | 0.61 | 0.40 | 0.49 | 338.73 | 0.44 | 0.35 |
| Hex | 81 | 32 | 4E | 0 | 3D | 28 | 31 | 153 | 2C | 23 |
| Octal | 201 | 62 | 116 | 0 | 75 | 50 | 61 | 523 | 54 | 43 |
| Binary | 10000001 | 110010 | 1001110 | 0 | 111101 | 101000 | 110001 | 101010011 | 101100 | 100011 |
Color Harmonies of #81324E
Complementary color
Monochromatic Colors of #81324E
Black with #81324E
Text Example
Text Example
White with #81324E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #81324E; }
p { color: rgb(129,50,78); }
H1.HeaderClassName
{
color: #81324E;
}
.AnyTagClassName
{
color: #81324E;
}
</style>
background-color css
<style>
a { background-color: #81324E; }
a { background-color: rgb(129,50,78); }
div.DivClassName
{
background-color: #81324E;
}
.BgClassName
{
background-color: #81324E;
}
</style>
border-color css
<style>
span { border-color: #81324E; }
span { border-color: rgb(129,50,78); }
td.TdClassName
{
border-color: #81324E;
}
.TagClassName
{
border-color: #81324E;
}
</style>