Shades of Falu Red #89170C
Tints of Falu Red #89170C
RGB
CMYK
RGB Variations
Color information
#89170C (or 0x89170C) is known color: Falu Red. HEX triplet: 89, 17 and 0C. RGB value is (137,23,12). Sum of RGB (Red+Green+Blue) = 137+23+12=172 (22% of max value = 765). Red value is 137 (53.91% from 255 or 79.65% from 172); Green value is 23 (9.38% from 255 or 13.37% from 172); Blue value is 12 (5.08% from 255 or 6.98% from 172); Max value from RGB is 137 - color contains mainly: red. Hex color #89170C is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #89170C is #76E8F3. Grayscale: #373737. Windows color (decimal): -7792884 or 792457. OLE color: 792457.
HSL color Cylindrical-coordinate representation of color #89170C: hue angle of 5.28º degrees, saturation: 0.84, 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 #89170C is Cyan = 0, Magento = 0.83, Yellow = 0.91 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 137 | 23 | 12 | - |
| CMYK | 0 | 0.83 | 0.91 | 0.46 |
| HSL | 5.28º | 0.84% | 0.29% | - |
| HSV(B) | 5.28º | 0.91% | 0.54% | - |
| XYZ | 10.69 | 5.96 | 0.93 | - |
| YUV | 55.83 | 103.27 | 185.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 23 | 12 | 0 | 0.83 | 0.91 | 0.46 | 5.28 | 0.84 | 0.29 |
| Hex | 89 | 17 | C | 0 | 53 | 5B | 2E | 5 | 54 | 1D |
| Octal | 211 | 27 | 14 | 0 | 123 | 133 | 56 | 5 | 124 | 35 |
| Binary | 10001001 | 10111 | 1100 | 0 | 1010011 | 1011011 | 101110 | 101 | 1010100 | 11101 |
Color Harmonies of #89170C
Complementary color
Monochromatic Colors of #89170C
Black with #89170C
Text Example
Text Example
White with #89170C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #89170C; }
p { color: rgb(137,23,12); }
H1.HeaderClassName
{
color: #89170C;
}
.AnyTagClassName
{
color: #89170C;
}
</style>
background-color css
<style>
a { background-color: #89170C; }
a { background-color: rgb(137,23,12); }
div.DivClassName
{
background-color: #89170C;
}
.BgClassName
{
background-color: #89170C;
}
</style>
border-color css
<style>
span { border-color: #89170C; }
span { border-color: rgb(137,23,12); }
td.TdClassName
{
border-color: #89170C;
}
.TagClassName
{
border-color: #89170C;
}
</style>