Shades of Falu Red #871C04
Tints of Falu Red #871C04
RGB
CMYK
RGB Variations
Color information
#871C04 (or 0x871C04) is known color: Falu Red. HEX triplet: 87, 1C and 04. RGB value is (135,28,4). Sum of RGB (Red+Green+Blue) = 135+28+4=167 (22% of max value = 765). Red value is 135 (53.12% from 255 or 80.84% from 167); Green value is 28 (11.33% from 255 or 16.77% from 167); Blue value is 4 (1.95% from 255 or 2.40% from 167); Max value from RGB is 135 - color contains mainly: red. Hex color #871C04 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #871C04 is #78E3FB. Grayscale: #393939. Windows color (decimal): -7922684 or 269447. OLE color: 269447.
HSL color Cylindrical-coordinate representation of color #871C04: hue angle of 10.99º degrees, saturation: 0.94, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #871C04 is Cyan = 0, Magento = 0.79, Yellow = 0.97 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 135 | 28 | 4 | - |
| CMYK | 0 | 0.79 | 0.97 | 0.47 |
| HSL | 10.99º | 0.94% | 0.27% | - |
| HSV(B) | 10.99º | 0.97% | 0.53% | - |
| XYZ | 10.43 | 5.99 | 0.72 | - |
| YUV | 57.26 | 97.95 | 183.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 28 | 4 | 0 | 0.79 | 0.97 | 0.47 | 10.99 | 0.94 | 0.27 |
| Hex | 87 | 1C | 4 | 0 | 4F | 61 | 2F | B | 5E | 1B |
| Octal | 207 | 34 | 4 | 0 | 117 | 141 | 57 | 13 | 136 | 33 |
| Binary | 10000111 | 11100 | 100 | 0 | 1001111 | 1100001 | 101111 | 1011 | 1011110 | 11011 |
Color Harmonies of #871C04
Complementary color
Monochromatic Colors of #871C04
Black with #871C04
Text Example
Text Example
White with #871C04
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #871C04; }
p { color: rgb(135,28,4); }
H1.HeaderClassName
{
color: #871C04;
}
.AnyTagClassName
{
color: #871C04;
}
</style>
background-color css
<style>
a { background-color: #871C04; }
a { background-color: rgb(135,28,4); }
div.DivClassName
{
background-color: #871C04;
}
.BgClassName
{
background-color: #871C04;
}
</style>
border-color css
<style>
span { border-color: #871C04; }
span { border-color: rgb(135,28,4); }
td.TdClassName
{
border-color: #871C04;
}
.TagClassName
{
border-color: #871C04;
}
</style>