Shades of Falu Red #861E0D
Tints of Falu Red #861E0D
RGB
CMYK
RGB Variations
Color information
#861E0D (or 0x861E0D) is known color: Falu Red. HEX triplet: 86, 1E and 0D. RGB value is (134,30,13). Sum of RGB (Red+Green+Blue) = 134+30+13=177 (23% of max value = 765). Red value is 134 (52.73% from 255 or 75.71% from 177); Green value is 30 (12.11% from 255 or 16.95% from 177); Blue value is 13 (5.47% from 255 or 7.34% from 177); Max value from RGB is 134 - color contains mainly: red. Hex color #861E0D is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #861E0D is #79E1F2. Grayscale: #3B3B3B. Windows color (decimal): -7987699 or 859782. OLE color: 859782.
HSL color Cylindrical-coordinate representation of color #861E0D: hue angle of 8.43º degrees, saturation: 0.82, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #861E0D is Cyan = 0, Magento = 0.78, Yellow = 0.90 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 134 | 30 | 13 | - |
| CMYK | 0 | 0.78 | 0.90 | 0.47 |
| HSL | 8.43º | 0.82% | 0.29% | - |
| HSV(B) | 8.43º | 0.9% | 0.53% | - |
| XYZ | 10.37 | 6.03 | 1 | - |
| YUV | 59.16 | 101.96 | 181.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 30 | 13 | 0 | 0.78 | 0.90 | 0.47 | 8.43 | 0.82 | 0.29 |
| Hex | 86 | 1E | D | 0 | 4E | 5A | 2F | 8 | 52 | 1D |
| Octal | 206 | 36 | 15 | 0 | 116 | 132 | 57 | 10 | 122 | 35 |
| Binary | 10000110 | 11110 | 1101 | 0 | 1001110 | 1011010 | 101111 | 1000 | 1010010 | 11101 |
Color Harmonies of #861E0D
Complementary color
Monochromatic Colors of #861E0D
Black with #861E0D
Text Example
Text Example
White with #861E0D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #861E0D; }
p { color: rgb(134,30,13); }
H1.HeaderClassName
{
color: #861E0D;
}
.AnyTagClassName
{
color: #861E0D;
}
</style>
background-color css
<style>
a { background-color: #861E0D; }
a { background-color: rgb(134,30,13); }
div.DivClassName
{
background-color: #861E0D;
}
.BgClassName
{
background-color: #861E0D;
}
</style>
border-color css
<style>
span { border-color: #861E0D; }
span { border-color: rgb(134,30,13); }
td.TdClassName
{
border-color: #861E0D;
}
.TagClassName
{
border-color: #861E0D;
}
</style>