Shades of Falu Red #862500
Tints of Falu Red #862500
RGB
CMYK
RGB Variations
Color information
#862500 (or 0x862500) is known color: Falu Red. HEX triplet: 86, 25 and 00. RGB value is (134,37,0). Sum of RGB (Red+Green+Blue) = 134+37+0=171 (22% of max value = 765). Red value is 134 (52.73% from 255 or 78.36% from 171); Green value is 37 (14.84% from 255 or 21.64% from 171); Blue value is 0 (0.39% from 255 or 0% from 171); Max value from RGB is 134 - color contains mainly: red. Hex color #862500 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #862500 is #79DAFF. Grayscale: #3E3E3E. Windows color (decimal): -7985920 or 9606. OLE color: 9606.
HSL color Cylindrical-coordinate representation of color #862500: hue angle of 16.57º 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 #862500 is Cyan = 0, Magento = 0.72, Yellow = 1 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 134 | 37 | 0 | - |
| CMYK | 0 | 0.72 | 1 | 0.47 |
| HSL | 16.57º | 1% | 0.26% | - |
| HSV(B) | 16.57º | 1% | 0.53% | - |
| XYZ | 10.49 | 6.39 | 0.68 | - |
| YUV | 61.79 | 93.14 | 179.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 37 | 0 | 0 | 0.72 | 1 | 0.47 | 16.57 | 1 | 0.26 |
| Hex | 86 | 25 | 0 | 0 | 48 | 64 | 2F | 11 | 64 | 1A |
| Octal | 206 | 45 | 0 | 0 | 110 | 144 | 57 | 21 | 144 | 32 |
| Binary | 10000110 | 100101 | 0 | 0 | 1001000 | 1100100 | 101111 | 10001 | 1100100 | 11010 |
Color Harmonies of #862500
Complementary color
Monochromatic Colors of #862500
Black with #862500
Text Example
Text Example
White with #862500
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #862500; }
p { color: rgb(134,37,0); }
H1.HeaderClassName
{
color: #862500;
}
.AnyTagClassName
{
color: #862500;
}
</style>
background-color css
<style>
a { background-color: #862500; }
a { background-color: rgb(134,37,0); }
div.DivClassName
{
background-color: #862500;
}
.BgClassName
{
background-color: #862500;
}
</style>
border-color css
<style>
span { border-color: #862500; }
span { border-color: rgb(134,37,0); }
td.TdClassName
{
border-color: #862500;
}
.TagClassName
{
border-color: #862500;
}
</style>