Shades of Falu Red #8E160B
Tints of Falu Red #8E160B
RGB
CMYK
RGB Variations
Color information
#8E160B (or 0x8E160B) is known color: Falu Red. HEX triplet: 8E, 16 and 0B. RGB value is (142,22,11). Sum of RGB (Red+Green+Blue) = 142+22+11=175 (23% of max value = 765). Red value is 142 (55.86% from 255 or 81.14% from 175); Green value is 22 (8.98% from 255 or 12.57% from 175); Blue value is 11 (4.69% from 255 or 6.29% from 175); Max value from RGB is 142 - color contains mainly: red. Hex color #8E160B is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #8E160B is #71E9F4. Grayscale: #383838. Windows color (decimal): -7465461 or 726670. OLE color: 726670.
HSL color Cylindrical-coordinate representation of color #8E160B: hue angle of 5.04º degrees, saturation: 0.86, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #8E160B is Cyan = 0, Magento = 0.85, Yellow = 0.92 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 142 | 22 | 11 | - |
| CMYK | 0 | 0.85 | 0.92 | 0.44 |
| HSL | 5.04º | 0.86% | 0.3% | - |
| HSV(B) | 5.04º | 0.92% | 0.56% | - |
| XYZ | 11.5 | 6.35 | 0.94 | - |
| YUV | 56.63 | 102.26 | 188.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 22 | 11 | 0 | 0.85 | 0.92 | 0.44 | 5.04 | 0.86 | 0.3 |
| Hex | 8E | 16 | B | 0 | 55 | 5C | 2C | 5 | 56 | 1E |
| Octal | 216 | 26 | 13 | 0 | 125 | 134 | 54 | 5 | 126 | 36 |
| Binary | 10001110 | 10110 | 1011 | 0 | 1010101 | 1011100 | 101100 | 101 | 1010110 | 11110 |
Color Harmonies of #8E160B
Complementary color
Monochromatic Colors of #8E160B
Black with #8E160B
Text Example
Text Example
White with #8E160B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8E160B; }
p { color: rgb(142,22,11); }
H1.HeaderClassName
{
color: #8E160B;
}
.AnyTagClassName
{
color: #8E160B;
}
</style>
background-color css
<style>
a { background-color: #8E160B; }
a { background-color: rgb(142,22,11); }
div.DivClassName
{
background-color: #8E160B;
}
.BgClassName
{
background-color: #8E160B;
}
</style>
border-color css
<style>
span { border-color: #8E160B; }
span { border-color: rgb(142,22,11); }
td.TdClassName
{
border-color: #8E160B;
}
.TagClassName
{
border-color: #8E160B;
}
</style>