Shades of Flirt #81204C
Tints of Flirt #81204C
RGB
CMYK
RGB Variations
Color information
#81204C (or 0x81204C) is known color: Flirt. HEX triplet: 81, 20 and 4C. RGB value is (129,32,76). Sum of RGB (Red+Green+Blue) = 129+32+76=237 (31% of max value = 765). Red value is 129 (50.78% from 255 or 54.43% from 237); Green value is 32 (12.89% from 255 or 13.50% from 237); Blue value is 76 (30.08% from 255 or 32.07% from 237); Max value from RGB is 129 - color contains mainly: red. Hex color #81204C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #81204C is #7EDFB3. Grayscale: #414141. Windows color (decimal): -8314804 or 4989057. OLE color: 4989057.
HSL color Cylindrical-coordinate representation of color #81204C: hue angle of 332.78º 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 #81204C is Cyan = 0, Magento = 0.75, Yellow = 0.41 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 129 | 32 | 76 | - |
| CMYK | 0 | 0.75 | 0.41 | 0.49 |
| HSL | 332.78º | 0.6% | 0.32% | - |
| HSV(B) | 332.78º | 0.75% | 0.51% | - |
| XYZ | 10.87 | 6.22 | 7.47 | - |
| YUV | 66.02 | 133.64 | 172.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 32 | 76 | 0 | 0.75 | 0.41 | 0.49 | 332.78 | 0.6 | 0.32 |
| Hex | 81 | 20 | 4C | 0 | 4B | 29 | 31 | 14D | 3C | 20 |
| Octal | 201 | 40 | 114 | 0 | 113 | 51 | 61 | 515 | 74 | 40 |
| Binary | 10000001 | 100000 | 1001100 | 0 | 1001011 | 101001 | 110001 | 101001101 | 111100 | 100000 |
Color Harmonies of #81204C
Complementary color
Monochromatic Colors of #81204C
Black with #81204C
Text Example
Text Example
White with #81204C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #81204C; }
p { color: rgb(129,32,76); }
H1.HeaderClassName
{
color: #81204C;
}
.AnyTagClassName
{
color: #81204C;
}
</style>
background-color css
<style>
a { background-color: #81204C; }
a { background-color: rgb(129,32,76); }
div.DivClassName
{
background-color: #81204C;
}
.BgClassName
{
background-color: #81204C;
}
</style>
border-color css
<style>
span { border-color: #81204C; }
span { border-color: rgb(129,32,76); }
td.TdClassName
{
border-color: #81204C;
}
.TagClassName
{
border-color: #81204C;
}
</style>