Shades of Falu Red #86240D
Tints of Falu Red #86240D
RGB
CMYK
RGB Variations
Color information
#86240D (or 0x86240D) is known color: Falu Red. HEX triplet: 86, 24 and 0D. RGB value is (134,36,13). Sum of RGB (Red+Green+Blue) = 134+36+13=183 (24% of max value = 765). Red value is 134 (52.73% from 255 or 73.22% from 183); Green value is 36 (14.45% from 255 or 19.67% from 183); Blue value is 13 (5.47% from 255 or 7.10% from 183); Max value from RGB is 134 - color contains mainly: red. Hex color #86240D is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #86240D is #79DBF2. Grayscale: #3E3E3E. Windows color (decimal): -7986163 or 861318. OLE color: 861318.
HSL color Cylindrical-coordinate representation of color #86240D: hue angle of 11.4º 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 #86240D is Cyan = 0, Magento = 0.73, Yellow = 0.90 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 134 | 36 | 13 | - |
| CMYK | 0 | 0.73 | 0.90 | 0.47 |
| HSL | 11.4º | 0.82% | 0.29% | - |
| HSV(B) | 11.4º | 0.9% | 0.53% | - |
| XYZ | 10.54 | 6.36 | 1.05 | - |
| YUV | 62.68 | 99.97 | 178.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 36 | 13 | 0 | 0.73 | 0.90 | 0.47 | 11.4 | 0.82 | 0.29 |
| Hex | 86 | 24 | D | 0 | 49 | 5A | 2F | B | 52 | 1D |
| Octal | 206 | 44 | 15 | 0 | 111 | 132 | 57 | 13 | 122 | 35 |
| Binary | 10000110 | 100100 | 1101 | 0 | 1001001 | 1011010 | 101111 | 1011 | 1010010 | 11101 |
Color Harmonies of #86240D
Complementary color
Monochromatic Colors of #86240D
Black with #86240D
Text Example
Text Example
White with #86240D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #86240D; }
p { color: rgb(134,36,13); }
H1.HeaderClassName
{
color: #86240D;
}
.AnyTagClassName
{
color: #86240D;
}
</style>
background-color css
<style>
a { background-color: #86240D; }
a { background-color: rgb(134,36,13); }
div.DivClassName
{
background-color: #86240D;
}
.BgClassName
{
background-color: #86240D;
}
</style>
border-color css
<style>
span { border-color: #86240D; }
span { border-color: rgb(134,36,13); }
td.TdClassName
{
border-color: #86240D;
}
.TagClassName
{
border-color: #86240D;
}
</style>