Shades of Falu Red #872211
Tints of Falu Red #872211
RGB
CMYK
RGB Variations
Color information
#872211 (or 0x872211) is known color: Falu Red. HEX triplet: 87, 22 and 11. RGB value is (135,34,17). Sum of RGB (Red+Green+Blue) = 135+34+17=186 (24% of max value = 765). Red value is 135 (53.12% from 255 or 72.58% from 186); Green value is 34 (13.67% from 255 or 18.28% from 186); Blue value is 17 (7.03% from 255 or 9.14% from 186); Max value from RGB is 135 - color contains mainly: red. Hex color #872211 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #872211 is #78DDEE. Grayscale: #3E3E3E. Windows color (decimal): -7921135 or 1122951. OLE color: 1122951.
HSL color Cylindrical-coordinate representation of color #872211: hue angle of 8.64º degrees, saturation: 0.78, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #872211 is Cyan = 0, Magento = 0.75, Yellow = 0.87 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 135 | 34 | 17 | - |
| CMYK | 0 | 0.75 | 0.87 | 0.47 |
| HSL | 8.64º | 0.78% | 0.3% | - |
| HSV(B) | 8.64º | 0.87% | 0.53% | - |
| XYZ | 10.66 | 6.34 | 1.19 | - |
| YUV | 62.26 | 102.46 | 179.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 34 | 17 | 0 | 0.75 | 0.87 | 0.47 | 8.64 | 0.78 | 0.3 |
| Hex | 87 | 22 | 11 | 0 | 4B | 57 | 2F | 9 | 4E | 1E |
| Octal | 207 | 42 | 21 | 0 | 113 | 127 | 57 | 11 | 116 | 36 |
| Binary | 10000111 | 100010 | 10001 | 0 | 1001011 | 1010111 | 101111 | 1001 | 1001110 | 11110 |
Color Harmonies of #872211
Complementary color
Monochromatic Colors of #872211
Black with #872211
Text Example
Text Example
White with #872211
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #872211; }
p { color: rgb(135,34,17); }
H1.HeaderClassName
{
color: #872211;
}
.AnyTagClassName
{
color: #872211;
}
</style>
background-color css
<style>
a { background-color: #872211; }
a { background-color: rgb(135,34,17); }
div.DivClassName
{
background-color: #872211;
}
.BgClassName
{
background-color: #872211;
}
</style>
border-color css
<style>
span { border-color: #872211; }
span { border-color: rgb(135,34,17); }
td.TdClassName
{
border-color: #872211;
}
.TagClassName
{
border-color: #872211;
}
</style>