Shades of Falu Red #870E0E
Tints of Falu Red #870E0E
RGB
CMYK
RGB Variations
Color information
#870E0E (or 0x870E0E) is known color: Falu Red. HEX triplet: 87, 0E and 0E. RGB value is (135,14,14). Sum of RGB (Red+Green+Blue) = 135+14+14=163 (21% of max value = 765). Red value is 135 (53.12% from 255 or 82.82% from 163); Green value is 14 (5.86% from 255 or 8.59% from 163); Blue value is 14 (5.86% from 255 or 8.59% from 163); Max value from RGB is 135 - color contains mainly: red. Hex color #870E0E is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #870E0E is #78F1F1. Grayscale: #323232. Windows color (decimal): -7926258 or 921223. OLE color: 921223.
HSL color Cylindrical-coordinate representation of color #870E0E: hue angle of 0º 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 #870E0E is Cyan = 0, Magento = 0.90, Yellow = 0.90 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 135 | 14 | 14 | - |
| CMYK | 0 | 0.90 | 0.90 | 0.47 |
| HSL | 0º | 0.81% | 0.29% | - |
| HSV(B) | 0º | 0.9% | 0.53% | - |
| XYZ | 10.23 | 5.5 | 0.94 | - |
| YUV | 50.18 | 107.59 | 188.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 14 | 14 | 0 | 0.90 | 0.90 | 0.47 | 0 | 0.81 | 0.29 |
| Hex | 87 | E | E | 0 | 5A | 5A | 2F | 0 | 51 | 1D |
| Octal | 207 | 16 | 16 | 0 | 132 | 132 | 57 | 0 | 121 | 35 |
| Binary | 10000111 | 1110 | 1110 | 0 | 1011010 | 1011010 | 101111 | 0 | 1010001 | 11101 |
Color Harmonies of #870E0E
Complementary color
Monochromatic Colors of #870E0E
Black with #870E0E
Text Example
Text Example
White with #870E0E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #870E0E; }
p { color: rgb(135,14,14); }
H1.HeaderClassName
{
color: #870E0E;
}
.AnyTagClassName
{
color: #870E0E;
}
</style>
background-color css
<style>
a { background-color: #870E0E; }
a { background-color: rgb(135,14,14); }
div.DivClassName
{
background-color: #870E0E;
}
.BgClassName
{
background-color: #870E0E;
}
</style>
border-color css
<style>
span { border-color: #870E0E; }
span { border-color: rgb(135,14,14); }
td.TdClassName
{
border-color: #870E0E;
}
.TagClassName
{
border-color: #870E0E;
}
</style>