Shades of Falu Red #8D1E06
Tints of Falu Red #8D1E06
RGB
CMYK
RGB Variations
Color information
#8D1E06 (or 0x8D1E06) is known color: Falu Red. HEX triplet: 8D, 1E and 06. RGB value is (141,30,6). Sum of RGB (Red+Green+Blue) = 141+30+6=177 (23% of max value = 765). Red value is 141 (55.47% from 255 or 79.66% from 177); Green value is 30 (12.11% from 255 or 16.95% from 177); Blue value is 6 (2.73% from 255 or 3.39% from 177); Max value from RGB is 141 - color contains mainly: red. Hex color #8D1E06 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #8D1E06 is #72E1F9. Grayscale: #3C3C3C. Windows color (decimal): -7528954 or 401037. OLE color: 401037.
HSL color Cylindrical-coordinate representation of color #8D1E06: hue angle of 10.67º 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 #8D1E06 is Cyan = 0, Magento = 0.79, Yellow = 0.96 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 141 | 30 | 6 | - |
| CMYK | 0 | 0.79 | 0.96 | 0.45 |
| HSL | 10.67º | 0.92% | 0.29% | - |
| HSV(B) | 10.67º | 0.96% | 0.55% | - |
| XYZ | 11.48 | 6.6 | 0.84 | - |
| YUV | 60.45 | 97.27 | 185.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 30 | 6 | 0 | 0.79 | 0.96 | 0.45 | 10.67 | 0.92 | 0.29 |
| Hex | 8D | 1E | 6 | 0 | 4F | 60 | 2D | B | 5C | 1D |
| Octal | 215 | 36 | 6 | 0 | 117 | 140 | 55 | 13 | 134 | 35 |
| Binary | 10001101 | 11110 | 110 | 0 | 1001111 | 1100000 | 101101 | 1011 | 1011100 | 11101 |
Color Harmonies of #8D1E06
Complementary color
Monochromatic Colors of #8D1E06
Black with #8D1E06
Text Example
Text Example
White with #8D1E06
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D1E06; }
p { color: rgb(141,30,6); }
H1.HeaderClassName
{
color: #8D1E06;
}
.AnyTagClassName
{
color: #8D1E06;
}
</style>
background-color css
<style>
a { background-color: #8D1E06; }
a { background-color: rgb(141,30,6); }
div.DivClassName
{
background-color: #8D1E06;
}
.BgClassName
{
background-color: #8D1E06;
}
</style>
border-color css
<style>
span { border-color: #8D1E06; }
span { border-color: rgb(141,30,6); }
td.TdClassName
{
border-color: #8D1E06;
}
.TagClassName
{
border-color: #8D1E06;
}
</style>