Shades of Falu Red #8E1B04
Tints of Falu Red #8E1B04
RGB
CMYK
RGB Variations
Color information
#8E1B04 (or 0x8E1B04) is known color: Falu Red. HEX triplet: 8E, 1B and 04. RGB value is (142,27,4). Sum of RGB (Red+Green+Blue) = 142+27+4=173 (22% of max value = 765). Red value is 142 (55.86% from 255 or 82.08% from 173); Green value is 27 (10.94% from 255 or 15.61% from 173); Blue value is 4 (1.95% from 255 or 2.31% from 173); Max value from RGB is 142 - color contains mainly: red. Hex color #8E1B04 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #8E1B04 is #71E4FB. Grayscale: #3A3A3A. Windows color (decimal): -7464188 or 269198. OLE color: 269198.
HSL color Cylindrical-coordinate representation of color #8E1B04: hue angle of 10º degrees, saturation: 0.95, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #8E1B04 is Cyan = 0, Magento = 0.81, Yellow = 0.97 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 142 | 27 | 4 | - |
| CMYK | 0 | 0.81 | 0.97 | 0.44 |
| HSL | 10º | 0.95% | 0.29% | - |
| HSV(B) | 10º | 0.97% | 0.56% | - |
| XYZ | 11.57 | 6.54 | 0.77 | - |
| YUV | 58.76 | 97.1 | 187.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 27 | 4 | 0 | 0.81 | 0.97 | 0.44 | 10 | 0.95 | 0.29 |
| Hex | 8E | 1B | 4 | 0 | 51 | 61 | 2C | A | 5F | 1D |
| Octal | 216 | 33 | 4 | 0 | 121 | 141 | 54 | 12 | 137 | 35 |
| Binary | 10001110 | 11011 | 100 | 0 | 1010001 | 1100001 | 101100 | 1010 | 1011111 | 11101 |
Color Harmonies of #8E1B04
Complementary color
Monochromatic Colors of #8E1B04
Black with #8E1B04
Text Example
Text Example
White with #8E1B04
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8E1B04; }
p { color: rgb(142,27,4); }
H1.HeaderClassName
{
color: #8E1B04;
}
.AnyTagClassName
{
color: #8E1B04;
}
</style>
background-color css
<style>
a { background-color: #8E1B04; }
a { background-color: rgb(142,27,4); }
div.DivClassName
{
background-color: #8E1B04;
}
.BgClassName
{
background-color: #8E1B04;
}
</style>
border-color css
<style>
span { border-color: #8E1B04; }
span { border-color: rgb(142,27,4); }
td.TdClassName
{
border-color: #8E1B04;
}
.TagClassName
{
border-color: #8E1B04;
}
</style>