Shades of Falu Red #86240E
Tints of Falu Red #86240E
RGB
CMYK
RGB Variations
Color information
#86240E (or 0x86240E) is known color: Falu Red. HEX triplet: 86, 24 and 0E. RGB value is (134,36,14). Sum of RGB (Red+Green+Blue) = 134+36+14=184 (24% of max value = 765). Red value is 134 (52.73% from 255 or 72.83% from 184); Green value is 36 (14.45% from 255 or 19.57% from 184); Blue value is 14 (5.86% from 255 or 7.61% from 184); Max value from RGB is 134 - color contains mainly: red. Hex color #86240E is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #86240E is #79DBF1. Grayscale: #3E3E3E. Windows color (decimal): -7986162 or 926854. OLE color: 926854.
HSL color Cylindrical-coordinate representation of color #86240E: hue angle of 11º 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 #86240E is Cyan = 0, Magento = 0.73, Yellow = 0.90 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 134 | 36 | 14 | - |
| CMYK | 0 | 0.73 | 0.90 | 0.47 |
| HSL | 11º | 0.81% | 0.29% | - |
| HSV(B) | 11º | 0.9% | 0.53% | - |
| XYZ | 10.54 | 6.36 | 1.09 | - |
| YUV | 62.79 | 100.47 | 178.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 36 | 14 | 0 | 0.73 | 0.90 | 0.47 | 11 | 0.81 | 0.29 |
| Hex | 86 | 24 | E | 0 | 49 | 5A | 2F | B | 51 | 1D |
| Octal | 206 | 44 | 16 | 0 | 111 | 132 | 57 | 13 | 121 | 35 |
| Binary | 10000110 | 100100 | 1110 | 0 | 1001001 | 1011010 | 101111 | 1011 | 1010001 | 11101 |
Color Harmonies of #86240E
Complementary color
Monochromatic Colors of #86240E
Black with #86240E
Text Example
Text Example
White with #86240E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #86240E; }
p { color: rgb(134,36,14); }
H1.HeaderClassName
{
color: #86240E;
}
.AnyTagClassName
{
color: #86240E;
}
</style>
background-color css
<style>
a { background-color: #86240E; }
a { background-color: rgb(134,36,14); }
div.DivClassName
{
background-color: #86240E;
}
.BgClassName
{
background-color: #86240E;
}
</style>
border-color css
<style>
span { border-color: #86240E; }
span { border-color: rgb(134,36,14); }
td.TdClassName
{
border-color: #86240E;
}
.TagClassName
{
border-color: #86240E;
}
</style>