Shades of Falu Red #871C07
Tints of Falu Red #871C07
RGB
CMYK
RGB Variations
Color information
#871C07 (or 0x871C07) is known color: Falu Red. HEX triplet: 87, 1C and 07. RGB value is (135,28,7). Sum of RGB (Red+Green+Blue) = 135+28+7=170 (22% of max value = 765). Red value is 135 (53.12% from 255 or 79.41% from 170); Green value is 28 (11.33% from 255 or 16.47% from 170); Blue value is 7 (3.12% from 255 or 4.12% from 170); Max value from RGB is 135 - color contains mainly: red. Hex color #871C07 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #871C07 is #78E3F8. Grayscale: #393939. Windows color (decimal): -7922681 or 466055. OLE color: 466055.
HSL color Cylindrical-coordinate representation of color #871C07: hue angle of 9.84º degrees, saturation: 0.9, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #871C07 is Cyan = 0, Magento = 0.79, Yellow = 0.95 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 135 | 28 | 7 | - |
| CMYK | 0 | 0.79 | 0.95 | 0.47 |
| HSL | 9.84º | 0.9% | 0.28% | - |
| HSV(B) | 9.84º | 0.95% | 0.53% | - |
| XYZ | 10.45 | 6 | 0.81 | - |
| YUV | 57.6 | 99.45 | 183.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 28 | 7 | 0 | 0.79 | 0.95 | 0.47 | 9.84 | 0.9 | 0.28 |
| Hex | 87 | 1C | 7 | 0 | 4F | 5F | 2F | A | 5A | 1C |
| Octal | 207 | 34 | 7 | 0 | 117 | 137 | 57 | 12 | 132 | 34 |
| Binary | 10000111 | 11100 | 111 | 0 | 1001111 | 1011111 | 101111 | 1010 | 1011010 | 11100 |
Color Harmonies of #871C07
Complementary color
Monochromatic Colors of #871C07
Black with #871C07
Text Example
Text Example
White with #871C07
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #871C07; }
p { color: rgb(135,28,7); }
H1.HeaderClassName
{
color: #871C07;
}
.AnyTagClassName
{
color: #871C07;
}
</style>
background-color css
<style>
a { background-color: #871C07; }
a { background-color: rgb(135,28,7); }
div.DivClassName
{
background-color: #871C07;
}
.BgClassName
{
background-color: #871C07;
}
</style>
border-color css
<style>
span { border-color: #871C07; }
span { border-color: rgb(135,28,7); }
td.TdClassName
{
border-color: #871C07;
}
.TagClassName
{
border-color: #871C07;
}
</style>