Shades of Falu Red #8D1808
Tints of Falu Red #8D1808
RGB
CMYK
RGB Variations
Color information
#8D1808 (or 0x8D1808) is known color: Falu Red. HEX triplet: 8D, 18 and 08. RGB value is (141,24,8). Sum of RGB (Red+Green+Blue) = 141+24+8=173 (22% of max value = 765). Red value is 141 (55.47% from 255 or 81.50% from 173); Green value is 24 (9.77% from 255 or 13.87% from 173); Blue value is 8 (3.52% from 255 or 4.62% from 173); Max value from RGB is 141 - color contains mainly: red. Hex color #8D1808 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #8D1808 is #72E7F7. Grayscale: #393939. Windows color (decimal): -7530488 or 530573. OLE color: 530573.
HSL color Cylindrical-coordinate representation of color #8D1808: hue angle of 7.22º 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 #8D1808 is Cyan = 0, Magento = 0.83, Yellow = 0.94 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 141 | 24 | 8 | - |
| CMYK | 0 | 0.83 | 0.94 | 0.45 |
| HSL | 7.22º | 0.89% | 0.29% | - |
| HSV(B) | 7.22º | 0.94% | 0.55% | - |
| XYZ | 11.35 | 6.33 | 0.85 | - |
| YUV | 57.16 | 100.26 | 187.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 24 | 8 | 0 | 0.83 | 0.94 | 0.45 | 7.22 | 0.89 | 0.29 |
| Hex | 8D | 18 | 8 | 0 | 53 | 5E | 2D | 7 | 59 | 1D |
| Octal | 215 | 30 | 10 | 0 | 123 | 136 | 55 | 7 | 131 | 35 |
| Binary | 10001101 | 11000 | 1000 | 0 | 1010011 | 1011110 | 101101 | 111 | 1011001 | 11101 |
Color Harmonies of #8D1808
Complementary color
Monochromatic Colors of #8D1808
Black with #8D1808
Text Example
Text Example
White with #8D1808
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D1808; }
p { color: rgb(141,24,8); }
H1.HeaderClassName
{
color: #8D1808;
}
.AnyTagClassName
{
color: #8D1808;
}
</style>
background-color css
<style>
a { background-color: #8D1808; }
a { background-color: rgb(141,24,8); }
div.DivClassName
{
background-color: #8D1808;
}
.BgClassName
{
background-color: #8D1808;
}
</style>
border-color css
<style>
span { border-color: #8D1808; }
span { border-color: rgb(141,24,8); }
td.TdClassName
{
border-color: #8D1808;
}
.TagClassName
{
border-color: #8D1808;
}
</style>