Shades of Falu Red #891B05
Tints of Falu Red #891B05
RGB
CMYK
RGB Variations
Color information
#891B05 (or 0x891B05) is known color: Falu Red. HEX triplet: 89, 1B and 05. RGB value is (137,27,5). Sum of RGB (Red+Green+Blue) = 137+27+5=169 (22% of max value = 765). Red value is 137 (53.91% from 255 or 81.07% from 169); Green value is 27 (10.94% from 255 or 15.98% from 169); Blue value is 5 (2.34% from 255 or 2.96% from 169); Max value from RGB is 137 - color contains mainly: red. Hex color #891B05 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #891B05 is #76E4FA. Grayscale: #393939. Windows color (decimal): -7791867 or 334729. OLE color: 334729.
HSL color Cylindrical-coordinate representation of color #891B05: hue angle of 10º degrees, saturation: 0.93, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #891B05 is Cyan = 0, Magento = 0.80, Yellow = 0.96 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 137 | 27 | 5 | - |
| CMYK | 0 | 0.80 | 0.96 | 0.46 |
| HSL | 10º | 0.93% | 0.28% | - |
| HSV(B) | 10º | 0.96% | 0.54% | - |
| XYZ | 10.74 | 6.11 | 0.76 | - |
| YUV | 57.38 | 98.44 | 184.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 27 | 5 | 0 | 0.80 | 0.96 | 0.46 | 10 | 0.93 | 0.28 |
| Hex | 89 | 1B | 5 | 0 | 50 | 60 | 2E | A | 5D | 1C |
| Octal | 211 | 33 | 5 | 0 | 120 | 140 | 56 | 12 | 135 | 34 |
| Binary | 10001001 | 11011 | 101 | 0 | 1010000 | 1100000 | 101110 | 1010 | 1011101 | 11100 |
Color Harmonies of #891B05
Complementary color
Monochromatic Colors of #891B05
Black with #891B05
Text Example
Text Example
White with #891B05
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #891B05; }
p { color: rgb(137,27,5); }
H1.HeaderClassName
{
color: #891B05;
}
.AnyTagClassName
{
color: #891B05;
}
</style>
background-color css
<style>
a { background-color: #891B05; }
a { background-color: rgb(137,27,5); }
div.DivClassName
{
background-color: #891B05;
}
.BgClassName
{
background-color: #891B05;
}
</style>
border-color css
<style>
span { border-color: #891B05; }
span { border-color: rgb(137,27,5); }
td.TdClassName
{
border-color: #891B05;
}
.TagClassName
{
border-color: #891B05;
}
</style>