Shades of Falu Red #862014
Tints of Falu Red #862014
RGB
CMYK
RGB Variations
Color information
#862014 (or 0x862014) is known color: Falu Red. HEX triplet: 86, 20 and 14. RGB value is (134,32,20). Sum of RGB (Red+Green+Blue) = 134+32+20=186 (24% of max value = 765). Red value is 134 (52.73% from 255 or 72.04% from 186); Green value is 32 (12.89% from 255 or 17.20% from 186); Blue value is 20 (8.20% from 255 or 10.75% from 186); Max value from RGB is 134 - color contains mainly: red. Hex color #862014 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #862014 is #79DFEB. Grayscale: #3D3D3D. Windows color (decimal): -7987180 or 1319046. OLE color: 1319046.
HSL color Cylindrical-coordinate representation of color #862014: hue angle of 6.32º degrees, saturation: 0.74, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #862014 is Cyan = 0, Magento = 0.76, Yellow = 0.85 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 134 | 32 | 20 | - |
| CMYK | 0 | 0.76 | 0.85 | 0.47 |
| HSL | 6.32º | 0.74% | 0.3% | - |
| HSV(B) | 6.32º | 0.85% | 0.53% | - |
| XYZ | 10.47 | 6.15 | 1.3 | - |
| YUV | 61.13 | 104.79 | 179.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 32 | 20 | 0 | 0.76 | 0.85 | 0.47 | 6.32 | 0.74 | 0.3 |
| Hex | 86 | 20 | 14 | 0 | 4C | 55 | 2F | 6 | 4A | 1E |
| Octal | 206 | 40 | 24 | 0 | 114 | 125 | 57 | 6 | 112 | 36 |
| Binary | 10000110 | 100000 | 10100 | 0 | 1001100 | 1010101 | 101111 | 110 | 1001010 | 11110 |
Color Harmonies of #862014
Complementary color
Monochromatic Colors of #862014
Black with #862014
Text Example
Text Example
White with #862014
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #862014; }
p { color: rgb(134,32,20); }
H1.HeaderClassName
{
color: #862014;
}
.AnyTagClassName
{
color: #862014;
}
</style>
background-color css
<style>
a { background-color: #862014; }
a { background-color: rgb(134,32,20); }
div.DivClassName
{
background-color: #862014;
}
.BgClassName
{
background-color: #862014;
}
</style>
border-color css
<style>
span { border-color: #862014; }
span { border-color: rgb(134,32,20); }
td.TdClassName
{
border-color: #862014;
}
.TagClassName
{
border-color: #862014;
}
</style>