Shades of Falu Red #8D2506
Tints of Falu Red #8D2506
RGB
CMYK
RGB Variations
Color information
#8D2506 (or 0x8D2506) is known color: Falu Red. HEX triplet: 8D, 25 and 06. RGB value is (141,37,6). Sum of RGB (Red+Green+Blue) = 141+37+6=184 (24% of max value = 765). Red value is 141 (55.47% from 255 or 76.63% from 184); Green value is 37 (14.84% from 255 or 20.11% from 184); Blue value is 6 (2.73% from 255 or 3.26% from 184); Max value from RGB is 141 - color contains mainly: red. Hex color #8D2506 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #8D2506 is #72DAF9. Grayscale: #404040. Windows color (decimal): -7527162 or 402829. OLE color: 402829.
HSL color Cylindrical-coordinate representation of color #8D2506: hue angle of 13.78º degrees, saturation: 0.92, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #8D2506 is Cyan = 0, Magento = 0.74, Yellow = 0.96 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 141 | 37 | 6 | - |
| CMYK | 0 | 0.74 | 0.96 | 0.45 |
| HSL | 13.78º | 0.92% | 0.29% | - |
| HSV(B) | 13.78º | 0.96% | 0.55% | - |
| XYZ | 11.68 | 7 | 0.91 | - |
| YUV | 64.56 | 94.96 | 182.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 37 | 6 | 0 | 0.74 | 0.96 | 0.45 | 13.78 | 0.92 | 0.29 |
| Hex | 8D | 25 | 6 | 0 | 4A | 60 | 2D | E | 5C | 1D |
| Octal | 215 | 45 | 6 | 0 | 112 | 140 | 55 | 16 | 134 | 35 |
| Binary | 10001101 | 100101 | 110 | 0 | 1001010 | 1100000 | 101101 | 1110 | 1011100 | 11101 |
Color Harmonies of #8D2506
Complementary color
Monochromatic Colors of #8D2506
Black with #8D2506
Text Example
Text Example
White with #8D2506
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D2506; }
p { color: rgb(141,37,6); }
H1.HeaderClassName
{
color: #8D2506;
}
.AnyTagClassName
{
color: #8D2506;
}
</style>
background-color css
<style>
a { background-color: #8D2506; }
a { background-color: rgb(141,37,6); }
div.DivClassName
{
background-color: #8D2506;
}
.BgClassName
{
background-color: #8D2506;
}
</style>
border-color css
<style>
span { border-color: #8D2506; }
span { border-color: rgb(141,37,6); }
td.TdClassName
{
border-color: #8D2506;
}
.TagClassName
{
border-color: #8D2506;
}
</style>