Shades of Falu Red #8E130C
Tints of Falu Red #8E130C
RGB
CMYK
RGB Variations
Color information
#8E130C (or 0x8E130C) is known color: Falu Red. HEX triplet: 8E, 13 and 0C. RGB value is (142,19,12). Sum of RGB (Red+Green+Blue) = 142+19+12=173 (22% of max value = 765). Red value is 142 (55.86% from 255 or 82.08% from 173); Green value is 19 (7.81% from 255 or 10.98% from 173); Blue value is 12 (5.08% from 255 or 6.94% from 173); Max value from RGB is 142 - color contains mainly: red. Hex color #8E130C is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #8E130C is #71ECF3. Grayscale: #373737. Windows color (decimal): -7466228 or 791438. OLE color: 791438.
HSL color Cylindrical-coordinate representation of color #8E130C: hue angle of 3.23º degrees, saturation: 0.84, 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 #8E130C is Cyan = 0, Magento = 0.87, Yellow = 0.92 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 142 | 19 | 12 | - |
| CMYK | 0 | 0.87 | 0.92 | 0.44 |
| HSL | 3.23º | 0.84% | 0.3% | - |
| HSV(B) | 3.23º | 0.92% | 0.56% | - |
| XYZ | 11.45 | 6.24 | 0.95 | - |
| YUV | 54.98 | 103.75 | 190.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 19 | 12 | 0 | 0.87 | 0.92 | 0.44 | 3.23 | 0.84 | 0.3 |
| Hex | 8E | 13 | C | 0 | 57 | 5C | 2C | 3 | 54 | 1E |
| Octal | 216 | 23 | 14 | 0 | 127 | 134 | 54 | 3 | 124 | 36 |
| Binary | 10001110 | 10011 | 1100 | 0 | 1010111 | 1011100 | 101100 | 11 | 1010100 | 11110 |
Color Harmonies of #8E130C
Complementary color
Monochromatic Colors of #8E130C
Black with #8E130C
Text Example
Text Example
White with #8E130C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8E130C; }
p { color: rgb(142,19,12); }
H1.HeaderClassName
{
color: #8E130C;
}
.AnyTagClassName
{
color: #8E130C;
}
</style>
background-color css
<style>
a { background-color: #8E130C; }
a { background-color: rgb(142,19,12); }
div.DivClassName
{
background-color: #8E130C;
}
.BgClassName
{
background-color: #8E130C;
}
</style>
border-color css
<style>
span { border-color: #8E130C; }
span { border-color: rgb(142,19,12); }
td.TdClassName
{
border-color: #8E130C;
}
.TagClassName
{
border-color: #8E130C;
}
</style>