Shades of Falu Red #87100C
Tints of Falu Red #87100C
RGB
CMYK
RGB Variations
Color information
#87100C (or 0x87100C) is known color: Falu Red. HEX triplet: 87, 10 and 0C. RGB value is (135,16,12). Sum of RGB (Red+Green+Blue) = 135+16+12=163 (21% of max value = 765). Red value is 135 (53.12% from 255 or 82.82% from 163); Green value is 16 (6.64% from 255 or 9.82% from 163); Blue value is 12 (5.08% from 255 or 7.36% from 163); Max value from RGB is 135 - color contains mainly: red. Hex color #87100C is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #87100C is #78EFF3. Grayscale: #333333. Windows color (decimal): -7925748 or 790663. OLE color: 790663.
HSL color Cylindrical-coordinate representation of color #87100C: hue angle of 1.95º degrees, saturation: 0.84, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #87100C is Cyan = 0, Magento = 0.88, Yellow = 0.91 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 135 | 16 | 12 | - |
| CMYK | 0 | 0.88 | 0.91 | 0.47 |
| HSL | 1.95º | 0.84% | 0.29% | - |
| HSV(B) | 1.95º | 0.91% | 0.53% | - |
| XYZ | 10.24 | 5.55 | 0.88 | - |
| YUV | 51.13 | 105.92 | 187.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 16 | 12 | 0 | 0.88 | 0.91 | 0.47 | 1.95 | 0.84 | 0.29 |
| Hex | 87 | 10 | C | 0 | 58 | 5B | 2F | 2 | 54 | 1D |
| Octal | 207 | 20 | 14 | 0 | 130 | 133 | 57 | 2 | 124 | 35 |
| Binary | 10000111 | 10000 | 1100 | 0 | 1011000 | 1011011 | 101111 | 10 | 1010100 | 11101 |
Color Harmonies of #87100C
Complementary color
Monochromatic Colors of #87100C
Black with #87100C
Text Example
Text Example
White with #87100C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #87100C; }
p { color: rgb(135,16,12); }
H1.HeaderClassName
{
color: #87100C;
}
.AnyTagClassName
{
color: #87100C;
}
</style>
background-color css
<style>
a { background-color: #87100C; }
a { background-color: rgb(135,16,12); }
div.DivClassName
{
background-color: #87100C;
}
.BgClassName
{
background-color: #87100C;
}
</style>
border-color css
<style>
span { border-color: #87100C; }
span { border-color: rgb(135,16,12); }
td.TdClassName
{
border-color: #87100C;
}
.TagClassName
{
border-color: #87100C;
}
</style>