Shades of Falu Red #89190D
Tints of Falu Red #89190D
RGB
CMYK
RGB Variations
Color information
#89190D (or 0x89190D) is known color: Falu Red. HEX triplet: 89, 19 and 0D. RGB value is (137,25,13). Sum of RGB (Red+Green+Blue) = 137+25+13=175 (23% of max value = 765). Red value is 137 (53.91% from 255 or 78.29% from 175); Green value is 25 (10.16% from 255 or 14.29% from 175); Blue value is 13 (5.47% from 255 or 7.43% from 175); Max value from RGB is 137 - color contains mainly: red. Hex color #89190D is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #89190D is #76E6F2. Grayscale: #393939. Windows color (decimal): -7792371 or 858505. OLE color: 858505.
HSL color Cylindrical-coordinate representation of color #89190D: hue angle of 5.81º 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 #89190D is Cyan = 0, Magento = 0.82, Yellow = 0.91 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 137 | 25 | 13 | - |
| CMYK | 0 | 0.82 | 0.91 | 0.46 |
| HSL | 5.81º | 0.83% | 0.29% | - |
| HSV(B) | 5.81º | 0.91% | 0.54% | - |
| XYZ | 10.74 | 6.04 | 0.98 | - |
| YUV | 57.12 | 103.11 | 184.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 25 | 13 | 0 | 0.82 | 0.91 | 0.46 | 5.81 | 0.83 | 0.29 |
| Hex | 89 | 19 | D | 0 | 52 | 5B | 2E | 6 | 53 | 1D |
| Octal | 211 | 31 | 15 | 0 | 122 | 133 | 56 | 6 | 123 | 35 |
| Binary | 10001001 | 11001 | 1101 | 0 | 1010010 | 1011011 | 101110 | 110 | 1010011 | 11101 |
Color Harmonies of #89190D
Complementary color
Monochromatic Colors of #89190D
Black with #89190D
Text Example
Text Example
White with #89190D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #89190D; }
p { color: rgb(137,25,13); }
H1.HeaderClassName
{
color: #89190D;
}
.AnyTagClassName
{
color: #89190D;
}
</style>
background-color css
<style>
a { background-color: #89190D; }
a { background-color: rgb(137,25,13); }
div.DivClassName
{
background-color: #89190D;
}
.BgClassName
{
background-color: #89190D;
}
</style>
border-color css
<style>
span { border-color: #89190D; }
span { border-color: rgb(137,25,13); }
td.TdClassName
{
border-color: #89190D;
}
.TagClassName
{
border-color: #89190D;
}
</style>