Shades of Falu Red #8D2208
Tints of Falu Red #8D2208
RGB
CMYK
RGB Variations
Color information
#8D2208 (or 0x8D2208) is known color: Falu Red. HEX triplet: 8D, 22 and 08. RGB value is (141,34,8). Sum of RGB (Red+Green+Blue) = 141+34+8=183 (24% of max value = 765). Red value is 141 (55.47% from 255 or 77.05% from 183); Green value is 34 (13.67% from 255 or 18.58% from 183); Blue value is 8 (3.52% from 255 or 4.37% from 183); Max value from RGB is 141 - color contains mainly: red. Hex color #8D2208 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #8D2208 is #72DDF7. Grayscale: #3F3F3F. Windows color (decimal): -7527928 or 533133. OLE color: 533133.
HSL color Cylindrical-coordinate representation of color #8D2208: hue angle of 11.73º degrees, saturation: 0.89, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #8D2208 is Cyan = 0, Magento = 0.76, Yellow = 0.94 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 141 | 34 | 8 | - |
| CMYK | 0 | 0.76 | 0.94 | 0.45 |
| HSL | 11.73º | 0.89% | 0.29% | - |
| HSV(B) | 11.73º | 0.94% | 0.55% | - |
| XYZ | 11.6 | 6.82 | 0.94 | - |
| YUV | 63.03 | 96.95 | 183.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 34 | 8 | 0 | 0.76 | 0.94 | 0.45 | 11.73 | 0.89 | 0.29 |
| Hex | 8D | 22 | 8 | 0 | 4C | 5E | 2D | C | 59 | 1D |
| Octal | 215 | 42 | 10 | 0 | 114 | 136 | 55 | 14 | 131 | 35 |
| Binary | 10001101 | 100010 | 1000 | 0 | 1001100 | 1011110 | 101101 | 1100 | 1011001 | 11101 |
Color Harmonies of #8D2208
Complementary color
Monochromatic Colors of #8D2208
Black with #8D2208
Text Example
Text Example
White with #8D2208
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D2208; }
p { color: rgb(141,34,8); }
H1.HeaderClassName
{
color: #8D2208;
}
.AnyTagClassName
{
color: #8D2208;
}
</style>
background-color css
<style>
a { background-color: #8D2208; }
a { background-color: rgb(141,34,8); }
div.DivClassName
{
background-color: #8D2208;
}
.BgClassName
{
background-color: #8D2208;
}
</style>
border-color css
<style>
span { border-color: #8D2208; }
span { border-color: rgb(141,34,8); }
td.TdClassName
{
border-color: #8D2208;
}
.TagClassName
{
border-color: #8D2208;
}
</style>