Shades of Falu Red #871C01
Tints of Falu Red #871C01
RGB
CMYK
RGB Variations
Color information
#871C01 (or 0x871C01) is known color: Falu Red. HEX triplet: 87, 1C and 01. RGB value is (135,28,1). Sum of RGB (Red+Green+Blue) = 135+28+1=164 (21% of max value = 765). Red value is 135 (53.12% from 255 or 82.32% from 164); Green value is 28 (11.33% from 255 or 17.07% from 164); Blue value is 1 (0.78% from 255 or 0.61% from 164); Max value from RGB is 135 - color contains mainly: red. Hex color #871C01 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #871C01 is #78E3FE. Grayscale: #393939. Windows color (decimal): -7922687 or 72839. OLE color: 72839.
HSL color Cylindrical-coordinate representation of color #871C01: hue angle of 12.09º degrees, saturation: 0.99, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #871C01 is Cyan = 0, Magento = 0.79, Yellow = 0.99 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 135 | 28 | 1 | - |
| CMYK | 0 | 0.79 | 0.99 | 0.47 |
| HSL | 12.09º | 0.99% | 0.27% | - |
| HSV(B) | 12.09º | 0.99% | 0.53% | - |
| XYZ | 10.41 | 5.98 | 0.63 | - |
| YUV | 56.92 | 96.45 | 183.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 28 | 1 | 0 | 0.79 | 0.99 | 0.47 | 12.09 | 0.99 | 0.27 |
| Hex | 87 | 1C | 1 | 0 | 4F | 63 | 2F | C | 63 | 1B |
| Octal | 207 | 34 | 1 | 0 | 117 | 143 | 57 | 14 | 143 | 33 |
| Binary | 10000111 | 11100 | 1 | 0 | 1001111 | 1100011 | 101111 | 1100 | 1100011 | 11011 |
Color Harmonies of #871C01
Complementary color
Monochromatic Colors of #871C01
Black with #871C01
Text Example
Text Example
White with #871C01
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #871C01; }
p { color: rgb(135,28,1); }
H1.HeaderClassName
{
color: #871C01;
}
.AnyTagClassName
{
color: #871C01;
}
</style>
background-color css
<style>
a { background-color: #871C01; }
a { background-color: rgb(135,28,1); }
div.DivClassName
{
background-color: #871C01;
}
.BgClassName
{
background-color: #871C01;
}
</style>
border-color css
<style>
span { border-color: #871C01; }
span { border-color: rgb(135,28,1); }
td.TdClassName
{
border-color: #871C01;
}
.TagClassName
{
border-color: #871C01;
}
</style>