Shades of Falu Red #8D220B
Tints of Falu Red #8D220B
RGB
CMYK
RGB Variations
Color information
#8D220B (or 0x8D220B) is known color: Falu Red. HEX triplet: 8D, 22 and 0B. RGB value is (141,34,11). Sum of RGB (Red+Green+Blue) = 141+34+11=186 (24% of max value = 765). Red value is 141 (55.47% from 255 or 75.81% from 186); Green value is 34 (13.67% from 255 or 18.28% from 186); Blue value is 11 (4.69% from 255 or 5.91% from 186); Max value from RGB is 141 - color contains mainly: red. Hex color #8D220B is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #8D220B is #72DDF4. Grayscale: #3F3F3F. Windows color (decimal): -7527925 or 729741. OLE color: 729741.
HSL color Cylindrical-coordinate representation of color #8D220B: hue angle of 10.62º degrees, saturation: 0.86, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #8D220B is Cyan = 0, Magento = 0.76, Yellow = 0.92 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 141 | 34 | 11 | - |
| CMYK | 0 | 0.76 | 0.92 | 0.45 |
| HSL | 10.62º | 0.86% | 0.3% | - |
| HSV(B) | 10.62º | 0.92% | 0.55% | - |
| XYZ | 11.62 | 6.83 | 1.02 | - |
| YUV | 63.37 | 98.45 | 183.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 34 | 11 | 0 | 0.76 | 0.92 | 0.45 | 10.62 | 0.86 | 0.3 |
| Hex | 8D | 22 | B | 0 | 4C | 5C | 2D | B | 56 | 1E |
| Octal | 215 | 42 | 13 | 0 | 114 | 134 | 55 | 13 | 126 | 36 |
| Binary | 10001101 | 100010 | 1011 | 0 | 1001100 | 1011100 | 101101 | 1011 | 1010110 | 11110 |
Color Harmonies of #8D220B
Complementary color
Monochromatic Colors of #8D220B
Black with #8D220B
Text Example
Text Example
White with #8D220B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D220B; }
p { color: rgb(141,34,11); }
H1.HeaderClassName
{
color: #8D220B;
}
.AnyTagClassName
{
color: #8D220B;
}
</style>
background-color css
<style>
a { background-color: #8D220B; }
a { background-color: rgb(141,34,11); }
div.DivClassName
{
background-color: #8D220B;
}
.BgClassName
{
background-color: #8D220B;
}
</style>
border-color css
<style>
span { border-color: #8D220B; }
span { border-color: rgb(141,34,11); }
td.TdClassName
{
border-color: #8D220B;
}
.TagClassName
{
border-color: #8D220B;
}
</style>