Shades of Falu Red #89260C
Tints of Falu Red #89260C
RGB
CMYK
RGB Variations
Color information
#89260C (or 0x89260C) is known color: Falu Red. HEX triplet: 89, 26 and 0C. RGB value is (137,38,12). Sum of RGB (Red+Green+Blue) = 137+38+12=187 (24% of max value = 765). Red value is 137 (53.91% from 255 or 73.26% from 187); Green value is 38 (15.23% from 255 or 20.32% from 187); Blue value is 12 (5.08% from 255 or 6.42% from 187); Max value from RGB is 137 - color contains mainly: red. Hex color #89260C is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #89260C is #76D9F3. Grayscale: #404040. Windows color (decimal): -7789044 or 796297. OLE color: 796297.
HSL color Cylindrical-coordinate representation of color #89260C: hue angle of 12.48º 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 #89260C is Cyan = 0, Magento = 0.72, Yellow = 0.91 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 137 | 38 | 12 | - |
| CMYK | 0 | 0.72 | 0.91 | 0.46 |
| HSL | 12.48º | 0.84% | 0.29% | - |
| HSV(B) | 12.48º | 0.91% | 0.54% | - |
| XYZ | 11.08 | 6.73 | 1.06 | - |
| YUV | 64.64 | 98.3 | 179.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 38 | 12 | 0 | 0.72 | 0.91 | 0.46 | 12.48 | 0.84 | 0.29 |
| Hex | 89 | 26 | C | 0 | 48 | 5B | 2E | C | 54 | 1D |
| Octal | 211 | 46 | 14 | 0 | 110 | 133 | 56 | 14 | 124 | 35 |
| Binary | 10001001 | 100110 | 1100 | 0 | 1001000 | 1011011 | 101110 | 1100 | 1010100 | 11101 |
Color Harmonies of #89260C
Complementary color
Monochromatic Colors of #89260C
Black with #89260C
Text Example
Text Example
White with #89260C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #89260C; }
p { color: rgb(137,38,12); }
H1.HeaderClassName
{
color: #89260C;
}
.AnyTagClassName
{
color: #89260C;
}
</style>
background-color css
<style>
a { background-color: #89260C; }
a { background-color: rgb(137,38,12); }
div.DivClassName
{
background-color: #89260C;
}
.BgClassName
{
background-color: #89260C;
}
</style>
border-color css
<style>
span { border-color: #89260C; }
span { border-color: rgb(137,38,12); }
td.TdClassName
{
border-color: #89260C;
}
.TagClassName
{
border-color: #89260C;
}
</style>