Shades of Falu Red #89180D
Tints of Falu Red #89180D
RGB
CMYK
RGB Variations
Color information
#89180D (or 0x89180D) is known color: Falu Red. HEX triplet: 89, 18 and 0D. RGB value is (137,24,13). Sum of RGB (Red+Green+Blue) = 137+24+13=174 (23% of max value = 765). Red value is 137 (53.91% from 255 or 78.74% from 174); Green value is 24 (9.77% from 255 or 13.79% from 174); Blue value is 13 (5.47% from 255 or 7.47% from 174); Max value from RGB is 137 - color contains mainly: red. Hex color #89180D is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #89180D is #76E7F2. Grayscale: #383838. Windows color (decimal): -7792627 or 858249. OLE color: 858249.
HSL color Cylindrical-coordinate representation of color #89180D: hue angle of 5.32º degrees, saturation: 0.83, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #89180D is Cyan = 0, Magento = 0.82, Yellow = 0.91 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 137 | 24 | 13 | - |
| CMYK | 0 | 0.82 | 0.91 | 0.46 |
| HSL | 5.32º | 0.83% | 0.29% | - |
| HSV(B) | 5.32º | 0.91% | 0.54% | - |
| XYZ | 10.72 | 6 | 0.97 | - |
| YUV | 56.53 | 103.44 | 185.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 24 | 13 | 0 | 0.82 | 0.91 | 0.46 | 5.32 | 0.83 | 0.29 |
| Hex | 89 | 18 | D | 0 | 52 | 5B | 2E | 5 | 53 | 1D |
| Octal | 211 | 30 | 15 | 0 | 122 | 133 | 56 | 5 | 123 | 35 |
| Binary | 10001001 | 11000 | 1101 | 0 | 1010010 | 1011011 | 101110 | 101 | 1010011 | 11101 |
Color Harmonies of #89180D
Complementary color
Monochromatic Colors of #89180D
Black with #89180D
Text Example
Text Example
White with #89180D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #89180D; }
p { color: rgb(137,24,13); }
H1.HeaderClassName
{
color: #89180D;
}
.AnyTagClassName
{
color: #89180D;
}
</style>
background-color css
<style>
a { background-color: #89180D; }
a { background-color: rgb(137,24,13); }
div.DivClassName
{
background-color: #89180D;
}
.BgClassName
{
background-color: #89180D;
}
</style>
border-color css
<style>
span { border-color: #89180D; }
span { border-color: rgb(137,24,13); }
td.TdClassName
{
border-color: #89180D;
}
.TagClassName
{
border-color: #89180D;
}
</style>