Shades of Falu Red #891E0D
Tints of Falu Red #891E0D
RGB
CMYK
RGB Variations
Color information
#891E0D (or 0x891E0D) is known color: Falu Red. HEX triplet: 89, 1E and 0D. RGB value is (137,30,13). Sum of RGB (Red+Green+Blue) = 137+30+13=180 (23% of max value = 765). Red value is 137 (53.91% from 255 or 76.11% from 180); Green value is 30 (12.11% from 255 or 16.67% from 180); Blue value is 13 (5.47% from 255 or 7.22% from 180); Max value from RGB is 137 - color contains mainly: red. Hex color #891E0D is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #891E0D is #76E1F2. Grayscale: #3C3C3C. Windows color (decimal): -7791091 or 859785. OLE color: 859785.
HSL color Cylindrical-coordinate representation of color #891E0D: hue angle of 8.23º degrees, saturation: 0.83, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #891E0D is Cyan = 0, Magento = 0.78, Yellow = 0.91 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 137 | 30 | 13 | - |
| CMYK | 0 | 0.78 | 0.91 | 0.46 |
| HSL | 8.23º | 0.83% | 0.29% | - |
| HSV(B) | 8.23º | 0.91% | 0.54% | - |
| XYZ | 10.85 | 6.28 | 1.02 | - |
| YUV | 60.06 | 101.45 | 182.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 30 | 13 | 0 | 0.78 | 0.91 | 0.46 | 8.23 | 0.83 | 0.29 |
| Hex | 89 | 1E | D | 0 | 4E | 5B | 2E | 8 | 53 | 1D |
| Octal | 211 | 36 | 15 | 0 | 116 | 133 | 56 | 10 | 123 | 35 |
| Binary | 10001001 | 11110 | 1101 | 0 | 1001110 | 1011011 | 101110 | 1000 | 1010011 | 11101 |
Color Harmonies of #891E0D
Complementary color
Monochromatic Colors of #891E0D
Black with #891E0D
Text Example
Text Example
White with #891E0D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #891E0D; }
p { color: rgb(137,30,13); }
H1.HeaderClassName
{
color: #891E0D;
}
.AnyTagClassName
{
color: #891E0D;
}
</style>
background-color css
<style>
a { background-color: #891E0D; }
a { background-color: rgb(137,30,13); }
div.DivClassName
{
background-color: #891E0D;
}
.BgClassName
{
background-color: #891E0D;
}
</style>
border-color css
<style>
span { border-color: #891E0D; }
span { border-color: rgb(137,30,13); }
td.TdClassName
{
border-color: #891E0D;
}
.TagClassName
{
border-color: #891E0D;
}
</style>