Shades of Falu Red #861709
Tints of Falu Red #861709
RGB
CMYK
RGB Variations
Color information
#861709 (or 0x861709) is known color: Falu Red. HEX triplet: 86, 17 and 09. RGB value is (134,23,9). Sum of RGB (Red+Green+Blue) = 134+23+9=166 (21% of max value = 765). Red value is 134 (52.73% from 255 or 80.72% from 166); Green value is 23 (9.38% from 255 or 13.86% from 166); Blue value is 9 (3.91% from 255 or 5.42% from 166); Max value from RGB is 134 - color contains mainly: red. Hex color #861709 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #861709 is #79E8F6. Grayscale: #363636. Windows color (decimal): -7989495 or 595846. OLE color: 595846.
HSL color Cylindrical-coordinate representation of color #861709: hue angle of 6.72º degrees, saturation: 0.87, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #861709 is Cyan = 0, Magento = 0.83, Yellow = 0.93 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 134 | 23 | 9 | - |
| CMYK | 0 | 0.83 | 0.93 | 0.47 |
| HSL | 6.72º | 0.87% | 0.28% | - |
| HSV(B) | 6.72º | 0.93% | 0.53% | - |
| XYZ | 10.19 | 5.7 | 0.82 | - |
| YUV | 54.59 | 102.27 | 184.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 23 | 9 | 0 | 0.83 | 0.93 | 0.47 | 6.72 | 0.87 | 0.28 |
| Hex | 86 | 17 | 9 | 0 | 53 | 5D | 2F | 7 | 57 | 1C |
| Octal | 206 | 27 | 11 | 0 | 123 | 135 | 57 | 7 | 127 | 34 |
| Binary | 10000110 | 10111 | 1001 | 0 | 1010011 | 1011101 | 101111 | 111 | 1010111 | 11100 |
Color Harmonies of #861709
Complementary color
Monochromatic Colors of #861709
Black with #861709
Text Example
Text Example
White with #861709
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #861709; }
p { color: rgb(134,23,9); }
H1.HeaderClassName
{
color: #861709;
}
.AnyTagClassName
{
color: #861709;
}
</style>
background-color css
<style>
a { background-color: #861709; }
a { background-color: rgb(134,23,9); }
div.DivClassName
{
background-color: #861709;
}
.BgClassName
{
background-color: #861709;
}
</style>
border-color css
<style>
span { border-color: #861709; }
span { border-color: rgb(134,23,9); }
td.TdClassName
{
border-color: #861709;
}
.TagClassName
{
border-color: #861709;
}
</style>