Shades of Falu Red #87110C
Tints of Falu Red #87110C
RGB
CMYK
RGB Variations
Color information
#87110C (or 0x87110C) is known color: Falu Red. HEX triplet: 87, 11 and 0C. RGB value is (135,17,12). Sum of RGB (Red+Green+Blue) = 135+17+12=164 (21% of max value = 765). Red value is 135 (53.12% from 255 or 82.32% from 164); Green value is 17 (7.03% from 255 or 10.37% from 164); Blue value is 12 (5.08% from 255 or 7.32% from 164); Max value from RGB is 135 - color contains mainly: red. Hex color #87110C is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #87110C is #78EEF3. Grayscale: #333333. Windows color (decimal): -7925492 or 790919. OLE color: 790919.
HSL color Cylindrical-coordinate representation of color #87110C: hue angle of 2.44º 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 #87110C is Cyan = 0, Magento = 0.87, Yellow = 0.91 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 135 | 17 | 12 | - |
| CMYK | 0 | 0.87 | 0.91 | 0.47 |
| HSL | 2.44º | 0.84% | 0.29% | - |
| HSV(B) | 2.44º | 0.91% | 0.53% | - |
| XYZ | 10.26 | 5.58 | 0.88 | - |
| YUV | 51.71 | 105.59 | 187.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 17 | 12 | 0 | 0.87 | 0.91 | 0.47 | 2.44 | 0.84 | 0.29 |
| Hex | 87 | 11 | C | 0 | 57 | 5B | 2F | 2 | 54 | 1D |
| Octal | 207 | 21 | 14 | 0 | 127 | 133 | 57 | 2 | 124 | 35 |
| Binary | 10000111 | 10001 | 1100 | 0 | 1010111 | 1011011 | 101111 | 10 | 1010100 | 11101 |
Color Harmonies of #87110C
Complementary color
Monochromatic Colors of #87110C
Black with #87110C
Text Example
Text Example
White with #87110C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #87110C; }
p { color: rgb(135,17,12); }
H1.HeaderClassName
{
color: #87110C;
}
.AnyTagClassName
{
color: #87110C;
}
</style>
background-color css
<style>
a { background-color: #87110C; }
a { background-color: rgb(135,17,12); }
div.DivClassName
{
background-color: #87110C;
}
.BgClassName
{
background-color: #87110C;
}
</style>
border-color css
<style>
span { border-color: #87110C; }
span { border-color: rgb(135,17,12); }
td.TdClassName
{
border-color: #87110C;
}
.TagClassName
{
border-color: #87110C;
}
</style>