Shades of Falu Red #891B01
Tints of Falu Red #891B01
RGB
CMYK
RGB Variations
Color information
#891B01 (or 0x891B01) is known color: Falu Red. HEX triplet: 89, 1B and 01. RGB value is (137,27,1). Sum of RGB (Red+Green+Blue) = 137+27+1=165 (21% of max value = 765). Red value is 137 (53.91% from 255 or 83.03% from 165); Green value is 27 (10.94% from 255 or 16.36% from 165); Blue value is 1 (0.78% from 255 or 0.61% from 165); Max value from RGB is 137 - color contains mainly: red. Hex color #891B01 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #891B01 is #76E4FE. Grayscale: #393939. Windows color (decimal): -7791871 or 72585. OLE color: 72585.
HSL color Cylindrical-coordinate representation of color #891B01: hue angle of 11.47º degrees, saturation: 0.99, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #891B01 is Cyan = 0, Magento = 0.80, Yellow = 0.99 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 137 | 27 | 1 | - |
| CMYK | 0 | 0.80 | 0.99 | 0.46 |
| HSL | 11.47º | 0.99% | 0.27% | - |
| HSV(B) | 11.47º | 0.99% | 0.54% | - |
| XYZ | 10.71 | 6.1 | 0.64 | - |
| YUV | 56.93 | 96.44 | 185.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 27 | 1 | 0 | 0.80 | 0.99 | 0.46 | 11.47 | 0.99 | 0.27 |
| Hex | 89 | 1B | 1 | 0 | 50 | 63 | 2E | B | 63 | 1B |
| Octal | 211 | 33 | 1 | 0 | 120 | 143 | 56 | 13 | 143 | 33 |
| Binary | 10001001 | 11011 | 1 | 0 | 1010000 | 1100011 | 101110 | 1011 | 1100011 | 11011 |
Color Harmonies of #891B01
Complementary color
Monochromatic Colors of #891B01
Black with #891B01
Text Example
Text Example
White with #891B01
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #891B01; }
p { color: rgb(137,27,1); }
H1.HeaderClassName
{
color: #891B01;
}
.AnyTagClassName
{
color: #891B01;
}
</style>
background-color css
<style>
a { background-color: #891B01; }
a { background-color: rgb(137,27,1); }
div.DivClassName
{
background-color: #891B01;
}
.BgClassName
{
background-color: #891B01;
}
</style>
border-color css
<style>
span { border-color: #891B01; }
span { border-color: rgb(137,27,1); }
td.TdClassName
{
border-color: #891B01;
}
.TagClassName
{
border-color: #891B01;
}
</style>