Shades of Falu Red #86100C
Tints of Falu Red #86100C
RGB
CMYK
RGB Variations
Color information
#86100C (or 0x86100C) is known color: Falu Red. HEX triplet: 86, 10 and 0C. RGB value is (134,16,12). Sum of RGB (Red+Green+Blue) = 134+16+12=162 (21% of max value = 765). Red value is 134 (52.73% from 255 or 82.72% from 162); Green value is 16 (6.64% from 255 or 9.88% from 162); Blue value is 12 (5.08% from 255 or 7.41% from 162); Max value from RGB is 134 - color contains mainly: red. Hex color #86100C is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #86100C is #79EFF3. Grayscale: #323232. Windows color (decimal): -7991284 or 790662. OLE color: 790662.
HSL color Cylindrical-coordinate representation of color #86100C: hue angle of 1.97º degrees, saturation: 0.84, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #86100C is Cyan = 0, Magento = 0.88, Yellow = 0.91 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 134 | 16 | 12 | - |
| CMYK | 0 | 0.88 | 0.91 | 0.47 |
| HSL | 1.97º | 0.84% | 0.29% | - |
| HSV(B) | 1.97º | 0.91% | 0.53% | - |
| XYZ | 10.08 | 5.47 | 0.87 | - |
| YUV | 50.83 | 106.09 | 187.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 16 | 12 | 0 | 0.88 | 0.91 | 0.47 | 1.97 | 0.84 | 0.29 |
| Hex | 86 | 10 | C | 0 | 58 | 5B | 2F | 2 | 54 | 1D |
| Octal | 206 | 20 | 14 | 0 | 130 | 133 | 57 | 2 | 124 | 35 |
| Binary | 10000110 | 10000 | 1100 | 0 | 1011000 | 1011011 | 101111 | 10 | 1010100 | 11101 |
Color Harmonies of #86100C
Complementary color
Monochromatic Colors of #86100C
Black with #86100C
Text Example
Text Example
White with #86100C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #86100C; }
p { color: rgb(134,16,12); }
H1.HeaderClassName
{
color: #86100C;
}
.AnyTagClassName
{
color: #86100C;
}
</style>
background-color css
<style>
a { background-color: #86100C; }
a { background-color: rgb(134,16,12); }
div.DivClassName
{
background-color: #86100C;
}
.BgClassName
{
background-color: #86100C;
}
</style>
border-color css
<style>
span { border-color: #86100C; }
span { border-color: rgb(134,16,12); }
td.TdClassName
{
border-color: #86100C;
}
.TagClassName
{
border-color: #86100C;
}
</style>