Shades of Falu Red #89240B
Tints of Falu Red #89240B
RGB
CMYK
RGB Variations
Color information
#89240B (or 0x89240B) is known color: Falu Red. HEX triplet: 89, 24 and 0B. RGB value is (137,36,11). Sum of RGB (Red+Green+Blue) = 137+36+11=184 (24% of max value = 765). Red value is 137 (53.91% from 255 or 74.46% from 184); Green value is 36 (14.45% from 255 or 19.57% from 184); Blue value is 11 (4.69% from 255 or 5.98% from 184); Max value from RGB is 137 - color contains mainly: red. Hex color #89240B is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #89240B is #76DBF4. Grayscale: #3F3F3F. Windows color (decimal): -7789557 or 730249. OLE color: 730249.
HSL color Cylindrical-coordinate representation of color #89240B: hue angle of 11.9º degrees, saturation: 0.85, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #89240B is Cyan = 0, Magento = 0.74, Yellow = 0.92 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 137 | 36 | 11 | - |
| CMYK | 0 | 0.74 | 0.92 | 0.46 |
| HSL | 11.9º | 0.85% | 0.29% | - |
| HSV(B) | 11.9º | 0.92% | 0.54% | - |
| XYZ | 11.01 | 6.6 | 1.01 | - |
| YUV | 63.35 | 98.46 | 180.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 36 | 11 | 0 | 0.74 | 0.92 | 0.46 | 11.9 | 0.85 | 0.29 |
| Hex | 89 | 24 | B | 0 | 4A | 5C | 2E | C | 55 | 1D |
| Octal | 211 | 44 | 13 | 0 | 112 | 134 | 56 | 14 | 125 | 35 |
| Binary | 10001001 | 100100 | 1011 | 0 | 1001010 | 1011100 | 101110 | 1100 | 1010101 | 11101 |
Color Harmonies of #89240B
Complementary color
Monochromatic Colors of #89240B
Black with #89240B
Text Example
Text Example
White with #89240B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #89240B; }
p { color: rgb(137,36,11); }
H1.HeaderClassName
{
color: #89240B;
}
.AnyTagClassName
{
color: #89240B;
}
</style>
background-color css
<style>
a { background-color: #89240B; }
a { background-color: rgb(137,36,11); }
div.DivClassName
{
background-color: #89240B;
}
.BgClassName
{
background-color: #89240B;
}
</style>
border-color css
<style>
span { border-color: #89240B; }
span { border-color: rgb(137,36,11); }
td.TdClassName
{
border-color: #89240B;
}
.TagClassName
{
border-color: #89240B;
}
</style>