Shades of Falu Red #871900
Tints of Falu Red #871900
RGB
CMYK
RGB Variations
Color information
#871900 (or 0x871900) is known color: Falu Red. HEX triplet: 87, 19 and 00. RGB value is (135,25,0). Sum of RGB (Red+Green+Blue) = 135+25+0=160 (21% of max value = 765). Red value is 135 (53.12% from 255 or 84.38% from 160); Green value is 25 (10.16% from 255 or 15.62% from 160); Blue value is 0 (0.39% from 255 or 0% from 160); Max value from RGB is 135 - color contains mainly: red. Hex color #871900 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #871900 is #78E6FF. Grayscale: #373737. Windows color (decimal): -7923456 or 6535. OLE color: 6535.
HSL color Cylindrical-coordinate representation of color #871900: hue angle of 11.11º 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 #871900 is Cyan = 0, Magento = 0.81, Yellow = 1 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 135 | 25 | 0 | - |
| CMYK | 0 | 0.81 | 1 | 0.47 |
| HSL | 11.11º | 1% | 0.26% | - |
| HSV(B) | 11.11º | 1% | 0.53% | - |
| XYZ | 10.34 | 5.85 | 0.58 | - |
| YUV | 55.04 | 96.94 | 185.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 25 | 0 | 0 | 0.81 | 1 | 0.47 | 11.11 | 1 | 0.26 |
| Hex | 87 | 19 | 0 | 0 | 51 | 64 | 2F | B | 64 | 1A |
| Octal | 207 | 31 | 0 | 0 | 121 | 144 | 57 | 13 | 144 | 32 |
| Binary | 10000111 | 11001 | 0 | 0 | 1010001 | 1100100 | 101111 | 1011 | 1100100 | 11010 |
Color Harmonies of #871900
Complementary color
Monochromatic Colors of #871900
Black with #871900
Text Example
Text Example
White with #871900
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #871900; }
p { color: rgb(135,25,0); }
H1.HeaderClassName
{
color: #871900;
}
.AnyTagClassName
{
color: #871900;
}
</style>
background-color css
<style>
a { background-color: #871900; }
a { background-color: rgb(135,25,0); }
div.DivClassName
{
background-color: #871900;
}
.BgClassName
{
background-color: #871900;
}
</style>
border-color css
<style>
span { border-color: #871900; }
span { border-color: rgb(135,25,0); }
td.TdClassName
{
border-color: #871900;
}
.TagClassName
{
border-color: #871900;
}
</style>