Shades of Falu Red #8D1210
Tints of Falu Red #8D1210
RGB
CMYK
RGB Variations
Color information
#8D1210 (or 0x8D1210) is known color: Falu Red. HEX triplet: 8D, 12 and 10. RGB value is (141,18,16). Sum of RGB (Red+Green+Blue) = 141+18+16=175 (23% of max value = 765). Red value is 141 (55.47% from 255 or 80.57% from 175); Green value is 18 (7.42% from 255 or 10.29% from 175); Blue value is 16 (6.64% from 255 or 9.14% from 175); Max value from RGB is 141 - color contains mainly: red. Hex color #8D1210 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #8D1210 is #72EDEF. Grayscale: #363636. Windows color (decimal): -7532016 or 1053325. OLE color: 1053325.
HSL color Cylindrical-coordinate representation of color #8D1210: hue angle of 0.96º degrees, saturation: 0.8, 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 #8D1210 is Cyan = 0, Magento = 0.87, Yellow = 0.89 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 141 | 18 | 16 | - |
| CMYK | 0 | 0.87 | 0.89 | 0.45 |
| HSL | 0.96º | 0.8% | 0.31% | - |
| HSV(B) | 0.96º | 0.89% | 0.55% | - |
| XYZ | 11.29 | 6.13 | 1.08 | - |
| YUV | 54.55 | 106.25 | 189.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 18 | 16 | 0 | 0.87 | 0.89 | 0.45 | 0.96 | 0.8 | 0.31 |
| Hex | 8D | 12 | 10 | 0 | 57 | 59 | 2D | 1 | 50 | 1F |
| Octal | 215 | 22 | 20 | 0 | 127 | 131 | 55 | 1 | 120 | 37 |
| Binary | 10001101 | 10010 | 10000 | 0 | 1010111 | 1011001 | 101101 | 1 | 1010000 | 11111 |
Color Harmonies of #8D1210
Complementary color
Monochromatic Colors of #8D1210
Black with #8D1210
Text Example
Text Example
White with #8D1210
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D1210; }
p { color: rgb(141,18,16); }
H1.HeaderClassName
{
color: #8D1210;
}
.AnyTagClassName
{
color: #8D1210;
}
</style>
background-color css
<style>
a { background-color: #8D1210; }
a { background-color: rgb(141,18,16); }
div.DivClassName
{
background-color: #8D1210;
}
.BgClassName
{
background-color: #8D1210;
}
</style>
border-color css
<style>
span { border-color: #8D1210; }
span { border-color: rgb(141,18,16); }
td.TdClassName
{
border-color: #8D1210;
}
.TagClassName
{
border-color: #8D1210;
}
</style>