Shades of Falu Red #8D110F
Tints of Falu Red #8D110F
RGB
CMYK
RGB Variations
Color information
#8D110F (or 0x8D110F) is known color: Falu Red. HEX triplet: 8D, 11 and 0F. RGB value is (141,17,15). Sum of RGB (Red+Green+Blue) = 141+17+15=173 (22% of max value = 765). Red value is 141 (55.47% from 255 or 81.50% from 173); Green value is 17 (7.03% from 255 or 9.83% from 173); Blue value is 15 (6.25% from 255 or 8.67% from 173); Max value from RGB is 141 - color contains mainly: red. Hex color #8D110F is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #8D110F is #72EEF0. Grayscale: #353535. Windows color (decimal): -7532273 or 987533. OLE color: 987533.
HSL color Cylindrical-coordinate representation of color #8D110F: hue angle of 0.95º degrees, saturation: 0.81, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #8D110F is Cyan = 0, Magento = 0.88, Yellow = 0.89 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 141 | 17 | 15 | - |
| CMYK | 0 | 0.88 | 0.89 | 0.45 |
| HSL | 0.95º | 0.81% | 0.31% | - |
| HSV(B) | 0.95º | 0.89% | 0.55% | - |
| XYZ | 11.27 | 6.1 | 1.03 | - |
| YUV | 53.85 | 106.08 | 190.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 17 | 15 | 0 | 0.88 | 0.89 | 0.45 | 0.95 | 0.81 | 0.31 |
| Hex | 8D | 11 | F | 0 | 58 | 59 | 2D | 1 | 51 | 1F |
| Octal | 215 | 21 | 17 | 0 | 130 | 131 | 55 | 1 | 121 | 37 |
| Binary | 10001101 | 10001 | 1111 | 0 | 1011000 | 1011001 | 101101 | 1 | 1010001 | 11111 |
Color Harmonies of #8D110F
Complementary color
Monochromatic Colors of #8D110F
Black with #8D110F
Text Example
Text Example
White with #8D110F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D110F; }
p { color: rgb(141,17,15); }
H1.HeaderClassName
{
color: #8D110F;
}
.AnyTagClassName
{
color: #8D110F;
}
</style>
background-color css
<style>
a { background-color: #8D110F; }
a { background-color: rgb(141,17,15); }
div.DivClassName
{
background-color: #8D110F;
}
.BgClassName
{
background-color: #8D110F;
}
</style>
border-color css
<style>
span { border-color: #8D110F; }
span { border-color: rgb(141,17,15); }
td.TdClassName
{
border-color: #8D110F;
}
.TagClassName
{
border-color: #8D110F;
}
</style>