Shades of Falu Red #8D2205
Tints of Falu Red #8D2205
RGB
CMYK
RGB Variations
Color information
#8D2205 (or 0x8D2205) is known color: Falu Red. HEX triplet: 8D, 22 and 05. RGB value is (141,34,5). Sum of RGB (Red+Green+Blue) = 141+34+5=180 (23% of max value = 765). Red value is 141 (55.47% from 255 or 78.33% from 180); Green value is 34 (13.67% from 255 or 18.89% from 180); Blue value is 5 (2.34% from 255 or 2.78% from 180); Max value from RGB is 141 - color contains mainly: red. Hex color #8D2205 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #8D2205 is #72DDFA. Grayscale: #3E3E3E. Windows color (decimal): -7527931 or 336525. OLE color: 336525.
HSL color Cylindrical-coordinate representation of color #8D2205: hue angle of 12.79º degrees, saturation: 0.93, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #8D2205 is Cyan = 0, Magento = 0.76, Yellow = 0.96 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 141 | 34 | 5 | - |
| CMYK | 0 | 0.76 | 0.96 | 0.45 |
| HSL | 12.79º | 0.93% | 0.29% | - |
| HSV(B) | 12.79º | 0.96% | 0.55% | - |
| XYZ | 11.58 | 6.82 | 0.85 | - |
| YUV | 62.69 | 95.45 | 183.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 34 | 5 | 0 | 0.76 | 0.96 | 0.45 | 12.79 | 0.93 | 0.29 |
| Hex | 8D | 22 | 5 | 0 | 4C | 60 | 2D | D | 5D | 1D |
| Octal | 215 | 42 | 5 | 0 | 114 | 140 | 55 | 15 | 135 | 35 |
| Binary | 10001101 | 100010 | 101 | 0 | 1001100 | 1100000 | 101101 | 1101 | 1011101 | 11101 |
Color Harmonies of #8D2205
Complementary color
Monochromatic Colors of #8D2205
Black with #8D2205
Text Example
Text Example
White with #8D2205
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D2205; }
p { color: rgb(141,34,5); }
H1.HeaderClassName
{
color: #8D2205;
}
.AnyTagClassName
{
color: #8D2205;
}
</style>
background-color css
<style>
a { background-color: #8D2205; }
a { background-color: rgb(141,34,5); }
div.DivClassName
{
background-color: #8D2205;
}
.BgClassName
{
background-color: #8D2205;
}
</style>
border-color css
<style>
span { border-color: #8D2205; }
span { border-color: rgb(141,34,5); }
td.TdClassName
{
border-color: #8D2205;
}
.TagClassName
{
border-color: #8D2205;
}
</style>