Shades of Falu Red #861D00
Tints of Falu Red #861D00
RGB
CMYK
RGB Variations
Color information
#861D00 (or 0x861D00) is known color: Falu Red. HEX triplet: 86, 1D and 00. RGB value is (134,29,0). Sum of RGB (Red+Green+Blue) = 134+29+0=163 (21% of max value = 765). Red value is 134 (52.73% from 255 or 82.21% from 163); Green value is 29 (11.72% from 255 or 17.79% from 163); Blue value is 0 (0.39% from 255 or 0% from 163); Max value from RGB is 134 - color contains mainly: red. Hex color #861D00 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #861D00 is #79E2FF. Grayscale: #393939. Windows color (decimal): -7987968 or 7558. OLE color: 7558.
HSL color Cylindrical-coordinate representation of color #861D00: hue angle of 12.99º degrees, saturation: 1, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 1%. Process color model (Four color, CMYK) of #861D00 is Cyan = 0, Magento = 0.78, Yellow = 1 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 134 | 29 | 0 | - |
| CMYK | 0 | 0.78 | 1 | 0.47 |
| HSL | 12.99º | 1% | 0.26% | - |
| HSV(B) | 12.99º | 1% | 0.53% | - |
| XYZ | 10.27 | 5.95 | 0.61 | - |
| YUV | 57.09 | 95.79 | 182.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 29 | 0 | 0 | 0.78 | 1 | 0.47 | 12.99 | 1 | 0.26 |
| Hex | 86 | 1D | 0 | 0 | 4E | 64 | 2F | D | 64 | 1A |
| Octal | 206 | 35 | 0 | 0 | 116 | 144 | 57 | 15 | 144 | 32 |
| Binary | 10000110 | 11101 | 0 | 0 | 1001110 | 1100100 | 101111 | 1101 | 1100100 | 11010 |
Color Harmonies of #861D00
Complementary color
Monochromatic Colors of #861D00
Black with #861D00
Text Example
Text Example
White with #861D00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #861D00; }
p { color: rgb(134,29,0); }
H1.HeaderClassName
{
color: #861D00;
}
.AnyTagClassName
{
color: #861D00;
}
</style>
background-color css
<style>
a { background-color: #861D00; }
a { background-color: rgb(134,29,0); }
div.DivClassName
{
background-color: #861D00;
}
.BgClassName
{
background-color: #861D00;
}
</style>
border-color css
<style>
span { border-color: #861D00; }
span { border-color: rgb(134,29,0); }
td.TdClassName
{
border-color: #861D00;
}
.TagClassName
{
border-color: #861D00;
}
</style>