Shades of Falu Red #801211
Tints of Falu Red #801211
RGB
CMYK
RGB Variations
Color information
#801211 (or 0x801211) is known color: Falu Red. HEX triplet: 80, 12 and 11. RGB value is (128,18,17). Sum of RGB (Red+Green+Blue) = 128+18+17=163 (21% of max value = 765). Red value is 128 (50.39% from 255 or 78.53% from 163); Green value is 18 (7.42% from 255 or 11.04% from 163); Blue value is 17 (7.03% from 255 or 10.43% from 163); Max value from RGB is 128 - color contains mainly: red. Hex color #801211 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #801211 is #7FEDEE. Grayscale: #323232. Windows color (decimal): -8383983 or 1118848. OLE color: 1118848.
HSL color Cylindrical-coordinate representation of color #801211: hue angle of 0.54º degrees, saturation: 0.77, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #801211 is Cyan = 0, Magento = 0.86, Yellow = 0.87 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 128 | 18 | 17 | - |
| CMYK | 0 | 0.86 | 0.87 | 0.50 |
| HSL | 0.54º | 0.77% | 0.28% | - |
| HSV(B) | 0.54º | 0.87% | 0.5% | - |
| XYZ | 9.22 | 5.06 | 1.02 | - |
| YUV | 50.78 | 108.94 | 183.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 18 | 17 | 0 | 0.86 | 0.87 | 0.50 | 0.54 | 0.77 | 0.28 |
| Hex | 80 | 12 | 11 | 0 | 56 | 57 | 32 | 1 | 4D | 1C |
| Octal | 200 | 22 | 21 | 0 | 126 | 127 | 62 | 1 | 115 | 34 |
| Binary | 10000000 | 10010 | 10001 | 0 | 1010110 | 1010111 | 110010 | 1 | 1001101 | 11100 |
Color Harmonies of #801211
Complementary color
Monochromatic Colors of #801211
Black with #801211
Text Example
Text Example
White with #801211
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #801211; }
p { color: rgb(128,18,17); }
H1.HeaderClassName
{
color: #801211;
}
.AnyTagClassName
{
color: #801211;
}
</style>
background-color css
<style>
a { background-color: #801211; }
a { background-color: rgb(128,18,17); }
div.DivClassName
{
background-color: #801211;
}
.BgClassName
{
background-color: #801211;
}
</style>
border-color css
<style>
span { border-color: #801211; }
span { border-color: rgb(128,18,17); }
td.TdClassName
{
border-color: #801211;
}
.TagClassName
{
border-color: #801211;
}
</style>