Shades of Falu Red #802211
Tints of Falu Red #802211
RGB
CMYK
RGB Variations
Color information
#802211 (or 0x802211) is known color: Falu Red. HEX triplet: 80, 22 and 11. RGB value is (128,34,17). Sum of RGB (Red+Green+Blue) = 128+34+17=179 (23% of max value = 765). Red value is 128 (50.39% from 255 or 71.51% from 179); Green value is 34 (13.67% from 255 or 18.99% from 179); Blue value is 17 (7.03% from 255 or 9.50% from 179); Max value from RGB is 128 - color contains mainly: red. Hex color #802211 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #802211 is #7FDDEE. Grayscale: #3C3C3C. Windows color (decimal): -8379887 or 1122944. OLE color: 1122944.
HSL color Cylindrical-coordinate representation of color #802211: hue angle of 9.19º 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 #802211 is Cyan = 0, Magento = 0.73, Yellow = 0.87 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 128 | 34 | 17 | - |
| CMYK | 0 | 0.73 | 0.87 | 0.50 |
| HSL | 9.19º | 0.77% | 0.28% | - |
| HSV(B) | 9.19º | 0.87% | 0.5% | - |
| XYZ | 9.58 | 5.77 | 1.14 | - |
| YUV | 60.17 | 103.64 | 176.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 34 | 17 | 0 | 0.73 | 0.87 | 0.50 | 9.19 | 0.77 | 0.28 |
| Hex | 80 | 22 | 11 | 0 | 49 | 57 | 32 | 9 | 4D | 1C |
| Octal | 200 | 42 | 21 | 0 | 111 | 127 | 62 | 11 | 115 | 34 |
| Binary | 10000000 | 100010 | 10001 | 0 | 1001001 | 1010111 | 110010 | 1001 | 1001101 | 11100 |
Color Harmonies of #802211
Complementary color
Monochromatic Colors of #802211
Black with #802211
Text Example
Text Example
White with #802211
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #802211; }
p { color: rgb(128,34,17); }
H1.HeaderClassName
{
color: #802211;
}
.AnyTagClassName
{
color: #802211;
}
</style>
background-color css
<style>
a { background-color: #802211; }
a { background-color: rgb(128,34,17); }
div.DivClassName
{
background-color: #802211;
}
.BgClassName
{
background-color: #802211;
}
</style>
border-color css
<style>
span { border-color: #802211; }
span { border-color: rgb(128,34,17); }
td.TdClassName
{
border-color: #802211;
}
.TagClassName
{
border-color: #802211;
}
</style>