Shades of Falu Red #87140E
Tints of Falu Red #87140E
RGB
CMYK
RGB Variations
Color information
#87140E (or 0x87140E) is known color: Falu Red. HEX triplet: 87, 14 and 0E. RGB value is (135,20,14). Sum of RGB (Red+Green+Blue) = 135+20+14=169 (22% of max value = 765). Red value is 135 (53.12% from 255 or 79.88% from 169); Green value is 20 (8.20% from 255 or 11.83% from 169); Blue value is 14 (5.86% from 255 or 8.28% from 169); Max value from RGB is 135 - color contains mainly: red. Hex color #87140E is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #87140E is #78EBF1. Grayscale: #353535. Windows color (decimal): -7924722 or 922759. OLE color: 922759.
HSL color Cylindrical-coordinate representation of color #87140E: hue angle of 2.98º degrees, saturation: 0.81, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #87140E is Cyan = 0, Magento = 0.85, Yellow = 0.90 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 135 | 20 | 14 | - |
| CMYK | 0 | 0.85 | 0.90 | 0.47 |
| HSL | 2.98º | 0.81% | 0.29% | - |
| HSV(B) | 2.98º | 0.9% | 0.53% | - |
| XYZ | 10.32 | 5.68 | 0.97 | - |
| YUV | 53.7 | 105.6 | 185.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 20 | 14 | 0 | 0.85 | 0.90 | 0.47 | 2.98 | 0.81 | 0.29 |
| Hex | 87 | 14 | E | 0 | 55 | 5A | 2F | 3 | 51 | 1D |
| Octal | 207 | 24 | 16 | 0 | 125 | 132 | 57 | 3 | 121 | 35 |
| Binary | 10000111 | 10100 | 1110 | 0 | 1010101 | 1011010 | 101111 | 11 | 1010001 | 11101 |
Color Harmonies of #87140E
Complementary color
Monochromatic Colors of #87140E
Black with #87140E
Text Example
Text Example
White with #87140E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #87140E; }
p { color: rgb(135,20,14); }
H1.HeaderClassName
{
color: #87140E;
}
.AnyTagClassName
{
color: #87140E;
}
</style>
background-color css
<style>
a { background-color: #87140E; }
a { background-color: rgb(135,20,14); }
div.DivClassName
{
background-color: #87140E;
}
.BgClassName
{
background-color: #87140E;
}
</style>
border-color css
<style>
span { border-color: #87140E; }
span { border-color: rgb(135,20,14); }
td.TdClassName
{
border-color: #87140E;
}
.TagClassName
{
border-color: #87140E;
}
</style>