Shades of Falu Red #8B240E
Tints of Falu Red #8B240E
RGB
CMYK
RGB Variations
Color information
#8B240E (or 0x8B240E) is known color: Falu Red. HEX triplet: 8B, 24 and 0E. RGB value is (139,36,14). Sum of RGB (Red+Green+Blue) = 139+36+14=189 (25% of max value = 765). Red value is 139 (54.69% from 255 or 73.54% from 189); Green value is 36 (14.45% from 255 or 19.05% from 189); Blue value is 14 (5.86% from 255 or 7.41% from 189); Max value from RGB is 139 - color contains mainly: red. Hex color #8B240E is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #8B240E is #74DBF1. Grayscale: #404040. Windows color (decimal): -7658482 or 926859. OLE color: 926859.
HSL color Cylindrical-coordinate representation of color #8B240E: hue angle of 10.56º 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 #8B240E is Cyan = 0, Magento = 0.74, Yellow = 0.90 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 139 | 36 | 14 | - |
| CMYK | 0 | 0.74 | 0.90 | 0.45 |
| HSL | 10.56º | 0.82% | 0.3% | - |
| HSV(B) | 10.56º | 0.9% | 0.55% | - |
| XYZ | 11.36 | 6.78 | 1.13 | - |
| YUV | 64.29 | 99.62 | 181.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 36 | 14 | 0 | 0.74 | 0.90 | 0.45 | 10.56 | 0.82 | 0.3 |
| Hex | 8B | 24 | E | 0 | 4A | 5A | 2D | B | 52 | 1E |
| Octal | 213 | 44 | 16 | 0 | 112 | 132 | 55 | 13 | 122 | 36 |
| Binary | 10001011 | 100100 | 1110 | 0 | 1001010 | 1011010 | 101101 | 1011 | 1010010 | 11110 |
Color Harmonies of #8B240E
Complementary color
Monochromatic Colors of #8B240E
Black with #8B240E
Text Example
Text Example
White with #8B240E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B240E; }
p { color: rgb(139,36,14); }
H1.HeaderClassName
{
color: #8B240E;
}
.AnyTagClassName
{
color: #8B240E;
}
</style>
background-color css
<style>
a { background-color: #8B240E; }
a { background-color: rgb(139,36,14); }
div.DivClassName
{
background-color: #8B240E;
}
.BgClassName
{
background-color: #8B240E;
}
</style>
border-color css
<style>
span { border-color: #8B240E; }
span { border-color: rgb(139,36,14); }
td.TdClassName
{
border-color: #8B240E;
}
.TagClassName
{
border-color: #8B240E;
}
</style>