Shades of Falu Red #89210C
Tints of Falu Red #89210C
RGB
CMYK
RGB Variations
Color information
#89210C (or 0x89210C) is known color: Falu Red. HEX triplet: 89, 21 and 0C. RGB value is (137,33,12). Sum of RGB (Red+Green+Blue) = 137+33+12=182 (24% of max value = 765). Red value is 137 (53.91% from 255 or 75.27% from 182); Green value is 33 (13.28% from 255 or 18.13% from 182); Blue value is 12 (5.08% from 255 or 6.59% from 182); Max value from RGB is 137 - color contains mainly: red. Hex color #89210C is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #89210C is #76DEF3. Grayscale: #3D3D3D. Windows color (decimal): -7790324 or 795017. OLE color: 795017.
HSL color Cylindrical-coordinate representation of color #89210C: hue angle of 10.08º 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 #89210C is Cyan = 0, Magento = 0.76, Yellow = 0.91 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 137 | 33 | 12 | - |
| CMYK | 0 | 0.76 | 0.91 | 0.46 |
| HSL | 10.08º | 0.84% | 0.29% | - |
| HSV(B) | 10.08º | 0.91% | 0.54% | - |
| XYZ | 10.93 | 6.43 | 1.01 | - |
| YUV | 61.7 | 99.96 | 181.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 33 | 12 | 0 | 0.76 | 0.91 | 0.46 | 10.08 | 0.84 | 0.29 |
| Hex | 89 | 21 | C | 0 | 4C | 5B | 2E | A | 54 | 1D |
| Octal | 211 | 41 | 14 | 0 | 114 | 133 | 56 | 12 | 124 | 35 |
| Binary | 10001001 | 100001 | 1100 | 0 | 1001100 | 1011011 | 101110 | 1010 | 1010100 | 11101 |
Color Harmonies of #89210C
Complementary color
Monochromatic Colors of #89210C
Black with #89210C
Text Example
Text Example
White with #89210C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #89210C; }
p { color: rgb(137,33,12); }
H1.HeaderClassName
{
color: #89210C;
}
.AnyTagClassName
{
color: #89210C;
}
</style>
background-color css
<style>
a { background-color: #89210C; }
a { background-color: rgb(137,33,12); }
div.DivClassName
{
background-color: #89210C;
}
.BgClassName
{
background-color: #89210C;
}
</style>
border-color css
<style>
span { border-color: #89210C; }
span { border-color: rgb(137,33,12); }
td.TdClassName
{
border-color: #89210C;
}
.TagClassName
{
border-color: #89210C;
}
</style>