Shades of Falu Red #8E130B
Tints of Falu Red #8E130B
RGB
CMYK
RGB Variations
Color information
#8E130B (or 0x8E130B) is known color: Falu Red. HEX triplet: 8E, 13 and 0B. RGB value is (142,19,11). Sum of RGB (Red+Green+Blue) = 142+19+11=172 (22% of max value = 765). Red value is 142 (55.86% from 255 or 82.56% from 172); Green value is 19 (7.81% from 255 or 11.05% from 172); Blue value is 11 (4.69% from 255 or 6.40% from 172); Max value from RGB is 142 - color contains mainly: red. Hex color #8E130B is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #8E130B is #71ECF4. Grayscale: #373737. Windows color (decimal): -7466229 or 725902. OLE color: 725902.
HSL color Cylindrical-coordinate representation of color #8E130B: hue angle of 3.66º 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 #8E130B is Cyan = 0, Magento = 0.87, Yellow = 0.92 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 142 | 19 | 11 | - |
| CMYK | 0 | 0.87 | 0.92 | 0.44 |
| HSL | 3.66º | 0.86% | 0.3% | - |
| HSV(B) | 3.66º | 0.92% | 0.56% | - |
| XYZ | 11.45 | 6.24 | 0.92 | - |
| YUV | 54.87 | 103.25 | 190.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 19 | 11 | 0 | 0.87 | 0.92 | 0.44 | 3.66 | 0.86 | 0.3 |
| Hex | 8E | 13 | B | 0 | 57 | 5C | 2C | 4 | 56 | 1E |
| Octal | 216 | 23 | 13 | 0 | 127 | 134 | 54 | 4 | 126 | 36 |
| Binary | 10001110 | 10011 | 1011 | 0 | 1010111 | 1011100 | 101100 | 100 | 1010110 | 11110 |
Color Harmonies of #8E130B
Complementary color
Monochromatic Colors of #8E130B
Black with #8E130B
Text Example
Text Example
White with #8E130B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8E130B; }
p { color: rgb(142,19,11); }
H1.HeaderClassName
{
color: #8E130B;
}
.AnyTagClassName
{
color: #8E130B;
}
</style>
background-color css
<style>
a { background-color: #8E130B; }
a { background-color: rgb(142,19,11); }
div.DivClassName
{
background-color: #8E130B;
}
.BgClassName
{
background-color: #8E130B;
}
</style>
border-color css
<style>
span { border-color: #8E130B; }
span { border-color: rgb(142,19,11); }
td.TdClassName
{
border-color: #8E130B;
}
.TagClassName
{
border-color: #8E130B;
}
</style>