Shades of Falu Red #8E1A08
Tints of Falu Red #8E1A08
RGB
CMYK
RGB Variations
Color information
#8E1A08 (or 0x8E1A08) is known color: Falu Red. HEX triplet: 8E, 1A and 08. RGB value is (142,26,8). Sum of RGB (Red+Green+Blue) = 142+26+8=176 (23% of max value = 765). Red value is 142 (55.86% from 255 or 80.68% from 176); Green value is 26 (10.55% from 255 or 14.77% from 176); Blue value is 8 (3.52% from 255 or 4.55% from 176); Max value from RGB is 142 - color contains mainly: red. Hex color #8E1A08 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #8E1A08 is #71E5F7. Grayscale: #3A3A3A. Windows color (decimal): -7464440 or 531086. OLE color: 531086.
HSL color Cylindrical-coordinate representation of color #8E1A08: hue angle of 8.06º degrees, saturation: 0.89, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #8E1A08 is Cyan = 0, Magento = 0.82, Yellow = 0.94 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 142 | 26 | 8 | - |
| CMYK | 0 | 0.82 | 0.94 | 0.44 |
| HSL | 8.06º | 0.89% | 0.29% | - |
| HSV(B) | 8.06º | 0.94% | 0.56% | - |
| XYZ | 11.57 | 6.51 | 0.88 | - |
| YUV | 58.63 | 99.43 | 187.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 26 | 8 | 0 | 0.82 | 0.94 | 0.44 | 8.06 | 0.89 | 0.29 |
| Hex | 8E | 1A | 8 | 0 | 52 | 5E | 2C | 8 | 59 | 1D |
| Octal | 216 | 32 | 10 | 0 | 122 | 136 | 54 | 10 | 131 | 35 |
| Binary | 10001110 | 11010 | 1000 | 0 | 1010010 | 1011110 | 101100 | 1000 | 1011001 | 11101 |
Color Harmonies of #8E1A08
Complementary color
Monochromatic Colors of #8E1A08
Black with #8E1A08
Text Example
Text Example
White with #8E1A08
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8E1A08; }
p { color: rgb(142,26,8); }
H1.HeaderClassName
{
color: #8E1A08;
}
.AnyTagClassName
{
color: #8E1A08;
}
</style>
background-color css
<style>
a { background-color: #8E1A08; }
a { background-color: rgb(142,26,8); }
div.DivClassName
{
background-color: #8E1A08;
}
.BgClassName
{
background-color: #8E1A08;
}
</style>
border-color css
<style>
span { border-color: #8E1A08; }
span { border-color: rgb(142,26,8); }
td.TdClassName
{
border-color: #8E1A08;
}
.TagClassName
{
border-color: #8E1A08;
}
</style>