Shades of Falu Red #86140E
Tints of Falu Red #86140E
RGB
CMYK
RGB Variations
Color information
#86140E (or 0x86140E) is known color: Falu Red. HEX triplet: 86, 14 and 0E. RGB value is (134,20,14). Sum of RGB (Red+Green+Blue) = 134+20+14=168 (22% of max value = 765). Red value is 134 (52.73% from 255 or 79.76% from 168); Green value is 20 (8.20% from 255 or 11.90% from 168); Blue value is 14 (5.86% from 255 or 8.33% from 168); Max value from RGB is 134 - color contains mainly: red. Hex color #86140E is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #86140E is #79EBF1. Grayscale: #353535. Windows color (decimal): -7990258 or 922758. OLE color: 922758.
HSL color Cylindrical-coordinate representation of color #86140E: hue angle of 3º degrees, saturation: 0.81, 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 #86140E is Cyan = 0, Magento = 0.85, Yellow = 0.90 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 134 | 20 | 14 | - |
| CMYK | 0 | 0.85 | 0.90 | 0.47 |
| HSL | 3º | 0.81% | 0.29% | - |
| HSV(B) | 3º | 0.9% | 0.53% | - |
| XYZ | 10.16 | 5.6 | 0.96 | - |
| YUV | 53.4 | 105.77 | 185.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 20 | 14 | 0 | 0.85 | 0.90 | 0.47 | 3 | 0.81 | 0.29 |
| Hex | 86 | 14 | E | 0 | 55 | 5A | 2F | 3 | 51 | 1D |
| Octal | 206 | 24 | 16 | 0 | 125 | 132 | 57 | 3 | 121 | 35 |
| Binary | 10000110 | 10100 | 1110 | 0 | 1010101 | 1011010 | 101111 | 11 | 1010001 | 11101 |
Color Harmonies of #86140E
Complementary color
Monochromatic Colors of #86140E
Black with #86140E
Text Example
Text Example
White with #86140E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #86140E; }
p { color: rgb(134,20,14); }
H1.HeaderClassName
{
color: #86140E;
}
.AnyTagClassName
{
color: #86140E;
}
</style>
background-color css
<style>
a { background-color: #86140E; }
a { background-color: rgb(134,20,14); }
div.DivClassName
{
background-color: #86140E;
}
.BgClassName
{
background-color: #86140E;
}
</style>
border-color css
<style>
span { border-color: #86140E; }
span { border-color: rgb(134,20,14); }
td.TdClassName
{
border-color: #86140E;
}
.TagClassName
{
border-color: #86140E;
}
</style>