Shades of Falu Red #8B250E
Tints of Falu Red #8B250E
RGB
CMYK
RGB Variations
Color information
#8B250E (or 0x8B250E) is known color: Falu Red. HEX triplet: 8B, 25 and 0E. RGB value is (139,37,14). Sum of RGB (Red+Green+Blue) = 139+37+14=190 (25% of max value = 765). Red value is 139 (54.69% from 255 or 73.16% from 190); Green value is 37 (14.84% from 255 or 19.47% from 190); Blue value is 14 (5.86% from 255 or 7.37% from 190); Max value from RGB is 139 - color contains mainly: red. Hex color #8B250E is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #8B250E is #74DAF1. Grayscale: #414141. Windows color (decimal): -7658226 or 927115. OLE color: 927115.
HSL color Cylindrical-coordinate representation of color #8B250E: hue angle of 11.04º 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 #8B250E is Cyan = 0, Magento = 0.73, Yellow = 0.90 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 139 | 37 | 14 | - |
| CMYK | 0 | 0.73 | 0.90 | 0.45 |
| HSL | 11.04º | 0.82% | 0.3% | - |
| HSV(B) | 11.04º | 0.9% | 0.55% | - |
| XYZ | 11.39 | 6.84 | 1.14 | - |
| YUV | 64.88 | 99.29 | 180.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 37 | 14 | 0 | 0.73 | 0.90 | 0.45 | 11.04 | 0.82 | 0.3 |
| Hex | 8B | 25 | E | 0 | 49 | 5A | 2D | B | 52 | 1E |
| Octal | 213 | 45 | 16 | 0 | 111 | 132 | 55 | 13 | 122 | 36 |
| Binary | 10001011 | 100101 | 1110 | 0 | 1001001 | 1011010 | 101101 | 1011 | 1010010 | 11110 |
Color Harmonies of #8B250E
Complementary color
Monochromatic Colors of #8B250E
Black with #8B250E
Text Example
Text Example
White with #8B250E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B250E; }
p { color: rgb(139,37,14); }
H1.HeaderClassName
{
color: #8B250E;
}
.AnyTagClassName
{
color: #8B250E;
}
</style>
background-color css
<style>
a { background-color: #8B250E; }
a { background-color: rgb(139,37,14); }
div.DivClassName
{
background-color: #8B250E;
}
.BgClassName
{
background-color: #8B250E;
}
</style>
border-color css
<style>
span { border-color: #8B250E; }
span { border-color: rgb(139,37,14); }
td.TdClassName
{
border-color: #8B250E;
}
.TagClassName
{
border-color: #8B250E;
}
</style>