Shades of Falu Red #8D1910
Tints of Falu Red #8D1910
RGB
CMYK
RGB Variations
Color information
#8D1910 (or 0x8D1910) is known color: Falu Red. HEX triplet: 8D, 19 and 10. RGB value is (141,25,16). Sum of RGB (Red+Green+Blue) = 141+25+16=182 (24% of max value = 765). Red value is 141 (55.47% from 255 or 77.47% from 182); Green value is 25 (10.16% from 255 or 13.74% from 182); Blue value is 16 (6.64% from 255 or 8.79% from 182); Max value from RGB is 141 - color contains mainly: red. Hex color #8D1910 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #8D1910 is #72E6EF. Grayscale: #3A3A3A. Windows color (decimal): -7530224 or 1055117. OLE color: 1055117.
HSL color Cylindrical-coordinate representation of color #8D1910: hue angle of 4.32º 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 #8D1910 is Cyan = 0, Magento = 0.82, Yellow = 0.89 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 141 | 25 | 16 | - |
| CMYK | 0 | 0.82 | 0.89 | 0.45 |
| HSL | 4.32º | 0.8% | 0.31% | - |
| HSV(B) | 4.32º | 0.89% | 0.55% | - |
| XYZ | 11.43 | 6.4 | 1.12 | - |
| YUV | 58.66 | 103.93 | 186.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 25 | 16 | 0 | 0.82 | 0.89 | 0.45 | 4.32 | 0.8 | 0.31 |
| Hex | 8D | 19 | 10 | 0 | 52 | 59 | 2D | 4 | 50 | 1F |
| Octal | 215 | 31 | 20 | 0 | 122 | 131 | 55 | 4 | 120 | 37 |
| Binary | 10001101 | 11001 | 10000 | 0 | 1010010 | 1011001 | 101101 | 100 | 1010000 | 11111 |
Color Harmonies of #8D1910
Complementary color
Monochromatic Colors of #8D1910
Black with #8D1910
Text Example
Text Example
White with #8D1910
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D1910; }
p { color: rgb(141,25,16); }
H1.HeaderClassName
{
color: #8D1910;
}
.AnyTagClassName
{
color: #8D1910;
}
</style>
background-color css
<style>
a { background-color: #8D1910; }
a { background-color: rgb(141,25,16); }
div.DivClassName
{
background-color: #8D1910;
}
.BgClassName
{
background-color: #8D1910;
}
</style>
border-color css
<style>
span { border-color: #8D1910; }
span { border-color: rgb(141,25,16); }
td.TdClassName
{
border-color: #8D1910;
}
.TagClassName
{
border-color: #8D1910;
}
</style>