Shades of Falu Red #8D2008
Tints of Falu Red #8D2008
RGB
CMYK
RGB Variations
Color information
#8D2008 (or 0x8D2008) is known color: Falu Red. HEX triplet: 8D, 20 and 08. RGB value is (141,32,8). Sum of RGB (Red+Green+Blue) = 141+32+8=181 (23% of max value = 765). Red value is 141 (55.47% from 255 or 77.90% from 181); Green value is 32 (12.89% from 255 or 17.68% from 181); Blue value is 8 (3.52% from 255 or 4.42% from 181); Max value from RGB is 141 - color contains mainly: red. Hex color #8D2008 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #8D2008 is #72DFF7. Grayscale: #3E3E3E. Windows color (decimal): -7528440 or 532621. OLE color: 532621.
HSL color Cylindrical-coordinate representation of color #8D2008: hue angle of 10.83º 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 #8D2008 is Cyan = 0, Magento = 0.77, Yellow = 0.94 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 141 | 32 | 8 | - |
| CMYK | 0 | 0.77 | 0.94 | 0.45 |
| HSL | 10.83º | 0.89% | 0.29% | - |
| HSV(B) | 10.83º | 0.94% | 0.55% | - |
| XYZ | 11.54 | 6.71 | 0.92 | - |
| YUV | 61.86 | 97.61 | 184.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 32 | 8 | 0 | 0.77 | 0.94 | 0.45 | 10.83 | 0.89 | 0.29 |
| Hex | 8D | 20 | 8 | 0 | 4D | 5E | 2D | B | 59 | 1D |
| Octal | 215 | 40 | 10 | 0 | 115 | 136 | 55 | 13 | 131 | 35 |
| Binary | 10001101 | 100000 | 1000 | 0 | 1001101 | 1011110 | 101101 | 1011 | 1011001 | 11101 |
Color Harmonies of #8D2008
Complementary color
Monochromatic Colors of #8D2008
Black with #8D2008
Text Example
Text Example
White with #8D2008
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D2008; }
p { color: rgb(141,32,8); }
H1.HeaderClassName
{
color: #8D2008;
}
.AnyTagClassName
{
color: #8D2008;
}
</style>
background-color css
<style>
a { background-color: #8D2008; }
a { background-color: rgb(141,32,8); }
div.DivClassName
{
background-color: #8D2008;
}
.BgClassName
{
background-color: #8D2008;
}
</style>
border-color css
<style>
span { border-color: #8D2008; }
span { border-color: rgb(141,32,8); }
td.TdClassName
{
border-color: #8D2008;
}
.TagClassName
{
border-color: #8D2008;
}
</style>