Shades of Falu Red #871E13
Tints of Falu Red #871E13
RGB
CMYK
RGB Variations
Color information
#871E13 (or 0x871E13) is known color: Falu Red. HEX triplet: 87, 1E and 13. RGB value is (135,30,19). Sum of RGB (Red+Green+Blue) = 135+30+19=184 (24% of max value = 765). Red value is 135 (53.12% from 255 or 73.37% from 184); Green value is 30 (12.11% from 255 or 16.30% from 184); Blue value is 19 (7.81% from 255 or 10.33% from 184); Max value from RGB is 135 - color contains mainly: red. Hex color #871E13 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #871E13 is #78E1EC. Grayscale: #3C3C3C. Windows color (decimal): -7922157 or 1252999. OLE color: 1252999.
HSL color Cylindrical-coordinate representation of color #871E13: hue angle of 5.69º degrees, saturation: 0.75, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #871E13 is Cyan = 0, Magento = 0.78, Yellow = 0.86 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 135 | 30 | 19 | - |
| CMYK | 0 | 0.78 | 0.86 | 0.47 |
| HSL | 5.69º | 0.75% | 0.3% | - |
| HSV(B) | 5.69º | 0.86% | 0.53% | - |
| XYZ | 10.57 | 6.13 | 1.24 | - |
| YUV | 60.14 | 104.79 | 181.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 30 | 19 | 0 | 0.78 | 0.86 | 0.47 | 5.69 | 0.75 | 0.3 |
| Hex | 87 | 1E | 13 | 0 | 4E | 56 | 2F | 6 | 4B | 1E |
| Octal | 207 | 36 | 23 | 0 | 116 | 126 | 57 | 6 | 113 | 36 |
| Binary | 10000111 | 11110 | 10011 | 0 | 1001110 | 1010110 | 101111 | 110 | 1001011 | 11110 |
Color Harmonies of #871E13
Complementary color
Monochromatic Colors of #871E13
Black with #871E13
Text Example
Text Example
White with #871E13
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #871E13; }
p { color: rgb(135,30,19); }
H1.HeaderClassName
{
color: #871E13;
}
.AnyTagClassName
{
color: #871E13;
}
</style>
background-color css
<style>
a { background-color: #871E13; }
a { background-color: rgb(135,30,19); }
div.DivClassName
{
background-color: #871E13;
}
.BgClassName
{
background-color: #871E13;
}
</style>
border-color css
<style>
span { border-color: #871E13; }
span { border-color: rgb(135,30,19); }
td.TdClassName
{
border-color: #871E13;
}
.TagClassName
{
border-color: #871E13;
}
</style>