Shades of Falu Red #861A00
Tints of Falu Red #861A00
RGB
CMYK
RGB Variations
Color information
#861A00 (or 0x861A00) is known color: Falu Red. HEX triplet: 86, 1A and 00. RGB value is (134,26,0). Sum of RGB (Red+Green+Blue) = 134+26+0=160 (21% of max value = 765). Red value is 134 (52.73% from 255 or 83.75% from 160); Green value is 26 (10.55% from 255 or 16.25% from 160); Blue value is 0 (0.39% from 255 or 0% from 160); Max value from RGB is 134 - color contains mainly: red. Hex color #861A00 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #861A00 is #79E5FF. Grayscale: #373737. Windows color (decimal): -7988736 or 6790. OLE color: 6790.
HSL color Cylindrical-coordinate representation of color #861A00: hue angle of 11.64º 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 #861A00 is Cyan = 0, Magento = 0.81, Yellow = 1 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 134 | 26 | 0 | - |
| CMYK | 0 | 0.81 | 1 | 0.47 |
| HSL | 11.64º | 1% | 0.26% | - |
| HSV(B) | 11.64º | 1% | 0.53% | - |
| XYZ | 10.2 | 5.81 | 0.58 | - |
| YUV | 55.33 | 96.78 | 184.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 26 | 0 | 0 | 0.81 | 1 | 0.47 | 11.64 | 1 | 0.26 |
| Hex | 86 | 1A | 0 | 0 | 51 | 64 | 2F | C | 64 | 1A |
| Octal | 206 | 32 | 0 | 0 | 121 | 144 | 57 | 14 | 144 | 32 |
| Binary | 10000110 | 11010 | 0 | 0 | 1010001 | 1100100 | 101111 | 1100 | 1100100 | 11010 |
Color Harmonies of #861A00
Complementary color
Monochromatic Colors of #861A00
Black with #861A00
Text Example
Text Example
White with #861A00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #861A00; }
p { color: rgb(134,26,0); }
H1.HeaderClassName
{
color: #861A00;
}
.AnyTagClassName
{
color: #861A00;
}
</style>
background-color css
<style>
a { background-color: #861A00; }
a { background-color: rgb(134,26,0); }
div.DivClassName
{
background-color: #861A00;
}
.BgClassName
{
background-color: #861A00;
}
</style>
border-color css
<style>
span { border-color: #861A00; }
span { border-color: rgb(134,26,0); }
td.TdClassName
{
border-color: #861A00;
}
.TagClassName
{
border-color: #861A00;
}
</style>