Shades of Falu Red #862405
Tints of Falu Red #862405
RGB
CMYK
RGB Variations
Color information
#862405 (or 0x862405) is known color: Falu Red. HEX triplet: 86, 24 and 05. RGB value is (134,36,5). Sum of RGB (Red+Green+Blue) = 134+36+5=175 (23% of max value = 765). Red value is 134 (52.73% from 255 or 76.57% from 175); Green value is 36 (14.45% from 255 or 20.57% from 175); Blue value is 5 (2.34% from 255 or 2.86% from 175); Max value from RGB is 134 - color contains mainly: red. Hex color #862405 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #862405 is #79DBFA. Grayscale: #3D3D3D. Windows color (decimal): -7986171 or 337030. OLE color: 337030.
HSL color Cylindrical-coordinate representation of color #862405: hue angle of 14.42º degrees, saturation: 0.93, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #862405 is Cyan = 0, Magento = 0.73, Yellow = 0.96 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 134 | 36 | 5 | - |
| CMYK | 0 | 0.73 | 0.96 | 0.47 |
| HSL | 14.42º | 0.93% | 0.27% | - |
| HSV(B) | 14.42º | 0.96% | 0.53% | - |
| XYZ | 10.49 | 6.34 | 0.81 | - |
| YUV | 61.77 | 95.97 | 179.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 36 | 5 | 0 | 0.73 | 0.96 | 0.47 | 14.42 | 0.93 | 0.27 |
| Hex | 86 | 24 | 5 | 0 | 49 | 60 | 2F | E | 5D | 1B |
| Octal | 206 | 44 | 5 | 0 | 111 | 140 | 57 | 16 | 135 | 33 |
| Binary | 10000110 | 100100 | 101 | 0 | 1001001 | 1100000 | 101111 | 1110 | 1011101 | 11011 |
Color Harmonies of #862405
Complementary color
Monochromatic Colors of #862405
Black with #862405
Text Example
Text Example
White with #862405
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #862405; }
p { color: rgb(134,36,5); }
H1.HeaderClassName
{
color: #862405;
}
.AnyTagClassName
{
color: #862405;
}
</style>
background-color css
<style>
a { background-color: #862405; }
a { background-color: rgb(134,36,5); }
div.DivClassName
{
background-color: #862405;
}
.BgClassName
{
background-color: #862405;
}
</style>
border-color css
<style>
span { border-color: #862405; }
span { border-color: rgb(134,36,5); }
td.TdClassName
{
border-color: #862405;
}
.TagClassName
{
border-color: #862405;
}
</style>