Shades of Falu Red #89130D
Tints of Falu Red #89130D
RGB
CMYK
RGB Variations
Color information
#89130D (or 0x89130D) is known color: Falu Red. HEX triplet: 89, 13 and 0D. RGB value is (137,19,13). Sum of RGB (Red+Green+Blue) = 137+19+13=169 (22% of max value = 765). Red value is 137 (53.91% from 255 or 81.07% from 169); Green value is 19 (7.81% from 255 or 11.24% from 169); Blue value is 13 (5.47% from 255 or 7.69% from 169); Max value from RGB is 137 - color contains mainly: red. Hex color #89130D is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #89130D is #76ECF2. Grayscale: #353535. Windows color (decimal): -7793907 or 856969. OLE color: 856969.
HSL color Cylindrical-coordinate representation of color #89130D: hue angle of 2.9º 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 #89130D is Cyan = 0, Magento = 0.86, Yellow = 0.91 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 137 | 19 | 13 | - |
| CMYK | 0 | 0.86 | 0.91 | 0.46 |
| HSL | 2.9º | 0.83% | 0.29% | - |
| HSV(B) | 2.9º | 0.91% | 0.54% | - |
| XYZ | 10.62 | 5.81 | 0.94 | - |
| YUV | 53.6 | 105.09 | 187.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 19 | 13 | 0 | 0.86 | 0.91 | 0.46 | 2.9 | 0.83 | 0.29 |
| Hex | 89 | 13 | D | 0 | 56 | 5B | 2E | 3 | 53 | 1D |
| Octal | 211 | 23 | 15 | 0 | 126 | 133 | 56 | 3 | 123 | 35 |
| Binary | 10001001 | 10011 | 1101 | 0 | 1010110 | 1011011 | 101110 | 11 | 1010011 | 11101 |
Color Harmonies of #89130D
Complementary color
Monochromatic Colors of #89130D
Black with #89130D
Text Example
Text Example
White with #89130D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #89130D; }
p { color: rgb(137,19,13); }
H1.HeaderClassName
{
color: #89130D;
}
.AnyTagClassName
{
color: #89130D;
}
</style>
background-color css
<style>
a { background-color: #89130D; }
a { background-color: rgb(137,19,13); }
div.DivClassName
{
background-color: #89130D;
}
.BgClassName
{
background-color: #89130D;
}
</style>
border-color css
<style>
span { border-color: #89130D; }
span { border-color: rgb(137,19,13); }
td.TdClassName
{
border-color: #89130D;
}
.TagClassName
{
border-color: #89130D;
}
</style>