Shades of Falu Red #86200D
Tints of Falu Red #86200D
RGB
CMYK
RGB Variations
Color information
#86200D (or 0x86200D) is known color: Falu Red. HEX triplet: 86, 20 and 0D. RGB value is (134,32,13). Sum of RGB (Red+Green+Blue) = 134+32+13=179 (23% of max value = 765). Red value is 134 (52.73% from 255 or 74.86% from 179); Green value is 32 (12.89% from 255 or 17.88% from 179); Blue value is 13 (5.47% from 255 or 7.26% from 179); Max value from RGB is 134 - color contains mainly: red. Hex color #86200D is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #86200D is #79DFF2. Grayscale: #3C3C3C. Windows color (decimal): -7987187 or 860294. OLE color: 860294.
HSL color Cylindrical-coordinate representation of color #86200D: hue angle of 9.42º degrees, saturation: 0.82, 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 #86200D is Cyan = 0, Magento = 0.76, Yellow = 0.90 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 134 | 32 | 13 | - |
| CMYK | 0 | 0.76 | 0.90 | 0.47 |
| HSL | 9.42º | 0.82% | 0.29% | - |
| HSV(B) | 9.42º | 0.9% | 0.53% | - |
| XYZ | 10.42 | 6.13 | 1.01 | - |
| YUV | 60.33 | 101.29 | 180.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 32 | 13 | 0 | 0.76 | 0.90 | 0.47 | 9.42 | 0.82 | 0.29 |
| Hex | 86 | 20 | D | 0 | 4C | 5A | 2F | 9 | 52 | 1D |
| Octal | 206 | 40 | 15 | 0 | 114 | 132 | 57 | 11 | 122 | 35 |
| Binary | 10000110 | 100000 | 1101 | 0 | 1001100 | 1011010 | 101111 | 1001 | 1010010 | 11101 |
Color Harmonies of #86200D
Complementary color
Monochromatic Colors of #86200D
Black with #86200D
Text Example
Text Example
White with #86200D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #86200D; }
p { color: rgb(134,32,13); }
H1.HeaderClassName
{
color: #86200D;
}
.AnyTagClassName
{
color: #86200D;
}
</style>
background-color css
<style>
a { background-color: #86200D; }
a { background-color: rgb(134,32,13); }
div.DivClassName
{
background-color: #86200D;
}
.BgClassName
{
background-color: #86200D;
}
</style>
border-color css
<style>
span { border-color: #86200D; }
span { border-color: rgb(134,32,13); }
td.TdClassName
{
border-color: #86200D;
}
.TagClassName
{
border-color: #86200D;
}
</style>