Shades of Falu Red #862400
Tints of Falu Red #862400
RGB
CMYK
RGB Variations
Color information
#862400 (or 0x862400) is known color: Falu Red. HEX triplet: 86, 24 and 00. RGB value is (134,36,0). Sum of RGB (Red+Green+Blue) = 134+36+0=170 (22% of max value = 765). Red value is 134 (52.73% from 255 or 78.82% from 170); Green value is 36 (14.45% from 255 or 21.18% from 170); Blue value is 0 (0.39% from 255 or 0% from 170); Max value from RGB is 134 - color contains mainly: red. Hex color #862400 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #862400 is #79DBFF. Grayscale: #3D3D3D. Windows color (decimal): -7986176 or 9350. OLE color: 9350.
HSL color Cylindrical-coordinate representation of color #862400: hue angle of 16.12º degrees, saturation: 1, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 1%. Process color model (Four color, CMYK) of #862400 is Cyan = 0, Magento = 0.73, Yellow = 1 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 134 | 36 | 0 | - |
| CMYK | 0 | 0.73 | 1 | 0.47 |
| HSL | 16.12º | 1% | 0.26% | - |
| HSV(B) | 16.12º | 1% | 0.53% | - |
| XYZ | 10.46 | 6.33 | 0.67 | - |
| YUV | 61.2 | 93.47 | 179.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 36 | 0 | 0 | 0.73 | 1 | 0.47 | 16.12 | 1 | 0.26 |
| Hex | 86 | 24 | 0 | 0 | 49 | 64 | 2F | 10 | 64 | 1A |
| Octal | 206 | 44 | 0 | 0 | 111 | 144 | 57 | 20 | 144 | 32 |
| Binary | 10000110 | 100100 | 0 | 0 | 1001001 | 1100100 | 101111 | 10000 | 1100100 | 11010 |
Color Harmonies of #862400
Complementary color
Monochromatic Colors of #862400
Black with #862400
Text Example
Text Example
White with #862400
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #862400; }
p { color: rgb(134,36,0); }
H1.HeaderClassName
{
color: #862400;
}
.AnyTagClassName
{
color: #862400;
}
</style>
background-color css
<style>
a { background-color: #862400; }
a { background-color: rgb(134,36,0); }
div.DivClassName
{
background-color: #862400;
}
.BgClassName
{
background-color: #862400;
}
</style>
border-color css
<style>
span { border-color: #862400; }
span { border-color: rgb(134,36,0); }
td.TdClassName
{
border-color: #862400;
}
.TagClassName
{
border-color: #862400;
}
</style>