Shades of Falu Red #89210B
Tints of Falu Red #89210B
RGB
CMYK
RGB Variations
Color information
#89210B (or 0x89210B) is known color: Falu Red. HEX triplet: 89, 21 and 0B. RGB value is (137,33,11). Sum of RGB (Red+Green+Blue) = 137+33+11=181 (23% of max value = 765). Red value is 137 (53.91% from 255 or 75.69% from 181); Green value is 33 (13.28% from 255 or 18.23% from 181); Blue value is 11 (4.69% from 255 or 6.08% from 181); Max value from RGB is 137 - color contains mainly: red. Hex color #89210B is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #89210B is #76DEF4. Grayscale: #3D3D3D. Windows color (decimal): -7790325 or 729481. OLE color: 729481.
HSL color Cylindrical-coordinate representation of color #89210B: hue angle of 10.48º 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 #89210B is Cyan = 0, Magento = 0.76, Yellow = 0.92 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 137 | 33 | 11 | - |
| CMYK | 0 | 0.76 | 0.92 | 0.46 |
| HSL | 10.48º | 0.85% | 0.29% | - |
| HSV(B) | 10.48º | 0.92% | 0.54% | - |
| XYZ | 10.92 | 6.43 | 0.98 | - |
| YUV | 61.59 | 99.46 | 181.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 33 | 11 | 0 | 0.76 | 0.92 | 0.46 | 10.48 | 0.85 | 0.29 |
| Hex | 89 | 21 | B | 0 | 4C | 5C | 2E | A | 55 | 1D |
| Octal | 211 | 41 | 13 | 0 | 114 | 134 | 56 | 12 | 125 | 35 |
| Binary | 10001001 | 100001 | 1011 | 0 | 1001100 | 1011100 | 101110 | 1010 | 1010101 | 11101 |
Color Harmonies of #89210B
Complementary color
Monochromatic Colors of #89210B
Black with #89210B
Text Example
Text Example
White with #89210B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #89210B; }
p { color: rgb(137,33,11); }
H1.HeaderClassName
{
color: #89210B;
}
.AnyTagClassName
{
color: #89210B;
}
</style>
background-color css
<style>
a { background-color: #89210B; }
a { background-color: rgb(137,33,11); }
div.DivClassName
{
background-color: #89210B;
}
.BgClassName
{
background-color: #89210B;
}
</style>
border-color css
<style>
span { border-color: #89210B; }
span { border-color: rgb(137,33,11); }
td.TdClassName
{
border-color: #89210B;
}
.TagClassName
{
border-color: #89210B;
}
</style>