Shades of Falu Red #8B1211
Tints of Falu Red #8B1211
RGB
CMYK
RGB Variations
Color information
#8B1211 (or 0x8B1211) is known color: Falu Red. HEX triplet: 8B, 12 and 11. RGB value is (139,18,17). Sum of RGB (Red+Green+Blue) = 139+18+17=174 (23% of max value = 765). Red value is 139 (54.69% from 255 or 79.89% from 174); Green value is 18 (7.42% from 255 or 10.34% from 174); Blue value is 17 (7.03% from 255 or 9.77% from 174); Max value from RGB is 139 - color contains mainly: red. Hex color #8B1211 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #8B1211 is #74EDEE. Grayscale: #363636. Windows color (decimal): -7663087 or 1118859. OLE color: 1118859.
HSL color Cylindrical-coordinate representation of color #8B1211: hue angle of 0.49º degrees, saturation: 0.78, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #8B1211 is Cyan = 0, Magento = 0.87, Yellow = 0.88 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 139 | 18 | 17 | - |
| CMYK | 0 | 0.87 | 0.88 | 0.45 |
| HSL | 0.49º | 0.78% | 0.31% | - |
| HSV(B) | 0.49º | 0.88% | 0.55% | - |
| XYZ | 10.96 | 5.96 | 1.1 | - |
| YUV | 54.07 | 107.09 | 188.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 18 | 17 | 0 | 0.87 | 0.88 | 0.45 | 0.49 | 0.78 | 0.31 |
| Hex | 8B | 12 | 11 | 0 | 57 | 58 | 2D | 0 | 4E | 1F |
| Octal | 213 | 22 | 21 | 0 | 127 | 130 | 55 | 0 | 116 | 37 |
| Binary | 10001011 | 10010 | 10001 | 0 | 1010111 | 1011000 | 101101 | 0 | 1001110 | 11111 |
Color Harmonies of #8B1211
Complementary color
Monochromatic Colors of #8B1211
Black with #8B1211
Text Example
Text Example
White with #8B1211
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B1211; }
p { color: rgb(139,18,17); }
H1.HeaderClassName
{
color: #8B1211;
}
.AnyTagClassName
{
color: #8B1211;
}
</style>
background-color css
<style>
a { background-color: #8B1211; }
a { background-color: rgb(139,18,17); }
div.DivClassName
{
background-color: #8B1211;
}
.BgClassName
{
background-color: #8B1211;
}
</style>
border-color css
<style>
span { border-color: #8B1211; }
span { border-color: rgb(139,18,17); }
td.TdClassName
{
border-color: #8B1211;
}
.TagClassName
{
border-color: #8B1211;
}
</style>