Shades of Falu Red #892001
Tints of Falu Red #892001
RGB
CMYK
RGB Variations
Color information
#892001 (or 0x892001) is known color: Falu Red. HEX triplet: 89, 20 and 01. RGB value is (137,32,1). Sum of RGB (Red+Green+Blue) = 137+32+1=170 (22% of max value = 765). Red value is 137 (53.91% from 255 or 80.59% from 170); Green value is 32 (12.89% from 255 or 18.82% from 170); Blue value is 1 (0.78% from 255 or 0.59% from 170); Max value from RGB is 137 - color contains mainly: red. Hex color #892001 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #892001 is #76DFFE. Grayscale: #3C3C3C. Windows color (decimal): -7790591 or 73865. OLE color: 73865.
HSL color Cylindrical-coordinate representation of color #892001: hue angle of 13.68º 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 #892001 is Cyan = 0, Magento = 0.77, Yellow = 0.99 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 137 | 32 | 1 | - |
| CMYK | 0 | 0.77 | 0.99 | 0.46 |
| HSL | 13.68º | 0.99% | 0.27% | - |
| HSV(B) | 13.68º | 0.99% | 0.54% | - |
| XYZ | 10.84 | 6.35 | 0.68 | - |
| YUV | 59.86 | 94.79 | 183.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 32 | 1 | 0 | 0.77 | 0.99 | 0.46 | 13.68 | 0.99 | 0.27 |
| Hex | 89 | 20 | 1 | 0 | 4D | 63 | 2E | E | 63 | 1B |
| Octal | 211 | 40 | 1 | 0 | 115 | 143 | 56 | 16 | 143 | 33 |
| Binary | 10001001 | 100000 | 1 | 0 | 1001101 | 1100011 | 101110 | 1110 | 1100011 | 11011 |
Color Harmonies of #892001
Complementary color
Monochromatic Colors of #892001
Black with #892001
Text Example
Text Example
White with #892001
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #892001; }
p { color: rgb(137,32,1); }
H1.HeaderClassName
{
color: #892001;
}
.AnyTagClassName
{
color: #892001;
}
</style>
background-color css
<style>
a { background-color: #892001; }
a { background-color: rgb(137,32,1); }
div.DivClassName
{
background-color: #892001;
}
.BgClassName
{
background-color: #892001;
}
</style>
border-color css
<style>
span { border-color: #892001; }
span { border-color: rgb(137,32,1); }
td.TdClassName
{
border-color: #892001;
}
.TagClassName
{
border-color: #892001;
}
</style>