Shades of Falu Red #86200C
Tints of Falu Red #86200C
RGB
CMYK
RGB Variations
Color information
#86200C (or 0x86200C) is known color: Falu Red. HEX triplet: 86, 20 and 0C. RGB value is (134,32,12). Sum of RGB (Red+Green+Blue) = 134+32+12=178 (23% of max value = 765). Red value is 134 (52.73% from 255 or 75.28% from 178); Green value is 32 (12.89% from 255 or 17.98% from 178); Blue value is 12 (5.08% from 255 or 6.74% from 178); Max value from RGB is 134 - color contains mainly: red. Hex color #86200C is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #86200C is #79DFF3. Grayscale: #3C3C3C. Windows color (decimal): -7987188 or 794758. OLE color: 794758.
HSL color Cylindrical-coordinate representation of color #86200C: hue angle of 9.84º 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 #86200C is Cyan = 0, Magento = 0.76, Yellow = 0.91 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 134 | 32 | 12 | - |
| CMYK | 0 | 0.76 | 0.91 | 0.47 |
| HSL | 9.84º | 0.84% | 0.29% | - |
| HSV(B) | 9.84º | 0.91% | 0.53% | - |
| XYZ | 10.41 | 6.13 | 0.98 | - |
| YUV | 60.22 | 100.79 | 180.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 32 | 12 | 0 | 0.76 | 0.91 | 0.47 | 9.84 | 0.84 | 0.29 |
| Hex | 86 | 20 | C | 0 | 4C | 5B | 2F | A | 54 | 1D |
| Octal | 206 | 40 | 14 | 0 | 114 | 133 | 57 | 12 | 124 | 35 |
| Binary | 10000110 | 100000 | 1100 | 0 | 1001100 | 1011011 | 101111 | 1010 | 1010100 | 11101 |
Color Harmonies of #86200C
Complementary color
Monochromatic Colors of #86200C
Black with #86200C
Text Example
Text Example
White with #86200C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #86200C; }
p { color: rgb(134,32,12); }
H1.HeaderClassName
{
color: #86200C;
}
.AnyTagClassName
{
color: #86200C;
}
</style>
background-color css
<style>
a { background-color: #86200C; }
a { background-color: rgb(134,32,12); }
div.DivClassName
{
background-color: #86200C;
}
.BgClassName
{
background-color: #86200C;
}
</style>
border-color css
<style>
span { border-color: #86200C; }
span { border-color: rgb(134,32,12); }
td.TdClassName
{
border-color: #86200C;
}
.TagClassName
{
border-color: #86200C;
}
</style>