Shades of Flirt #81224A
Tints of Flirt #81224A
RGB
CMYK
RGB Variations
Color information
#81224A (or 0x81224A) is known color: Flirt. HEX triplet: 81, 22 and 4A. RGB value is (129,34,74). Sum of RGB (Red+Green+Blue) = 129+34+74=237 (31% of max value = 765). Red value is 129 (50.78% from 255 or 54.43% from 237); Green value is 34 (13.67% from 255 or 14.35% from 237); Blue value is 74 (29.30% from 255 or 31.22% from 237); Max value from RGB is 129 - color contains mainly: red. Hex color #81224A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #81224A is #7EDDB5. Grayscale: #424242. Windows color (decimal): -8314294 or 4858497. OLE color: 4858497.
HSL color Cylindrical-coordinate representation of color #81224A: hue angle of 334.74º degrees, saturation: 0.58, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #81224A is Cyan = 0, Magento = 0.74, Yellow = 0.43 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 129 | 34 | 74 | - |
| CMYK | 0 | 0.74 | 0.43 | 0.49 |
| HSL | 334.74º | 0.58% | 0.32% | - |
| HSV(B) | 334.74º | 0.74% | 0.51% | - |
| XYZ | 10.86 | 6.31 | 7.12 | - |
| YUV | 66.97 | 131.97 | 172.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 34 | 74 | 0 | 0.74 | 0.43 | 0.49 | 334.74 | 0.58 | 0.32 |
| Hex | 81 | 22 | 4A | 0 | 4A | 2B | 31 | 14F | 3A | 20 |
| Octal | 201 | 42 | 112 | 0 | 112 | 53 | 61 | 517 | 72 | 40 |
| Binary | 10000001 | 100010 | 1001010 | 0 | 1001010 | 101011 | 110001 | 101001111 | 111010 | 100000 |
Color Harmonies of #81224A
Complementary color
Monochromatic Colors of #81224A
Black with #81224A
Text Example
Text Example
White with #81224A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #81224A; }
p { color: rgb(129,34,74); }
H1.HeaderClassName
{
color: #81224A;
}
.AnyTagClassName
{
color: #81224A;
}
</style>
background-color css
<style>
a { background-color: #81224A; }
a { background-color: rgb(129,34,74); }
div.DivClassName
{
background-color: #81224A;
}
.BgClassName
{
background-color: #81224A;
}
</style>
border-color css
<style>
span { border-color: #81224A; }
span { border-color: rgb(129,34,74); }
td.TdClassName
{
border-color: #81224A;
}
.TagClassName
{
border-color: #81224A;
}
</style>