Shades of Falu Red #861A16
Tints of Falu Red #861A16
RGB
CMYK
RGB Variations
Color information
#861A16 (or 0x861A16) is known color: Falu Red. HEX triplet: 86, 1A and 16. RGB value is (134,26,22). Sum of RGB (Red+Green+Blue) = 134+26+22=182 (24% of max value = 765). Red value is 134 (52.73% from 255 or 73.63% from 182); Green value is 26 (10.55% from 255 or 14.29% from 182); Blue value is 22 (8.98% from 255 or 12.09% from 182); Max value from RGB is 134 - color contains mainly: red. Hex color #861A16 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #861A16 is #79E5E9. Grayscale: #393939. Windows color (decimal): -7988714 or 1448582. OLE color: 1448582.
HSL color Cylindrical-coordinate representation of color #861A16: hue angle of 2.14º degrees, saturation: 0.72, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #861A16 is Cyan = 0, Magento = 0.81, Yellow = 0.84 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 134 | 26 | 22 | - |
| CMYK | 0 | 0.81 | 0.84 | 0.47 |
| HSL | 2.14º | 0.72% | 0.31% | - |
| HSV(B) | 2.14º | 0.84% | 0.53% | - |
| XYZ | 10.35 | 5.87 | 1.35 | - |
| YUV | 57.84 | 107.78 | 182.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 26 | 22 | 0 | 0.81 | 0.84 | 0.47 | 2.14 | 0.72 | 0.31 |
| Hex | 86 | 1A | 16 | 0 | 51 | 54 | 2F | 2 | 48 | 1F |
| Octal | 206 | 32 | 26 | 0 | 121 | 124 | 57 | 2 | 110 | 37 |
| Binary | 10000110 | 11010 | 10110 | 0 | 1010001 | 1010100 | 101111 | 10 | 1001000 | 11111 |
Color Harmonies of #861A16
Complementary color
Monochromatic Colors of #861A16
Black with #861A16
Text Example
Text Example
White with #861A16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #861A16; }
p { color: rgb(134,26,22); }
H1.HeaderClassName
{
color: #861A16;
}
.AnyTagClassName
{
color: #861A16;
}
</style>
background-color css
<style>
a { background-color: #861A16; }
a { background-color: rgb(134,26,22); }
div.DivClassName
{
background-color: #861A16;
}
.BgClassName
{
background-color: #861A16;
}
</style>
border-color css
<style>
span { border-color: #861A16; }
span { border-color: rgb(134,26,22); }
td.TdClassName
{
border-color: #861A16;
}
.TagClassName
{
border-color: #861A16;
}
</style>