Shades of Falu Red #8B1209
Tints of Falu Red #8B1209
RGB
CMYK
RGB Variations
Color information
#8B1209 (or 0x8B1209) is known color: Falu Red. HEX triplet: 8B, 12 and 09. RGB value is (139,18,9). Sum of RGB (Red+Green+Blue) = 139+18+9=166 (21% of max value = 765). Red value is 139 (54.69% from 255 or 83.73% from 166); Green value is 18 (7.42% from 255 or 10.84% from 166); Blue value is 9 (3.91% from 255 or 5.42% from 166); Max value from RGB is 139 - color contains mainly: red. Hex color #8B1209 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #8B1209 is #74EDF6. Grayscale: #353535. Windows color (decimal): -7663095 or 594571. OLE color: 594571.
HSL color Cylindrical-coordinate representation of color #8B1209: hue angle of 4.15º degrees, saturation: 0.88, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #8B1209 is Cyan = 0, Magento = 0.87, Yellow = 0.94 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 139 | 18 | 9 | - |
| CMYK | 0 | 0.87 | 0.94 | 0.45 |
| HSL | 4.15º | 0.88% | 0.29% | - |
| HSV(B) | 4.15º | 0.94% | 0.55% | - |
| XYZ | 10.91 | 5.94 | 0.83 | - |
| YUV | 53.15 | 103.09 | 189.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 18 | 9 | 0 | 0.87 | 0.94 | 0.45 | 4.15 | 0.88 | 0.29 |
| Hex | 8B | 12 | 9 | 0 | 57 | 5E | 2D | 4 | 58 | 1D |
| Octal | 213 | 22 | 11 | 0 | 127 | 136 | 55 | 4 | 130 | 35 |
| Binary | 10001011 | 10010 | 1001 | 0 | 1010111 | 1011110 | 101101 | 100 | 1011000 | 11101 |
Color Harmonies of #8B1209
Complementary color
Monochromatic Colors of #8B1209
Black with #8B1209
Text Example
Text Example
White with #8B1209
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B1209; }
p { color: rgb(139,18,9); }
H1.HeaderClassName
{
color: #8B1209;
}
.AnyTagClassName
{
color: #8B1209;
}
</style>
background-color css
<style>
a { background-color: #8B1209; }
a { background-color: rgb(139,18,9); }
div.DivClassName
{
background-color: #8B1209;
}
.BgClassName
{
background-color: #8B1209;
}
</style>
border-color css
<style>
span { border-color: #8B1209; }
span { border-color: rgb(139,18,9); }
td.TdClassName
{
border-color: #8B1209;
}
.TagClassName
{
border-color: #8B1209;
}
</style>