Shades of Falu Red #861F1D
Tints of Falu Red #861F1D
RGB
CMYK
RGB Variations
Color information
#861F1D (or 0x861F1D) is known color: Falu Red. HEX triplet: 86, 1F and 1D. RGB value is (134,31,29). Sum of RGB (Red+Green+Blue) = 134+31+29=194 (25% of max value = 765). Red value is 134 (52.73% from 255 or 69.07% from 194); Green value is 31 (12.5% from 255 or 15.98% from 194); Blue value is 29 (11.72% from 255 or 14.95% from 194); Max value from RGB is 134 - color contains mainly: red. Hex color #861F1D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #861F1D is #79E0E2. Grayscale: #3D3D3D. Windows color (decimal): -7987427 or 1908614. OLE color: 1908614.
HSL color Cylindrical-coordinate representation of color #861F1D: hue angle of 1.14º degrees, saturation: 0.64, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #861F1D is Cyan = 0, Magento = 0.77, Yellow = 0.78 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 134 | 31 | 29 | - |
| CMYK | 0 | 0.77 | 0.78 | 0.47 |
| HSL | 1.14º | 0.64% | 0.32% | - |
| HSV(B) | 1.14º | 0.78% | 0.53% | - |
| XYZ | 10.54 | 6.14 | 1.79 | - |
| YUV | 61.57 | 109.62 | 179.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 31 | 29 | 0 | 0.77 | 0.78 | 0.47 | 1.14 | 0.64 | 0.32 |
| Hex | 86 | 1F | 1D | 0 | 4D | 4E | 2F | 1 | 40 | 20 |
| Octal | 206 | 37 | 35 | 0 | 115 | 116 | 57 | 1 | 100 | 40 |
| Binary | 10000110 | 11111 | 11101 | 0 | 1001101 | 1001110 | 101111 | 1 | 1000000 | 100000 |
Color Harmonies of #861F1D
Complementary color
Monochromatic Colors of #861F1D
Black with #861F1D
Text Example
Text Example
White with #861F1D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #861F1D; }
p { color: rgb(134,31,29); }
H1.HeaderClassName
{
color: #861F1D;
}
.AnyTagClassName
{
color: #861F1D;
}
</style>
background-color css
<style>
a { background-color: #861F1D; }
a { background-color: rgb(134,31,29); }
div.DivClassName
{
background-color: #861F1D;
}
.BgClassName
{
background-color: #861F1D;
}
</style>
border-color css
<style>
span { border-color: #861F1D; }
span { border-color: rgb(134,31,29); }
td.TdClassName
{
border-color: #861F1D;
}
.TagClassName
{
border-color: #861F1D;
}
</style>