Shades of Falu Red #891D07
Tints of Falu Red #891D07
RGB
CMYK
RGB Variations
Color information
#891D07 (or 0x891D07) is known color: Falu Red. HEX triplet: 89, 1D and 07. RGB value is (137,29,7). Sum of RGB (Red+Green+Blue) = 137+29+7=173 (22% of max value = 765). Red value is 137 (53.91% from 255 or 79.19% from 173); Green value is 29 (11.72% from 255 or 16.76% from 173); Blue value is 7 (3.12% from 255 or 4.05% from 173); Max value from RGB is 137 - color contains mainly: red. Hex color #891D07 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #891D07 is #76E2F8. Grayscale: #3A3A3A. Windows color (decimal): -7791353 or 466313. OLE color: 466313.
HSL color Cylindrical-coordinate representation of color #891D07: hue angle of 10.15º degrees, saturation: 0.9, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #891D07 is Cyan = 0, Magento = 0.79, Yellow = 0.95 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 137 | 29 | 7 | - |
| CMYK | 0 | 0.79 | 0.95 | 0.46 |
| HSL | 10.15º | 0.9% | 0.28% | - |
| HSV(B) | 10.15º | 0.95% | 0.54% | - |
| XYZ | 10.79 | 6.21 | 0.83 | - |
| YUV | 58.78 | 98.78 | 183.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 29 | 7 | 0 | 0.79 | 0.95 | 0.46 | 10.15 | 0.9 | 0.28 |
| Hex | 89 | 1D | 7 | 0 | 4F | 5F | 2E | A | 5A | 1C |
| Octal | 211 | 35 | 7 | 0 | 117 | 137 | 56 | 12 | 132 | 34 |
| Binary | 10001001 | 11101 | 111 | 0 | 1001111 | 1011111 | 101110 | 1010 | 1011010 | 11100 |
Color Harmonies of #891D07
Complementary color
Monochromatic Colors of #891D07
Black with #891D07
Text Example
Text Example
White with #891D07
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #891D07; }
p { color: rgb(137,29,7); }
H1.HeaderClassName
{
color: #891D07;
}
.AnyTagClassName
{
color: #891D07;
}
</style>
background-color css
<style>
a { background-color: #891D07; }
a { background-color: rgb(137,29,7); }
div.DivClassName
{
background-color: #891D07;
}
.BgClassName
{
background-color: #891D07;
}
</style>
border-color css
<style>
span { border-color: #891D07; }
span { border-color: rgb(137,29,7); }
td.TdClassName
{
border-color: #891D07;
}
.TagClassName
{
border-color: #891D07;
}
</style>