Shades of Flirt #81204A
Tints of Flirt #81204A
RGB
CMYK
RGB Variations
Color information
#81204A (or 0x81204A) is known color: Flirt. HEX triplet: 81, 20 and 4A. RGB value is (129,32,74). Sum of RGB (Red+Green+Blue) = 129+32+74=235 (31% of max value = 765). Red value is 129 (50.78% from 255 or 54.89% from 235); Green value is 32 (12.89% from 255 or 13.62% from 235); Blue value is 74 (29.30% from 255 or 31.49% from 235); Max value from RGB is 129 - color contains mainly: red. Hex color #81204A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #81204A is #7EDFB5. Grayscale: #414141. Windows color (decimal): -8314806 or 4857985. OLE color: 4857985.
HSL color Cylindrical-coordinate representation of color #81204A: hue angle of 334.02º degrees, saturation: 0.6, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #81204A is Cyan = 0, Magento = 0.75, Yellow = 0.43 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 129 | 32 | 74 | - |
| CMYK | 0 | 0.75 | 0.43 | 0.49 |
| HSL | 334.02º | 0.6% | 0.32% | - |
| HSV(B) | 334.02º | 0.75% | 0.51% | - |
| XYZ | 10.81 | 6.19 | 7.1 | - |
| YUV | 65.79 | 132.64 | 173.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 32 | 74 | 0 | 0.75 | 0.43 | 0.49 | 334.02 | 0.6 | 0.32 |
| Hex | 81 | 20 | 4A | 0 | 4B | 2B | 31 | 14E | 3C | 20 |
| Octal | 201 | 40 | 112 | 0 | 113 | 53 | 61 | 516 | 74 | 40 |
| Binary | 10000001 | 100000 | 1001010 | 0 | 1001011 | 101011 | 110001 | 101001110 | 111100 | 100000 |
Color Harmonies of #81204A
Complementary color
Monochromatic Colors of #81204A
Black with #81204A
Text Example
Text Example
White with #81204A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #81204A; }
p { color: rgb(129,32,74); }
H1.HeaderClassName
{
color: #81204A;
}
.AnyTagClassName
{
color: #81204A;
}
</style>
background-color css
<style>
a { background-color: #81204A; }
a { background-color: rgb(129,32,74); }
div.DivClassName
{
background-color: #81204A;
}
.BgClassName
{
background-color: #81204A;
}
</style>
border-color css
<style>
span { border-color: #81204A; }
span { border-color: rgb(129,32,74); }
td.TdClassName
{
border-color: #81204A;
}
.TagClassName
{
border-color: #81204A;
}
</style>