Shades of Falu Red #89200D
Tints of Falu Red #89200D
RGB
CMYK
RGB Variations
Color information
#89200D (or 0x89200D) is known color: Falu Red. HEX triplet: 89, 20 and 0D. RGB value is (137,32,13). Sum of RGB (Red+Green+Blue) = 137+32+13=182 (24% of max value = 765). Red value is 137 (53.91% from 255 or 75.27% from 182); Green value is 32 (12.89% from 255 or 17.58% from 182); Blue value is 13 (5.47% from 255 or 7.14% from 182); Max value from RGB is 137 - color contains mainly: red. Hex color #89200D is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #89200D is #76DFF2. Grayscale: #3D3D3D. Windows color (decimal): -7790579 or 860297. OLE color: 860297.
HSL color Cylindrical-coordinate representation of color #89200D: hue angle of 9.19º 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 #89200D is Cyan = 0, Magento = 0.77, Yellow = 0.91 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 137 | 32 | 13 | - |
| CMYK | 0 | 0.77 | 0.91 | 0.46 |
| HSL | 9.19º | 0.83% | 0.29% | - |
| HSV(B) | 9.19º | 0.91% | 0.54% | - |
| XYZ | 10.91 | 6.38 | 1.04 | - |
| YUV | 61.23 | 100.79 | 182.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 32 | 13 | 0 | 0.77 | 0.91 | 0.46 | 9.19 | 0.83 | 0.29 |
| Hex | 89 | 20 | D | 0 | 4D | 5B | 2E | 9 | 53 | 1D |
| Octal | 211 | 40 | 15 | 0 | 115 | 133 | 56 | 11 | 123 | 35 |
| Binary | 10001001 | 100000 | 1101 | 0 | 1001101 | 1011011 | 101110 | 1001 | 1010011 | 11101 |
Color Harmonies of #89200D
Complementary color
Monochromatic Colors of #89200D
Black with #89200D
Text Example
Text Example
White with #89200D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #89200D; }
p { color: rgb(137,32,13); }
H1.HeaderClassName
{
color: #89200D;
}
.AnyTagClassName
{
color: #89200D;
}
</style>
background-color css
<style>
a { background-color: #89200D; }
a { background-color: rgb(137,32,13); }
div.DivClassName
{
background-color: #89200D;
}
.BgClassName
{
background-color: #89200D;
}
</style>
border-color css
<style>
span { border-color: #89200D; }
span { border-color: rgb(137,32,13); }
td.TdClassName
{
border-color: #89200D;
}
.TagClassName
{
border-color: #89200D;
}
</style>