Shades of Falu Red #871B0D
Tints of Falu Red #871B0D
RGB
CMYK
RGB Variations
Color information
#871B0D (or 0x871B0D) is known color: Falu Red. HEX triplet: 87, 1B and 0D. RGB value is (135,27,13). Sum of RGB (Red+Green+Blue) = 135+27+13=175 (23% of max value = 765). Red value is 135 (53.12% from 255 or 77.14% from 175); Green value is 27 (10.94% from 255 or 15.43% from 175); Blue value is 13 (5.47% from 255 or 7.43% from 175); Max value from RGB is 135 - color contains mainly: red. Hex color #871B0D is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #871B0D is #78E4F2. Grayscale: #393939. Windows color (decimal): -7922931 or 859015. OLE color: 859015.
HSL color Cylindrical-coordinate representation of color #871B0D: hue angle of 6.89º degrees, saturation: 0.82, 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 #871B0D is Cyan = 0, Magento = 0.8, Yellow = 0.90 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 135 | 27 | 13 | - |
| CMYK | 0 | 0.8 | 0.90 | 0.47 |
| HSL | 6.89º | 0.82% | 0.29% | - |
| HSV(B) | 6.89º | 0.9% | 0.53% | - |
| XYZ | 10.46 | 5.96 | 0.98 | - |
| YUV | 57.7 | 102.78 | 183.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 27 | 13 | 0 | 0.8 | 0.90 | 0.47 | 6.89 | 0.82 | 0.29 |
| Hex | 87 | 1B | D | 0 | 50 | 5A | 2F | 7 | 52 | 1D |
| Octal | 207 | 33 | 15 | 0 | 120 | 132 | 57 | 7 | 122 | 35 |
| Binary | 10000111 | 11011 | 1101 | 0 | 1010000 | 1011010 | 101111 | 111 | 1010010 | 11101 |
Color Harmonies of #871B0D
Complementary color
Monochromatic Colors of #871B0D
Black with #871B0D
Text Example
Text Example
White with #871B0D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #871B0D; }
p { color: rgb(135,27,13); }
H1.HeaderClassName
{
color: #871B0D;
}
.AnyTagClassName
{
color: #871B0D;
}
</style>
background-color css
<style>
a { background-color: #871B0D; }
a { background-color: rgb(135,27,13); }
div.DivClassName
{
background-color: #871B0D;
}
.BgClassName
{
background-color: #871B0D;
}
</style>
border-color css
<style>
span { border-color: #871B0D; }
span { border-color: rgb(135,27,13); }
td.TdClassName
{
border-color: #871B0D;
}
.TagClassName
{
border-color: #871B0D;
}
</style>