Shades of Falu Red #8B210D
Tints of Falu Red #8B210D
RGB
CMYK
RGB Variations
Color information
#8B210D (or 0x8B210D) is known color: Falu Red. HEX triplet: 8B, 21 and 0D. RGB value is (139,33,13). Sum of RGB (Red+Green+Blue) = 139+33+13=185 (24% of max value = 765). Red value is 139 (54.69% from 255 or 75.14% from 185); Green value is 33 (13.28% from 255 or 17.84% from 185); Blue value is 13 (5.47% from 255 or 7.03% from 185); Max value from RGB is 139 - color contains mainly: red. Hex color #8B210D is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #8B210D is #74DEF2. Grayscale: #3E3E3E. Windows color (decimal): -7659251 or 860555. OLE color: 860555.
HSL color Cylindrical-coordinate representation of color #8B210D: hue angle of 9.52º degrees, saturation: 0.83, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #8B210D is Cyan = 0, Magento = 0.76, Yellow = 0.91 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 139 | 33 | 13 | - |
| CMYK | 0 | 0.76 | 0.91 | 0.45 |
| HSL | 9.52º | 0.83% | 0.3% | - |
| HSV(B) | 9.52º | 0.91% | 0.55% | - |
| XYZ | 11.26 | 6.61 | 1.06 | - |
| YUV | 62.41 | 100.12 | 182.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 33 | 13 | 0 | 0.76 | 0.91 | 0.45 | 9.52 | 0.83 | 0.3 |
| Hex | 8B | 21 | D | 0 | 4C | 5B | 2D | A | 53 | 1E |
| Octal | 213 | 41 | 15 | 0 | 114 | 133 | 55 | 12 | 123 | 36 |
| Binary | 10001011 | 100001 | 1101 | 0 | 1001100 | 1011011 | 101101 | 1010 | 1010011 | 11110 |
Color Harmonies of #8B210D
Complementary color
Monochromatic Colors of #8B210D
Black with #8B210D
Text Example
Text Example
White with #8B210D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B210D; }
p { color: rgb(139,33,13); }
H1.HeaderClassName
{
color: #8B210D;
}
.AnyTagClassName
{
color: #8B210D;
}
</style>
background-color css
<style>
a { background-color: #8B210D; }
a { background-color: rgb(139,33,13); }
div.DivClassName
{
background-color: #8B210D;
}
.BgClassName
{
background-color: #8B210D;
}
</style>
border-color css
<style>
span { border-color: #8B210D; }
span { border-color: rgb(139,33,13); }
td.TdClassName
{
border-color: #8B210D;
}
.TagClassName
{
border-color: #8B210D;
}
</style>