Shades of Falu Red #871C10
Tints of Falu Red #871C10
RGB
CMYK
RGB Variations
Color information
#871C10 (or 0x871C10) is known color: Falu Red. HEX triplet: 87, 1C and 10. RGB value is (135,28,16). Sum of RGB (Red+Green+Blue) = 135+28+16=179 (23% of max value = 765). Red value is 135 (53.12% from 255 or 75.42% from 179); Green value is 28 (11.33% from 255 or 15.64% from 179); Blue value is 16 (6.64% from 255 or 8.94% from 179); Max value from RGB is 135 - color contains mainly: red. Hex color #871C10 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #871C10 is #78E3EF. Grayscale: #3A3A3A. Windows color (decimal): -7922672 or 1055879. OLE color: 1055879.
HSL color Cylindrical-coordinate representation of color #871C10: hue angle of 6.05º degrees, saturation: 0.79, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #871C10 is Cyan = 0, Magento = 0.79, Yellow = 0.88 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 135 | 28 | 16 | - |
| CMYK | 0 | 0.79 | 0.88 | 0.47 |
| HSL | 6.05º | 0.79% | 0.3% | - |
| HSV(B) | 6.05º | 0.88% | 0.53% | - |
| XYZ | 10.5 | 6.02 | 1.1 | - |
| YUV | 58.63 | 103.95 | 182.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 28 | 16 | 0 | 0.79 | 0.88 | 0.47 | 6.05 | 0.79 | 0.3 |
| Hex | 87 | 1C | 10 | 0 | 4F | 58 | 2F | 6 | 4F | 1E |
| Octal | 207 | 34 | 20 | 0 | 117 | 130 | 57 | 6 | 117 | 36 |
| Binary | 10000111 | 11100 | 10000 | 0 | 1001111 | 1011000 | 101111 | 110 | 1001111 | 11110 |
Color Harmonies of #871C10
Complementary color
Monochromatic Colors of #871C10
Black with #871C10
Text Example
Text Example
White with #871C10
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #871C10; }
p { color: rgb(135,28,16); }
H1.HeaderClassName
{
color: #871C10;
}
.AnyTagClassName
{
color: #871C10;
}
</style>
background-color css
<style>
a { background-color: #871C10; }
a { background-color: rgb(135,28,16); }
div.DivClassName
{
background-color: #871C10;
}
.BgClassName
{
background-color: #871C10;
}
</style>
border-color css
<style>
span { border-color: #871C10; }
span { border-color: rgb(135,28,16); }
td.TdClassName
{
border-color: #871C10;
}
.TagClassName
{
border-color: #871C10;
}
</style>