Shades of Falu Red #862000
Tints of Falu Red #862000
RGB
CMYK
RGB Variations
Color information
#862000 (or 0x862000) is known color: Falu Red. HEX triplet: 86, 20 and 00. RGB value is (134,32,0). Sum of RGB (Red+Green+Blue) = 134+32+0=166 (21% of max value = 765). Red value is 134 (52.73% from 255 or 80.72% from 166); Green value is 32 (12.89% from 255 or 19.28% from 166); Blue value is 0 (0.39% from 255 or 0% from 166); Max value from RGB is 134 - color contains mainly: red. Hex color #862000 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #862000 is #79DFFF. Grayscale: #3B3B3B. Windows color (decimal): -7987200 or 8326. OLE color: 8326.
HSL color Cylindrical-coordinate representation of color #862000: hue angle of 14.33º 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 #862000 is Cyan = 0, Magento = 0.76, Yellow = 1 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 134 | 32 | 0 | - |
| CMYK | 0 | 0.76 | 1 | 0.47 |
| HSL | 14.33º | 1% | 0.26% | - |
| HSV(B) | 14.33º | 1% | 0.53% | - |
| XYZ | 10.35 | 6.1 | 0.63 | - |
| YUV | 58.85 | 94.79 | 181.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 32 | 0 | 0 | 0.76 | 1 | 0.47 | 14.33 | 1 | 0.26 |
| Hex | 86 | 20 | 0 | 0 | 4C | 64 | 2F | E | 64 | 1A |
| Octal | 206 | 40 | 0 | 0 | 114 | 144 | 57 | 16 | 144 | 32 |
| Binary | 10000110 | 100000 | 0 | 0 | 1001100 | 1100100 | 101111 | 1110 | 1100100 | 11010 |
Color Harmonies of #862000
Complementary color
Monochromatic Colors of #862000
Black with #862000
Text Example
Text Example
White with #862000
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #862000; }
p { color: rgb(134,32,0); }
H1.HeaderClassName
{
color: #862000;
}
.AnyTagClassName
{
color: #862000;
}
</style>
background-color css
<style>
a { background-color: #862000; }
a { background-color: rgb(134,32,0); }
div.DivClassName
{
background-color: #862000;
}
.BgClassName
{
background-color: #862000;
}
</style>
border-color css
<style>
span { border-color: #862000; }
span { border-color: rgb(134,32,0); }
td.TdClassName
{
border-color: #862000;
}
.TagClassName
{
border-color: #862000;
}
</style>