Shades of Falu Red #871C0E
Tints of Falu Red #871C0E
RGB
CMYK
RGB Variations
Color information
#871C0E (or 0x871C0E) is known color: Falu Red. HEX triplet: 87, 1C and 0E. RGB value is (135,28,14). Sum of RGB (Red+Green+Blue) = 135+28+14=177 (23% of max value = 765). Red value is 135 (53.12% from 255 or 76.27% from 177); Green value is 28 (11.33% from 255 or 15.82% from 177); Blue value is 14 (5.86% from 255 or 7.91% from 177); Max value from RGB is 135 - color contains mainly: red. Hex color #871C0E is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #871C0E is #78E3F1. Grayscale: #3A3A3A. Windows color (decimal): -7922674 or 924807. OLE color: 924807.
HSL color Cylindrical-coordinate representation of color #871C0E: hue angle of 6.94º 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 #871C0E is Cyan = 0, Magento = 0.79, Yellow = 0.90 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 135 | 28 | 14 | - |
| CMYK | 0 | 0.79 | 0.90 | 0.47 |
| HSL | 6.94º | 0.81% | 0.29% | - |
| HSV(B) | 6.94º | 0.9% | 0.53% | - |
| XYZ | 10.49 | 6.01 | 1.02 | - |
| YUV | 58.4 | 102.95 | 182.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 28 | 14 | 0 | 0.79 | 0.90 | 0.47 | 6.94 | 0.81 | 0.29 |
| Hex | 87 | 1C | E | 0 | 4F | 5A | 2F | 7 | 51 | 1D |
| Octal | 207 | 34 | 16 | 0 | 117 | 132 | 57 | 7 | 121 | 35 |
| Binary | 10000111 | 11100 | 1110 | 0 | 1001111 | 1011010 | 101111 | 111 | 1010001 | 11101 |
Color Harmonies of #871C0E
Complementary color
Monochromatic Colors of #871C0E
Black with #871C0E
Text Example
Text Example
White with #871C0E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #871C0E; }
p { color: rgb(135,28,14); }
H1.HeaderClassName
{
color: #871C0E;
}
.AnyTagClassName
{
color: #871C0E;
}
</style>
background-color css
<style>
a { background-color: #871C0E; }
a { background-color: rgb(135,28,14); }
div.DivClassName
{
background-color: #871C0E;
}
.BgClassName
{
background-color: #871C0E;
}
</style>
border-color css
<style>
span { border-color: #871C0E; }
span { border-color: rgb(135,28,14); }
td.TdClassName
{
border-color: #871C0E;
}
.TagClassName
{
border-color: #871C0E;
}
</style>