Shades of Falu Red #8D150D
Tints of Falu Red #8D150D
RGB
CMYK
RGB Variations
Color information
#8D150D (or 0x8D150D) is known color: Falu Red. HEX triplet: 8D, 15 and 0D. RGB value is (141,21,13). Sum of RGB (Red+Green+Blue) = 141+21+13=175 (23% of max value = 765). Red value is 141 (55.47% from 255 or 80.57% from 175); Green value is 21 (8.59% from 255 or 12% from 175); Blue value is 13 (5.47% from 255 or 7.43% from 175); Max value from RGB is 141 - color contains mainly: red. Hex color #8D150D is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #8D150D is #72EAF2. Grayscale: #383838. Windows color (decimal): -7531251 or 857485. OLE color: 857485.
HSL color Cylindrical-coordinate representation of color #8D150D: hue angle of 3.75º degrees, saturation: 0.83, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #8D150D is Cyan = 0, Magento = 0.85, Yellow = 0.91 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 141 | 21 | 13 | - |
| CMYK | 0 | 0.85 | 0.91 | 0.45 |
| HSL | 3.75º | 0.83% | 0.3% | - |
| HSV(B) | 3.75º | 0.91% | 0.55% | - |
| XYZ | 11.33 | 6.23 | 0.99 | - |
| YUV | 55.97 | 103.76 | 188.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 21 | 13 | 0 | 0.85 | 0.91 | 0.45 | 3.75 | 0.83 | 0.3 |
| Hex | 8D | 15 | D | 0 | 55 | 5B | 2D | 4 | 53 | 1E |
| Octal | 215 | 25 | 15 | 0 | 125 | 133 | 55 | 4 | 123 | 36 |
| Binary | 10001101 | 10101 | 1101 | 0 | 1010101 | 1011011 | 101101 | 100 | 1010011 | 11110 |
Color Harmonies of #8D150D
Complementary color
Monochromatic Colors of #8D150D
Black with #8D150D
Text Example
Text Example
White with #8D150D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D150D; }
p { color: rgb(141,21,13); }
H1.HeaderClassName
{
color: #8D150D;
}
.AnyTagClassName
{
color: #8D150D;
}
</style>
background-color css
<style>
a { background-color: #8D150D; }
a { background-color: rgb(141,21,13); }
div.DivClassName
{
background-color: #8D150D;
}
.BgClassName
{
background-color: #8D150D;
}
</style>
border-color css
<style>
span { border-color: #8D150D; }
span { border-color: rgb(141,21,13); }
td.TdClassName
{
border-color: #8D150D;
}
.TagClassName
{
border-color: #8D150D;
}
</style>