Shades of Falu Red #861C11
Tints of Falu Red #861C11
RGB
CMYK
RGB Variations
Color information
#861C11 (or 0x861C11) is known color: Falu Red. HEX triplet: 86, 1C and 11. RGB value is (134,28,17). Sum of RGB (Red+Green+Blue) = 134+28+17=179 (23% of max value = 765). Red value is 134 (52.73% from 255 or 74.86% from 179); Green value is 28 (11.33% from 255 or 15.64% from 179); Blue value is 17 (7.03% from 255 or 9.50% from 179); Max value from RGB is 134 - color contains mainly: red. Hex color #861C11 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #861C11 is #79E3EE. Grayscale: #3A3A3A. Windows color (decimal): -7988207 or 1121414. OLE color: 1121414.
HSL color Cylindrical-coordinate representation of color #861C11: hue angle of 5.64º 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 #861C11 is Cyan = 0, Magento = 0.79, Yellow = 0.87 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 134 | 28 | 17 | - |
| CMYK | 0 | 0.79 | 0.87 | 0.47 |
| HSL | 5.64º | 0.77% | 0.3% | - |
| HSV(B) | 5.64º | 0.87% | 0.53% | - |
| XYZ | 10.35 | 5.94 | 1.13 | - |
| YUV | 58.44 | 104.62 | 181.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 28 | 17 | 0 | 0.79 | 0.87 | 0.47 | 5.64 | 0.77 | 0.3 |
| Hex | 86 | 1C | 11 | 0 | 4F | 57 | 2F | 6 | 4D | 1E |
| Octal | 206 | 34 | 21 | 0 | 117 | 127 | 57 | 6 | 115 | 36 |
| Binary | 10000110 | 11100 | 10001 | 0 | 1001111 | 1010111 | 101111 | 110 | 1001101 | 11110 |
Color Harmonies of #861C11
Complementary color
Monochromatic Colors of #861C11
Black with #861C11
Text Example
Text Example
White with #861C11
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #861C11; }
p { color: rgb(134,28,17); }
H1.HeaderClassName
{
color: #861C11;
}
.AnyTagClassName
{
color: #861C11;
}
</style>
background-color css
<style>
a { background-color: #861C11; }
a { background-color: rgb(134,28,17); }
div.DivClassName
{
background-color: #861C11;
}
.BgClassName
{
background-color: #861C11;
}
</style>
border-color css
<style>
span { border-color: #861C11; }
span { border-color: rgb(134,28,17); }
td.TdClassName
{
border-color: #861C11;
}
.TagClassName
{
border-color: #861C11;
}
</style>