Shades of Falu Red #8E160D
Tints of Falu Red #8E160D
RGB
CMYK
RGB Variations
Color information
#8E160D (or 0x8E160D) is known color: Falu Red. HEX triplet: 8E, 16 and 0D. RGB value is (142,22,13). Sum of RGB (Red+Green+Blue) = 142+22+13=177 (23% of max value = 765). Red value is 142 (55.86% from 255 or 80.23% from 177); Green value is 22 (8.98% from 255 or 12.43% from 177); Blue value is 13 (5.47% from 255 or 7.34% from 177); Max value from RGB is 142 - color contains mainly: red. Hex color #8E160D is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #8E160D is #71E9F2. Grayscale: #393939. Windows color (decimal): -7465459 or 857742. OLE color: 857742.
HSL color Cylindrical-coordinate representation of color #8E160D: hue angle of 4.19º degrees, saturation: 0.83, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #8E160D is Cyan = 0, Magento = 0.85, Yellow = 0.91 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 142 | 22 | 13 | - |
| CMYK | 0 | 0.85 | 0.91 | 0.44 |
| HSL | 4.19º | 0.83% | 0.3% | - |
| HSV(B) | 4.19º | 0.91% | 0.56% | - |
| XYZ | 11.51 | 6.35 | 1 | - |
| YUV | 56.85 | 103.26 | 188.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 22 | 13 | 0 | 0.85 | 0.91 | 0.44 | 4.19 | 0.83 | 0.3 |
| Hex | 8E | 16 | D | 0 | 55 | 5B | 2C | 4 | 53 | 1E |
| Octal | 216 | 26 | 15 | 0 | 125 | 133 | 54 | 4 | 123 | 36 |
| Binary | 10001110 | 10110 | 1101 | 0 | 1010101 | 1011011 | 101100 | 100 | 1010011 | 11110 |
Color Harmonies of #8E160D
Complementary color
Monochromatic Colors of #8E160D
Black with #8E160D
Text Example
Text Example
White with #8E160D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8E160D; }
p { color: rgb(142,22,13); }
H1.HeaderClassName
{
color: #8E160D;
}
.AnyTagClassName
{
color: #8E160D;
}
</style>
background-color css
<style>
a { background-color: #8E160D; }
a { background-color: rgb(142,22,13); }
div.DivClassName
{
background-color: #8E160D;
}
.BgClassName
{
background-color: #8E160D;
}
</style>
border-color css
<style>
span { border-color: #8E160D; }
span { border-color: rgb(142,22,13); }
td.TdClassName
{
border-color: #8E160D;
}
.TagClassName
{
border-color: #8E160D;
}
</style>