Shades of Falu Red #892005
Tints of Falu Red #892005
RGB
CMYK
RGB Variations
Color information
#892005 (or 0x892005) is known color: Falu Red. HEX triplet: 89, 20 and 05. RGB value is (137,32,5). Sum of RGB (Red+Green+Blue) = 137+32+5=174 (23% of max value = 765). Red value is 137 (53.91% from 255 or 78.74% from 174); Green value is 32 (12.89% from 255 or 18.39% from 174); Blue value is 5 (2.34% from 255 or 2.87% from 174); Max value from RGB is 137 - color contains mainly: red. Hex color #892005 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #892005 is #76DFFA. Grayscale: #3C3C3C. Windows color (decimal): -7790587 or 336009. OLE color: 336009.
HSL color Cylindrical-coordinate representation of color #892005: hue angle of 12.27º 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 #892005 is Cyan = 0, Magento = 0.77, Yellow = 0.96 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 137 | 32 | 5 | - |
| CMYK | 0 | 0.77 | 0.96 | 0.46 |
| HSL | 12.27º | 0.93% | 0.28% | - |
| HSV(B) | 12.27º | 0.96% | 0.54% | - |
| XYZ | 10.86 | 6.36 | 0.8 | - |
| YUV | 60.32 | 96.79 | 182.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 32 | 5 | 0 | 0.77 | 0.96 | 0.46 | 12.27 | 0.93 | 0.28 |
| Hex | 89 | 20 | 5 | 0 | 4D | 60 | 2E | C | 5D | 1C |
| Octal | 211 | 40 | 5 | 0 | 115 | 140 | 56 | 14 | 135 | 34 |
| Binary | 10001001 | 100000 | 101 | 0 | 1001101 | 1100000 | 101110 | 1100 | 1011101 | 11100 |
Color Harmonies of #892005
Complementary color
Monochromatic Colors of #892005
Black with #892005
Text Example
Text Example
White with #892005
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #892005; }
p { color: rgb(137,32,5); }
H1.HeaderClassName
{
color: #892005;
}
.AnyTagClassName
{
color: #892005;
}
</style>
background-color css
<style>
a { background-color: #892005; }
a { background-color: rgb(137,32,5); }
div.DivClassName
{
background-color: #892005;
}
.BgClassName
{
background-color: #892005;
}
</style>
border-color css
<style>
span { border-color: #892005; }
span { border-color: rgb(137,32,5); }
td.TdClassName
{
border-color: #892005;
}
.TagClassName
{
border-color: #892005;
}
</style>