Shades of Falu Red #871D0D
Tints of Falu Red #871D0D
RGB
CMYK
RGB Variations
Color information
#871D0D (or 0x871D0D) is known color: Falu Red. HEX triplet: 87, 1D and 0D. RGB value is (135,29,13). Sum of RGB (Red+Green+Blue) = 135+29+13=177 (23% of max value = 765). Red value is 135 (53.12% from 255 or 76.27% from 177); Green value is 29 (11.72% from 255 or 16.38% from 177); Blue value is 13 (5.47% from 255 or 7.34% from 177); Max value from RGB is 135 - color contains mainly: red. Hex color #871D0D is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #871D0D is #78E2F2. Grayscale: #3B3B3B. Windows color (decimal): -7922419 or 859527. OLE color: 859527.
HSL color Cylindrical-coordinate representation of color #871D0D: hue angle of 7.87º 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 #871D0D is Cyan = 0, Magento = 0.79, Yellow = 0.90 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 135 | 29 | 13 | - |
| CMYK | 0 | 0.79 | 0.90 | 0.47 |
| HSL | 7.87º | 0.82% | 0.29% | - |
| HSV(B) | 7.87º | 0.9% | 0.53% | - |
| XYZ | 10.5 | 6.06 | 1 | - |
| YUV | 58.87 | 102.12 | 182.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 29 | 13 | 0 | 0.79 | 0.90 | 0.47 | 7.87 | 0.82 | 0.29 |
| Hex | 87 | 1D | D | 0 | 4F | 5A | 2F | 8 | 52 | 1D |
| Octal | 207 | 35 | 15 | 0 | 117 | 132 | 57 | 10 | 122 | 35 |
| Binary | 10000111 | 11101 | 1101 | 0 | 1001111 | 1011010 | 101111 | 1000 | 1010010 | 11101 |
Color Harmonies of #871D0D
Complementary color
Monochromatic Colors of #871D0D
Black with #871D0D
Text Example
Text Example
White with #871D0D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #871D0D; }
p { color: rgb(135,29,13); }
H1.HeaderClassName
{
color: #871D0D;
}
.AnyTagClassName
{
color: #871D0D;
}
</style>
background-color css
<style>
a { background-color: #871D0D; }
a { background-color: rgb(135,29,13); }
div.DivClassName
{
background-color: #871D0D;
}
.BgClassName
{
background-color: #871D0D;
}
</style>
border-color css
<style>
span { border-color: #871D0D; }
span { border-color: rgb(135,29,13); }
td.TdClassName
{
border-color: #871D0D;
}
.TagClassName
{
border-color: #871D0D;
}
</style>