Shades of Falu Red #861F0F
Tints of Falu Red #861F0F
RGB
CMYK
RGB Variations
Color information
#861F0F (or 0x861F0F) is known color: Falu Red. HEX triplet: 86, 1F and 0F. RGB value is (134,31,15). Sum of RGB (Red+Green+Blue) = 134+31+15=180 (23% of max value = 765). Red value is 134 (52.73% from 255 or 74.44% from 180); Green value is 31 (12.5% from 255 or 17.22% from 180); Blue value is 15 (6.25% from 255 or 8.33% from 180); Max value from RGB is 134 - color contains mainly: red. Hex color #861F0F is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #861F0F is #79E0F0. Grayscale: #3C3C3C. Windows color (decimal): -7987441 or 991110. OLE color: 991110.
HSL color Cylindrical-coordinate representation of color #861F0F: hue angle of 8.07º degrees, saturation: 0.8, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #861F0F is Cyan = 0, Magento = 0.77, Yellow = 0.89 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 134 | 31 | 15 | - |
| CMYK | 0 | 0.77 | 0.89 | 0.47 |
| HSL | 8.07º | 0.8% | 0.29% | - |
| HSV(B) | 8.07º | 0.89% | 0.53% | - |
| XYZ | 10.41 | 6.08 | 1.08 | - |
| YUV | 59.97 | 102.62 | 180.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 31 | 15 | 0 | 0.77 | 0.89 | 0.47 | 8.07 | 0.8 | 0.29 |
| Hex | 86 | 1F | F | 0 | 4D | 59 | 2F | 8 | 50 | 1D |
| Octal | 206 | 37 | 17 | 0 | 115 | 131 | 57 | 10 | 120 | 35 |
| Binary | 10000110 | 11111 | 1111 | 0 | 1001101 | 1011001 | 101111 | 1000 | 1010000 | 11101 |
Color Harmonies of #861F0F
Complementary color
Monochromatic Colors of #861F0F
Black with #861F0F
Text Example
Text Example
White with #861F0F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #861F0F; }
p { color: rgb(134,31,15); }
H1.HeaderClassName
{
color: #861F0F;
}
.AnyTagClassName
{
color: #861F0F;
}
</style>
background-color css
<style>
a { background-color: #861F0F; }
a { background-color: rgb(134,31,15); }
div.DivClassName
{
background-color: #861F0F;
}
.BgClassName
{
background-color: #861F0F;
}
</style>
border-color css
<style>
span { border-color: #861F0F; }
span { border-color: rgb(134,31,15); }
td.TdClassName
{
border-color: #861F0F;
}
.TagClassName
{
border-color: #861F0F;
}
</style>