Shades of Falu Red #87190E
Tints of Falu Red #87190E
RGB
CMYK
RGB Variations
Color information
#87190E (or 0x87190E) is known color: Falu Red. HEX triplet: 87, 19 and 0E. RGB value is (135,25,14). Sum of RGB (Red+Green+Blue) = 135+25+14=174 (23% of max value = 765). Red value is 135 (53.12% from 255 or 77.59% from 174); Green value is 25 (10.16% from 255 or 14.37% from 174); Blue value is 14 (5.86% from 255 or 8.05% from 174); Max value from RGB is 135 - color contains mainly: red. Hex color #87190E is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #87190E is #78E6F1. Grayscale: #383838. Windows color (decimal): -7923442 or 924039. OLE color: 924039.
HSL color Cylindrical-coordinate representation of color #87190E: hue angle of 5.45º 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 #87190E is Cyan = 0, Magento = 0.81, Yellow = 0.90 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 135 | 25 | 14 | - |
| CMYK | 0 | 0.81 | 0.90 | 0.47 |
| HSL | 5.45º | 0.81% | 0.29% | - |
| HSV(B) | 5.45º | 0.9% | 0.53% | - |
| XYZ | 10.42 | 5.88 | 1 | - |
| YUV | 56.64 | 103.94 | 183.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 25 | 14 | 0 | 0.81 | 0.90 | 0.47 | 5.45 | 0.81 | 0.29 |
| Hex | 87 | 19 | E | 0 | 51 | 5A | 2F | 5 | 51 | 1D |
| Octal | 207 | 31 | 16 | 0 | 121 | 132 | 57 | 5 | 121 | 35 |
| Binary | 10000111 | 11001 | 1110 | 0 | 1010001 | 1011010 | 101111 | 101 | 1010001 | 11101 |
Color Harmonies of #87190E
Complementary color
Monochromatic Colors of #87190E
Black with #87190E
Text Example
Text Example
White with #87190E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #87190E; }
p { color: rgb(135,25,14); }
H1.HeaderClassName
{
color: #87190E;
}
.AnyTagClassName
{
color: #87190E;
}
</style>
background-color css
<style>
a { background-color: #87190E; }
a { background-color: rgb(135,25,14); }
div.DivClassName
{
background-color: #87190E;
}
.BgClassName
{
background-color: #87190E;
}
</style>
border-color css
<style>
span { border-color: #87190E; }
span { border-color: rgb(135,25,14); }
td.TdClassName
{
border-color: #87190E;
}
.TagClassName
{
border-color: #87190E;
}
</style>