Shades of Falu Red #87110F
Tints of Falu Red #87110F
RGB
CMYK
RGB Variations
Color information
#87110F (or 0x87110F) is known color: Falu Red. HEX triplet: 87, 11 and 0F. RGB value is (135,17,15). Sum of RGB (Red+Green+Blue) = 135+17+15=167 (22% of max value = 765). Red value is 135 (53.12% from 255 or 80.84% from 167); Green value is 17 (7.03% from 255 or 10.18% from 167); Blue value is 15 (6.25% from 255 or 8.98% from 167); Max value from RGB is 135 - color contains mainly: red. Hex color #87110F is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #87110F is #78EEF0. Grayscale: #343434. Windows color (decimal): -7925489 or 987527. OLE color: 987527.
HSL color Cylindrical-coordinate representation of color #87110F: hue angle of 1º degrees, saturation: 0.8, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #87110F is Cyan = 0, Magento = 0.87, Yellow = 0.89 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 135 | 17 | 15 | - |
| CMYK | 0 | 0.87 | 0.89 | 0.47 |
| HSL | 1º | 0.8% | 0.29% | - |
| HSV(B) | 1º | 0.89% | 0.53% | - |
| XYZ | 10.28 | 5.59 | 0.99 | - |
| YUV | 52.05 | 107.09 | 187.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 17 | 15 | 0 | 0.87 | 0.89 | 0.47 | 1 | 0.8 | 0.29 |
| Hex | 87 | 11 | F | 0 | 57 | 59 | 2F | 1 | 50 | 1D |
| Octal | 207 | 21 | 17 | 0 | 127 | 131 | 57 | 1 | 120 | 35 |
| Binary | 10000111 | 10001 | 1111 | 0 | 1010111 | 1011001 | 101111 | 1 | 1010000 | 11101 |
Color Harmonies of #87110F
Complementary color
Monochromatic Colors of #87110F
Black with #87110F
Text Example
Text Example
White with #87110F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #87110F; }
p { color: rgb(135,17,15); }
H1.HeaderClassName
{
color: #87110F;
}
.AnyTagClassName
{
color: #87110F;
}
</style>
background-color css
<style>
a { background-color: #87110F; }
a { background-color: rgb(135,17,15); }
div.DivClassName
{
background-color: #87110F;
}
.BgClassName
{
background-color: #87110F;
}
</style>
border-color css
<style>
span { border-color: #87110F; }
span { border-color: rgb(135,17,15); }
td.TdClassName
{
border-color: #87110F;
}
.TagClassName
{
border-color: #87110F;
}
</style>