Shades of Falu Red #890D0D
Tints of Falu Red #890D0D
RGB
CMYK
RGB Variations
Color information
#890D0D (or 0x890D0D) is known color: Falu Red. HEX triplet: 89, 0D and 0D. RGB value is (137,13,13). Sum of RGB (Red+Green+Blue) = 137+13+13=163 (21% of max value = 765). Red value is 137 (53.91% from 255 or 84.05% from 163); Green value is 13 (5.47% from 255 or 7.98% from 163); Blue value is 13 (5.47% from 255 or 7.98% from 163); Max value from RGB is 137 - color contains mainly: red. Hex color #890D0D is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #890D0D is #76F2F2. Grayscale: #323232. Windows color (decimal): -7795443 or 855433. OLE color: 855433.
HSL color Cylindrical-coordinate representation of color #890D0D: hue angle of 0º degrees, saturation: 0.83, 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 #890D0D is Cyan = 0, Magento = 0.91, Yellow = 0.91 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 137 | 13 | 13 | - |
| CMYK | 0 | 0.91 | 0.91 | 0.46 |
| HSL | 0º | 0.83% | 0.29% | - |
| HSV(B) | 0º | 0.91% | 0.54% | - |
| XYZ | 10.53 | 5.64 | 0.91 | - |
| YUV | 50.08 | 107.08 | 190 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 13 | 13 | 0 | 0.91 | 0.91 | 0.46 | 0 | 0.83 | 0.29 |
| Hex | 89 | D | D | 0 | 5B | 5B | 2E | 0 | 53 | 1D |
| Octal | 211 | 15 | 15 | 0 | 133 | 133 | 56 | 0 | 123 | 35 |
| Binary | 10001001 | 1101 | 1101 | 0 | 1011011 | 1011011 | 101110 | 0 | 1010011 | 11101 |
Color Harmonies of #890D0D
Complementary color
Monochromatic Colors of #890D0D
Black with #890D0D
Text Example
Text Example
White with #890D0D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #890D0D; }
p { color: rgb(137,13,13); }
H1.HeaderClassName
{
color: #890D0D;
}
.AnyTagClassName
{
color: #890D0D;
}
</style>
background-color css
<style>
a { background-color: #890D0D; }
a { background-color: rgb(137,13,13); }
div.DivClassName
{
background-color: #890D0D;
}
.BgClassName
{
background-color: #890D0D;
}
</style>
border-color css
<style>
span { border-color: #890D0D; }
span { border-color: rgb(137,13,13); }
td.TdClassName
{
border-color: #890D0D;
}
.TagClassName
{
border-color: #890D0D;
}
</style>