Shades of Falu Red #862011
Tints of Falu Red #862011
RGB
CMYK
RGB Variations
Color information
#862011 (or 0x862011) is known color: Falu Red. HEX triplet: 86, 20 and 11. RGB value is (134,32,17). Sum of RGB (Red+Green+Blue) = 134+32+17=183 (24% of max value = 765). Red value is 134 (52.73% from 255 or 73.22% from 183); Green value is 32 (12.89% from 255 or 17.49% from 183); Blue value is 17 (7.03% from 255 or 9.29% from 183); Max value from RGB is 134 - color contains mainly: red. Hex color #862011 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #862011 is #79DFEE. Grayscale: #3C3C3C. Windows color (decimal): -7987183 or 1122438. OLE color: 1122438.
HSL color Cylindrical-coordinate representation of color #862011: hue angle of 7.69º degrees, saturation: 0.77, 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 #862011 is Cyan = 0, Magento = 0.76, Yellow = 0.87 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 134 | 32 | 17 | - |
| CMYK | 0 | 0.76 | 0.87 | 0.47 |
| HSL | 7.69º | 0.77% | 0.3% | - |
| HSV(B) | 7.69º | 0.87% | 0.53% | - |
| XYZ | 10.45 | 6.14 | 1.17 | - |
| YUV | 60.79 | 103.29 | 180.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 32 | 17 | 0 | 0.76 | 0.87 | 0.47 | 7.69 | 0.77 | 0.3 |
| Hex | 86 | 20 | 11 | 0 | 4C | 57 | 2F | 8 | 4D | 1E |
| Octal | 206 | 40 | 21 | 0 | 114 | 127 | 57 | 10 | 115 | 36 |
| Binary | 10000110 | 100000 | 10001 | 0 | 1001100 | 1010111 | 101111 | 1000 | 1001101 | 11110 |
Color Harmonies of #862011
Complementary color
Monochromatic Colors of #862011
Black with #862011
Text Example
Text Example
White with #862011
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #862011; }
p { color: rgb(134,32,17); }
H1.HeaderClassName
{
color: #862011;
}
.AnyTagClassName
{
color: #862011;
}
</style>
background-color css
<style>
a { background-color: #862011; }
a { background-color: rgb(134,32,17); }
div.DivClassName
{
background-color: #862011;
}
.BgClassName
{
background-color: #862011;
}
</style>
border-color css
<style>
span { border-color: #862011; }
span { border-color: rgb(134,32,17); }
td.TdClassName
{
border-color: #862011;
}
.TagClassName
{
border-color: #862011;
}
</style>