Shades of Falu Red #871411
Tints of Falu Red #871411
RGB
CMYK
RGB Variations
Color information
#871411 (or 0x871411) is known color: Falu Red. HEX triplet: 87, 14 and 11. RGB value is (135,20,17). Sum of RGB (Red+Green+Blue) = 135+20+17=172 (22% of max value = 765). Red value is 135 (53.12% from 255 or 78.49% from 172); Green value is 20 (8.20% from 255 or 11.63% from 172); Blue value is 17 (7.03% from 255 or 9.88% from 172); Max value from RGB is 135 - color contains mainly: red. Hex color #871411 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #871411 is #78EBEE. Grayscale: #363636. Windows color (decimal): -7924719 or 1119367. OLE color: 1119367.
HSL color Cylindrical-coordinate representation of color #871411: hue angle of 1.53º degrees, saturation: 0.78, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #871411 is Cyan = 0, Magento = 0.85, Yellow = 0.87 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 135 | 20 | 17 | - |
| CMYK | 0 | 0.85 | 0.87 | 0.47 |
| HSL | 1.53º | 0.78% | 0.3% | - |
| HSV(B) | 1.53º | 0.87% | 0.53% | - |
| XYZ | 10.34 | 5.69 | 1.08 | - |
| YUV | 54.04 | 107.1 | 185.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 20 | 17 | 0 | 0.85 | 0.87 | 0.47 | 1.53 | 0.78 | 0.3 |
| Hex | 87 | 14 | 11 | 0 | 55 | 57 | 2F | 2 | 4E | 1E |
| Octal | 207 | 24 | 21 | 0 | 125 | 127 | 57 | 2 | 116 | 36 |
| Binary | 10000111 | 10100 | 10001 | 0 | 1010101 | 1010111 | 101111 | 10 | 1001110 | 11110 |
Color Harmonies of #871411
Complementary color
Monochromatic Colors of #871411
Black with #871411
Text Example
Text Example
White with #871411
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #871411; }
p { color: rgb(135,20,17); }
H1.HeaderClassName
{
color: #871411;
}
.AnyTagClassName
{
color: #871411;
}
</style>
background-color css
<style>
a { background-color: #871411; }
a { background-color: rgb(135,20,17); }
div.DivClassName
{
background-color: #871411;
}
.BgClassName
{
background-color: #871411;
}
</style>
border-color css
<style>
span { border-color: #871411; }
span { border-color: rgb(135,20,17); }
td.TdClassName
{
border-color: #871411;
}
.TagClassName
{
border-color: #871411;
}
</style>