Shades of Falu Red #8D150B
Tints of Falu Red #8D150B
RGB
CMYK
RGB Variations
Color information
#8D150B (or 0x8D150B) is known color: Falu Red. HEX triplet: 8D, 15 and 0B. RGB value is (141,21,11). Sum of RGB (Red+Green+Blue) = 141+21+11=173 (22% of max value = 765). Red value is 141 (55.47% from 255 or 81.50% from 173); Green value is 21 (8.59% from 255 or 12.14% from 173); Blue value is 11 (4.69% from 255 or 6.36% from 173); Max value from RGB is 141 - color contains mainly: red. Hex color #8D150B is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #8D150B is #72EAF4. Grayscale: #373737. Windows color (decimal): -7531253 or 726413. OLE color: 726413.
HSL color Cylindrical-coordinate representation of color #8D150B: hue angle of 4.62º degrees, saturation: 0.86, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #8D150B is Cyan = 0, Magento = 0.85, Yellow = 0.92 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 141 | 21 | 11 | - |
| CMYK | 0 | 0.85 | 0.92 | 0.45 |
| HSL | 4.62º | 0.86% | 0.3% | - |
| HSV(B) | 4.62º | 0.92% | 0.55% | - |
| XYZ | 11.31 | 6.22 | 0.92 | - |
| YUV | 55.74 | 102.76 | 188.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 21 | 11 | 0 | 0.85 | 0.92 | 0.45 | 4.62 | 0.86 | 0.3 |
| Hex | 8D | 15 | B | 0 | 55 | 5C | 2D | 5 | 56 | 1E |
| Octal | 215 | 25 | 13 | 0 | 125 | 134 | 55 | 5 | 126 | 36 |
| Binary | 10001101 | 10101 | 1011 | 0 | 1010101 | 1011100 | 101101 | 101 | 1010110 | 11110 |
Color Harmonies of #8D150B
Complementary color
Monochromatic Colors of #8D150B
Black with #8D150B
Text Example
Text Example
White with #8D150B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D150B; }
p { color: rgb(141,21,11); }
H1.HeaderClassName
{
color: #8D150B;
}
.AnyTagClassName
{
color: #8D150B;
}
</style>
background-color css
<style>
a { background-color: #8D150B; }
a { background-color: rgb(141,21,11); }
div.DivClassName
{
background-color: #8D150B;
}
.BgClassName
{
background-color: #8D150B;
}
</style>
border-color css
<style>
span { border-color: #8D150B; }
span { border-color: rgb(141,21,11); }
td.TdClassName
{
border-color: #8D150B;
}
.TagClassName
{
border-color: #8D150B;
}
</style>