Shades of Falu Red #8B1E0E
Tints of Falu Red #8B1E0E
RGB
CMYK
RGB Variations
Color information
#8B1E0E (or 0x8B1E0E) is known color: Falu Red. HEX triplet: 8B, 1E and 0E. RGB value is (139,30,14). Sum of RGB (Red+Green+Blue) = 139+30+14=183 (24% of max value = 765). Red value is 139 (54.69% from 255 or 75.96% from 183); Green value is 30 (12.11% from 255 or 16.39% from 183); Blue value is 14 (5.86% from 255 or 7.65% from 183); Max value from RGB is 139 - color contains mainly: red. Hex color #8B1E0E is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #8B1E0E is #74E1F1. Grayscale: #3C3C3C. Windows color (decimal): -7660018 or 925323. OLE color: 925323.
HSL color Cylindrical-coordinate representation of color #8B1E0E: hue angle of 7.68º degrees, saturation: 0.82, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #8B1E0E is Cyan = 0, Magento = 0.78, Yellow = 0.90 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 139 | 30 | 14 | - |
| CMYK | 0 | 0.78 | 0.90 | 0.45 |
| HSL | 7.68º | 0.82% | 0.3% | - |
| HSV(B) | 7.68º | 0.9% | 0.55% | - |
| XYZ | 11.19 | 6.45 | 1.07 | - |
| YUV | 60.77 | 101.61 | 183.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 30 | 14 | 0 | 0.78 | 0.90 | 0.45 | 7.68 | 0.82 | 0.3 |
| Hex | 8B | 1E | E | 0 | 4E | 5A | 2D | 8 | 52 | 1E |
| Octal | 213 | 36 | 16 | 0 | 116 | 132 | 55 | 10 | 122 | 36 |
| Binary | 10001011 | 11110 | 1110 | 0 | 1001110 | 1011010 | 101101 | 1000 | 1010010 | 11110 |
Color Harmonies of #8B1E0E
Complementary color
Monochromatic Colors of #8B1E0E
Black with #8B1E0E
Text Example
Text Example
White with #8B1E0E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B1E0E; }
p { color: rgb(139,30,14); }
H1.HeaderClassName
{
color: #8B1E0E;
}
.AnyTagClassName
{
color: #8B1E0E;
}
</style>
background-color css
<style>
a { background-color: #8B1E0E; }
a { background-color: rgb(139,30,14); }
div.DivClassName
{
background-color: #8B1E0E;
}
.BgClassName
{
background-color: #8B1E0E;
}
</style>
border-color css
<style>
span { border-color: #8B1E0E; }
span { border-color: rgb(139,30,14); }
td.TdClassName
{
border-color: #8B1E0E;
}
.TagClassName
{
border-color: #8B1E0E;
}
</style>