Shades of Falu Red #861F09
Tints of Falu Red #861F09
RGB
CMYK
RGB Variations
Color information
#861F09 (or 0x861F09) is known color: Falu Red. HEX triplet: 86, 1F and 09. RGB value is (134,31,9). Sum of RGB (Red+Green+Blue) = 134+31+9=174 (23% of max value = 765). Red value is 134 (52.73% from 255 or 77.01% from 174); Green value is 31 (12.5% from 255 or 17.82% from 174); Blue value is 9 (3.91% from 255 or 5.17% from 174); Max value from RGB is 134 - color contains mainly: red. Hex color #861F09 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #861F09 is #79E0F6. Grayscale: #3B3B3B. Windows color (decimal): -7987447 or 597894. OLE color: 597894.
HSL color Cylindrical-coordinate representation of color #861F09: hue angle of 10.56º 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 #861F09 is Cyan = 0, Magento = 0.77, Yellow = 0.93 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 134 | 31 | 9 | - |
| CMYK | 0 | 0.77 | 0.93 | 0.47 |
| HSL | 10.56º | 0.87% | 0.28% | - |
| HSV(B) | 10.56º | 0.93% | 0.53% | - |
| XYZ | 10.37 | 6.07 | 0.88 | - |
| YUV | 59.29 | 99.62 | 181.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 31 | 9 | 0 | 0.77 | 0.93 | 0.47 | 10.56 | 0.87 | 0.28 |
| Hex | 86 | 1F | 9 | 0 | 4D | 5D | 2F | B | 57 | 1C |
| Octal | 206 | 37 | 11 | 0 | 115 | 135 | 57 | 13 | 127 | 34 |
| Binary | 10000110 | 11111 | 1001 | 0 | 1001101 | 1011101 | 101111 | 1011 | 1010111 | 11100 |
Color Harmonies of #861F09
Complementary color
Monochromatic Colors of #861F09
Black with #861F09
Text Example
Text Example
White with #861F09
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #861F09; }
p { color: rgb(134,31,9); }
H1.HeaderClassName
{
color: #861F09;
}
.AnyTagClassName
{
color: #861F09;
}
</style>
background-color css
<style>
a { background-color: #861F09; }
a { background-color: rgb(134,31,9); }
div.DivClassName
{
background-color: #861F09;
}
.BgClassName
{
background-color: #861F09;
}
</style>
border-color css
<style>
span { border-color: #861F09; }
span { border-color: rgb(134,31,9); }
td.TdClassName
{
border-color: #861F09;
}
.TagClassName
{
border-color: #861F09;
}
</style>