Shades of Falu Red #89190C
Tints of Falu Red #89190C
RGB
CMYK
RGB Variations
Color information
#89190C (or 0x89190C) is known color: Falu Red. HEX triplet: 89, 19 and 0C. RGB value is (137,25,12). Sum of RGB (Red+Green+Blue) = 137+25+12=174 (23% of max value = 765). Red value is 137 (53.91% from 255 or 78.74% from 174); Green value is 25 (10.16% from 255 or 14.37% from 174); Blue value is 12 (5.08% from 255 or 6.90% from 174); Max value from RGB is 137 - color contains mainly: red. Hex color #89190C is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #89190C is #76E6F3. Grayscale: #393939. Windows color (decimal): -7792372 or 792969. OLE color: 792969.
HSL color Cylindrical-coordinate representation of color #89190C: hue angle of 6.24º 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 #89190C is Cyan = 0, Magento = 0.82, Yellow = 0.91 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 137 | 25 | 12 | - |
| CMYK | 0 | 0.82 | 0.91 | 0.46 |
| HSL | 6.24º | 0.84% | 0.29% | - |
| HSV(B) | 6.24º | 0.91% | 0.54% | - |
| XYZ | 10.73 | 6.04 | 0.95 | - |
| YUV | 57.01 | 102.61 | 185.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 25 | 12 | 0 | 0.82 | 0.91 | 0.46 | 6.24 | 0.84 | 0.29 |
| Hex | 89 | 19 | C | 0 | 52 | 5B | 2E | 6 | 54 | 1D |
| Octal | 211 | 31 | 14 | 0 | 122 | 133 | 56 | 6 | 124 | 35 |
| Binary | 10001001 | 11001 | 1100 | 0 | 1010010 | 1011011 | 101110 | 110 | 1010100 | 11101 |
Color Harmonies of #89190C
Complementary color
Monochromatic Colors of #89190C
Black with #89190C
Text Example
Text Example
White with #89190C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #89190C; }
p { color: rgb(137,25,12); }
H1.HeaderClassName
{
color: #89190C;
}
.AnyTagClassName
{
color: #89190C;
}
</style>
background-color css
<style>
a { background-color: #89190C; }
a { background-color: rgb(137,25,12); }
div.DivClassName
{
background-color: #89190C;
}
.BgClassName
{
background-color: #89190C;
}
</style>
border-color css
<style>
span { border-color: #89190C; }
span { border-color: rgb(137,25,12); }
td.TdClassName
{
border-color: #89190C;
}
.TagClassName
{
border-color: #89190C;
}
</style>