Shades of Falu Red #861F16
Tints of Falu Red #861F16
RGB
CMYK
RGB Variations
Color information
#861F16 (or 0x861F16) is known color: Falu Red. HEX triplet: 86, 1F and 16. RGB value is (134,31,22). Sum of RGB (Red+Green+Blue) = 134+31+22=187 (24% of max value = 765). Red value is 134 (52.73% from 255 or 71.66% from 187); Green value is 31 (12.5% from 255 or 16.58% from 187); Blue value is 22 (8.98% from 255 or 11.76% from 187); Max value from RGB is 134 - color contains mainly: red. Hex color #861F16 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #861F16 is #79E0E9. Grayscale: #3C3C3C. Windows color (decimal): -7987434 or 1449862. OLE color: 1449862.
HSL color Cylindrical-coordinate representation of color #861F16: hue angle of 4.82º 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 #861F16 is Cyan = 0, Magento = 0.77, Yellow = 0.84 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 134 | 31 | 22 | - |
| CMYK | 0 | 0.77 | 0.84 | 0.47 |
| HSL | 4.82º | 0.72% | 0.31% | - |
| HSV(B) | 4.82º | 0.84% | 0.53% | - |
| XYZ | 10.47 | 6.11 | 1.39 | - |
| YUV | 60.77 | 106.12 | 180.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 31 | 22 | 0 | 0.77 | 0.84 | 0.47 | 4.82 | 0.72 | 0.31 |
| Hex | 86 | 1F | 16 | 0 | 4D | 54 | 2F | 5 | 48 | 1F |
| Octal | 206 | 37 | 26 | 0 | 115 | 124 | 57 | 5 | 110 | 37 |
| Binary | 10000110 | 11111 | 10110 | 0 | 1001101 | 1010100 | 101111 | 101 | 1001000 | 11111 |
Color Harmonies of #861F16
Complementary color
Monochromatic Colors of #861F16
Black with #861F16
Text Example
Text Example
White with #861F16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #861F16; }
p { color: rgb(134,31,22); }
H1.HeaderClassName
{
color: #861F16;
}
.AnyTagClassName
{
color: #861F16;
}
</style>
background-color css
<style>
a { background-color: #861F16; }
a { background-color: rgb(134,31,22); }
div.DivClassName
{
background-color: #861F16;
}
.BgClassName
{
background-color: #861F16;
}
</style>
border-color css
<style>
span { border-color: #861F16; }
span { border-color: rgb(134,31,22); }
td.TdClassName
{
border-color: #861F16;
}
.TagClassName
{
border-color: #861F16;
}
</style>