Shades of Falu Red #862008
Tints of Falu Red #862008
RGB
CMYK
RGB Variations
Color information
#862008 (or 0x862008) is known color: Falu Red. HEX triplet: 86, 20 and 08. RGB value is (134,32,8). Sum of RGB (Red+Green+Blue) = 134+32+8=174 (23% of max value = 765). Red value is 134 (52.73% from 255 or 77.01% from 174); Green value is 32 (12.89% from 255 or 18.39% from 174); Blue value is 8 (3.52% from 255 or 4.60% from 174); Max value from RGB is 134 - color contains mainly: red. Hex color #862008 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #862008 is #79DFF7. Grayscale: #3B3B3B. Windows color (decimal): -7987192 or 532614. OLE color: 532614.
HSL color Cylindrical-coordinate representation of color #862008: hue angle of 11.43º degrees, saturation: 0.89, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #862008 is Cyan = 0, Magento = 0.76, Yellow = 0.94 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 134 | 32 | 8 | - |
| CMYK | 0 | 0.76 | 0.94 | 0.47 |
| HSL | 11.43º | 0.89% | 0.28% | - |
| HSV(B) | 11.43º | 0.94% | 0.53% | - |
| XYZ | 10.39 | 6.12 | 0.86 | - |
| YUV | 59.76 | 98.79 | 180.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 32 | 8 | 0 | 0.76 | 0.94 | 0.47 | 11.43 | 0.89 | 0.28 |
| Hex | 86 | 20 | 8 | 0 | 4C | 5E | 2F | B | 59 | 1C |
| Octal | 206 | 40 | 10 | 0 | 114 | 136 | 57 | 13 | 131 | 34 |
| Binary | 10000110 | 100000 | 1000 | 0 | 1001100 | 1011110 | 101111 | 1011 | 1011001 | 11100 |
Color Harmonies of #862008
Complementary color
Monochromatic Colors of #862008
Black with #862008
Text Example
Text Example
White with #862008
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #862008; }
p { color: rgb(134,32,8); }
H1.HeaderClassName
{
color: #862008;
}
.AnyTagClassName
{
color: #862008;
}
</style>
background-color css
<style>
a { background-color: #862008; }
a { background-color: rgb(134,32,8); }
div.DivClassName
{
background-color: #862008;
}
.BgClassName
{
background-color: #862008;
}
</style>
border-color css
<style>
span { border-color: #862008; }
span { border-color: rgb(134,32,8); }
td.TdClassName
{
border-color: #862008;
}
.TagClassName
{
border-color: #862008;
}
</style>