Shades of Falu Red #892600
Tints of Falu Red #892600
RGB
CMYK
RGB Variations
Color information
#892600 (or 0x892600) is known color: Falu Red. HEX triplet: 89, 26 and 00. RGB value is (137,38,0). Sum of RGB (Red+Green+Blue) = 137+38+0=175 (23% of max value = 765). Red value is 137 (53.91% from 255 or 78.29% from 175); Green value is 38 (15.23% from 255 or 21.71% from 175); Blue value is 0 (0.39% from 255 or 0% from 175); Max value from RGB is 137 - color contains mainly: red. Hex color #892600 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #892600 is #76D9FF. Grayscale: #3F3F3F. Windows color (decimal): -7789056 or 9865. OLE color: 9865.
HSL color Cylindrical-coordinate representation of color #892600: hue angle of 16.64º degrees, saturation: 1, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 1%. Process color model (Four color, CMYK) of #892600 is Cyan = 0, Magento = 0.72, Yellow = 1 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 137 | 38 | 0 | - |
| CMYK | 0 | 0.72 | 1 | 0.46 |
| HSL | 16.64º | 1% | 0.27% | - |
| HSV(B) | 16.64º | 1% | 0.54% | - |
| XYZ | 11.01 | 6.7 | 0.71 | - |
| YUV | 63.27 | 92.3 | 180.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 38 | 0 | 0 | 0.72 | 1 | 0.46 | 16.64 | 1 | 0.27 |
| Hex | 89 | 26 | 0 | 0 | 48 | 64 | 2E | 11 | 64 | 1B |
| Octal | 211 | 46 | 0 | 0 | 110 | 144 | 56 | 21 | 144 | 33 |
| Binary | 10001001 | 100110 | 0 | 0 | 1001000 | 1100100 | 101110 | 10001 | 1100100 | 11011 |
Color Harmonies of #892600
Complementary color
Monochromatic Colors of #892600
Black with #892600
Text Example
Text Example
White with #892600
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #892600; }
p { color: rgb(137,38,0); }
H1.HeaderClassName
{
color: #892600;
}
.AnyTagClassName
{
color: #892600;
}
</style>
background-color css
<style>
a { background-color: #892600; }
a { background-color: rgb(137,38,0); }
div.DivClassName
{
background-color: #892600;
}
.BgClassName
{
background-color: #892600;
}
</style>
border-color css
<style>
span { border-color: #892600; }
span { border-color: rgb(137,38,0); }
td.TdClassName
{
border-color: #892600;
}
.TagClassName
{
border-color: #892600;
}
</style>