Shades of Falu Red #86140D
Tints of Falu Red #86140D
RGB
CMYK
RGB Variations
Color information
#86140D (or 0x86140D) is known color: Falu Red. HEX triplet: 86, 14 and 0D. RGB value is (134,20,13). Sum of RGB (Red+Green+Blue) = 134+20+13=167 (22% of max value = 765). Red value is 134 (52.73% from 255 or 80.24% from 167); Green value is 20 (8.20% from 255 or 11.98% from 167); Blue value is 13 (5.47% from 255 or 7.78% from 167); Max value from RGB is 134 - color contains mainly: red. Hex color #86140D is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #86140D is #79EBF2. Grayscale: #353535. Windows color (decimal): -7990259 or 857222. OLE color: 857222.
HSL color Cylindrical-coordinate representation of color #86140D: hue angle of 3.47º 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 #86140D is Cyan = 0, Magento = 0.85, Yellow = 0.90 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 134 | 20 | 13 | - |
| CMYK | 0 | 0.85 | 0.90 | 0.47 |
| HSL | 3.47º | 0.82% | 0.29% | - |
| HSV(B) | 3.47º | 0.9% | 0.53% | - |
| XYZ | 10.15 | 5.6 | 0.93 | - |
| YUV | 53.29 | 105.27 | 185.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 20 | 13 | 0 | 0.85 | 0.90 | 0.47 | 3.47 | 0.82 | 0.29 |
| Hex | 86 | 14 | D | 0 | 55 | 5A | 2F | 3 | 52 | 1D |
| Octal | 206 | 24 | 15 | 0 | 125 | 132 | 57 | 3 | 122 | 35 |
| Binary | 10000110 | 10100 | 1101 | 0 | 1010101 | 1011010 | 101111 | 11 | 1010010 | 11101 |
Color Harmonies of #86140D
Complementary color
Monochromatic Colors of #86140D
Black with #86140D
Text Example
Text Example
White with #86140D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #86140D; }
p { color: rgb(134,20,13); }
H1.HeaderClassName
{
color: #86140D;
}
.AnyTagClassName
{
color: #86140D;
}
</style>
background-color css
<style>
a { background-color: #86140D; }
a { background-color: rgb(134,20,13); }
div.DivClassName
{
background-color: #86140D;
}
.BgClassName
{
background-color: #86140D;
}
</style>
border-color css
<style>
span { border-color: #86140D; }
span { border-color: rgb(134,20,13); }
td.TdClassName
{
border-color: #86140D;
}
.TagClassName
{
border-color: #86140D;
}
</style>