Shades of Falu Red #87130E
Tints of Falu Red #87130E
RGB
CMYK
RGB Variations
Color information
#87130E (or 0x87130E) is known color: Falu Red. HEX triplet: 87, 13 and 0E. RGB value is (135,19,14). Sum of RGB (Red+Green+Blue) = 135+19+14=168 (22% of max value = 765). Red value is 135 (53.12% from 255 or 80.36% from 168); Green value is 19 (7.81% from 255 or 11.31% from 168); Blue value is 14 (5.86% from 255 or 8.33% from 168); Max value from RGB is 135 - color contains mainly: red. Hex color #87130E is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #87130E is #78ECF1. Grayscale: #353535. Windows color (decimal): -7924978 or 922503. OLE color: 922503.
HSL color Cylindrical-coordinate representation of color #87130E: hue angle of 2.48º degrees, saturation: 0.81, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #87130E is Cyan = 0, Magento = 0.86, Yellow = 0.90 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 135 | 19 | 14 | - |
| CMYK | 0 | 0.86 | 0.90 | 0.47 |
| HSL | 2.48º | 0.81% | 0.29% | - |
| HSV(B) | 2.48º | 0.9% | 0.53% | - |
| XYZ | 10.3 | 5.65 | 0.96 | - |
| YUV | 53.11 | 105.93 | 186.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 19 | 14 | 0 | 0.86 | 0.90 | 0.47 | 2.48 | 0.81 | 0.29 |
| Hex | 87 | 13 | E | 0 | 56 | 5A | 2F | 2 | 51 | 1D |
| Octal | 207 | 23 | 16 | 0 | 126 | 132 | 57 | 2 | 121 | 35 |
| Binary | 10000111 | 10011 | 1110 | 0 | 1010110 | 1011010 | 101111 | 10 | 1010001 | 11101 |
Color Harmonies of #87130E
Complementary color
Monochromatic Colors of #87130E
Black with #87130E
Text Example
Text Example
White with #87130E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #87130E; }
p { color: rgb(135,19,14); }
H1.HeaderClassName
{
color: #87130E;
}
.AnyTagClassName
{
color: #87130E;
}
</style>
background-color css
<style>
a { background-color: #87130E; }
a { background-color: rgb(135,19,14); }
div.DivClassName
{
background-color: #87130E;
}
.BgClassName
{
background-color: #87130E;
}
</style>
border-color css
<style>
span { border-color: #87130E; }
span { border-color: rgb(135,19,14); }
td.TdClassName
{
border-color: #87130E;
}
.TagClassName
{
border-color: #87130E;
}
</style>