Shades of Flirt #812245
Tints of Flirt #812245
RGB
CMYK
RGB Variations
Color information
#812245 (or 0x812245) is known color: Flirt. HEX triplet: 81, 22 and 45. RGB value is (129,34,69). Sum of RGB (Red+Green+Blue) = 129+34+69=232 (30% of max value = 765). Red value is 129 (50.78% from 255 or 55.60% from 232); Green value is 34 (13.67% from 255 or 14.66% from 232); Blue value is 69 (27.34% from 255 or 29.74% from 232); Max value from RGB is 129 - color contains mainly: red. Hex color #812245 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #812245 is #7EDDBA. Grayscale: #424242. Windows color (decimal): -8314299 or 4530817. OLE color: 4530817.
HSL color Cylindrical-coordinate representation of color #812245: hue angle of 337.89º 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 #812245 is Cyan = 0, Magento = 0.74, Yellow = 0.47 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 129 | 34 | 69 | - |
| CMYK | 0 | 0.74 | 0.47 | 0.49 |
| HSL | 337.89º | 0.58% | 0.32% | - |
| HSV(B) | 337.89º | 0.74% | 0.51% | - |
| XYZ | 10.7 | 6.24 | 6.27 | - |
| YUV | 66.4 | 129.47 | 172.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 34 | 69 | 0 | 0.74 | 0.47 | 0.49 | 337.89 | 0.58 | 0.32 |
| Hex | 81 | 22 | 45 | 0 | 4A | 2F | 31 | 152 | 3A | 20 |
| Octal | 201 | 42 | 105 | 0 | 112 | 57 | 61 | 522 | 72 | 40 |
| Binary | 10000001 | 100010 | 1000101 | 0 | 1001010 | 101111 | 110001 | 101010010 | 111010 | 100000 |
Color Harmonies of #812245
Complementary color
Monochromatic Colors of #812245
Black with #812245
Text Example
Text Example
White with #812245
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #812245; }
p { color: rgb(129,34,69); }
H1.HeaderClassName
{
color: #812245;
}
.AnyTagClassName
{
color: #812245;
}
</style>
background-color css
<style>
a { background-color: #812245; }
a { background-color: rgb(129,34,69); }
div.DivClassName
{
background-color: #812245;
}
.BgClassName
{
background-color: #812245;
}
</style>
border-color css
<style>
span { border-color: #812245; }
span { border-color: rgb(129,34,69); }
td.TdClassName
{
border-color: #812245;
}
.TagClassName
{
border-color: #812245;
}
</style>