Shades of Falu Red #86180E
Tints of Falu Red #86180E
RGB
CMYK
RGB Variations
Color information
#86180E (or 0x86180E) is known color: Falu Red. HEX triplet: 86, 18 and 0E. RGB value is (134,24,14). Sum of RGB (Red+Green+Blue) = 134+24+14=172 (22% of max value = 765). Red value is 134 (52.73% from 255 or 77.91% from 172); Green value is 24 (9.77% from 255 or 13.95% from 172); Blue value is 14 (5.86% from 255 or 8.14% from 172); Max value from RGB is 134 - color contains mainly: red. Hex color #86180E is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #86180E is #79E7F1. Grayscale: #373737. Windows color (decimal): -7989234 or 923782. OLE color: 923782.
HSL color Cylindrical-coordinate representation of color #86180E: hue angle of 5º 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 #86180E is Cyan = 0, Magento = 0.82, Yellow = 0.90 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 134 | 24 | 14 | - |
| CMYK | 0 | 0.82 | 0.90 | 0.47 |
| HSL | 5º | 0.81% | 0.29% | - |
| HSV(B) | 5º | 0.9% | 0.53% | - |
| XYZ | 10.24 | 5.75 | 0.99 | - |
| YUV | 55.75 | 104.44 | 183.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 24 | 14 | 0 | 0.82 | 0.90 | 0.47 | 5 | 0.81 | 0.29 |
| Hex | 86 | 18 | E | 0 | 52 | 5A | 2F | 5 | 51 | 1D |
| Octal | 206 | 30 | 16 | 0 | 122 | 132 | 57 | 5 | 121 | 35 |
| Binary | 10000110 | 11000 | 1110 | 0 | 1010010 | 1011010 | 101111 | 101 | 1010001 | 11101 |
Color Harmonies of #86180E
Complementary color
Monochromatic Colors of #86180E
Black with #86180E
Text Example
Text Example
White with #86180E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #86180E; }
p { color: rgb(134,24,14); }
H1.HeaderClassName
{
color: #86180E;
}
.AnyTagClassName
{
color: #86180E;
}
</style>
background-color css
<style>
a { background-color: #86180E; }
a { background-color: rgb(134,24,14); }
div.DivClassName
{
background-color: #86180E;
}
.BgClassName
{
background-color: #86180E;
}
</style>
border-color css
<style>
span { border-color: #86180E; }
span { border-color: rgb(134,24,14); }
td.TdClassName
{
border-color: #86180E;
}
.TagClassName
{
border-color: #86180E;
}
</style>