Shades of Falu Red #8D1E05
Tints of Falu Red #8D1E05
RGB
CMYK
RGB Variations
Color information
#8D1E05 (or 0x8D1E05) is known color: Falu Red. HEX triplet: 8D, 1E and 05. RGB value is (141,30,5). Sum of RGB (Red+Green+Blue) = 141+30+5=176 (23% of max value = 765). Red value is 141 (55.47% from 255 or 80.11% from 176); Green value is 30 (12.11% from 255 or 17.05% from 176); Blue value is 5 (2.34% from 255 or 2.84% from 176); Max value from RGB is 141 - color contains mainly: red. Hex color #8D1E05 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #8D1E05 is #72E1FA. Grayscale: #3C3C3C. Windows color (decimal): -7528955 or 335501. OLE color: 335501.
HSL color Cylindrical-coordinate representation of color #8D1E05: hue angle of 11.03º degrees, saturation: 0.93, 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 #8D1E05 is Cyan = 0, Magento = 0.79, Yellow = 0.96 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 141 | 30 | 5 | - |
| CMYK | 0 | 0.79 | 0.96 | 0.45 |
| HSL | 11.03º | 0.93% | 0.29% | - |
| HSV(B) | 11.03º | 0.96% | 0.55% | - |
| XYZ | 11.48 | 6.6 | 0.81 | - |
| YUV | 60.34 | 96.77 | 185.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 30 | 5 | 0 | 0.79 | 0.96 | 0.45 | 11.03 | 0.93 | 0.29 |
| Hex | 8D | 1E | 5 | 0 | 4F | 60 | 2D | B | 5D | 1D |
| Octal | 215 | 36 | 5 | 0 | 117 | 140 | 55 | 13 | 135 | 35 |
| Binary | 10001101 | 11110 | 101 | 0 | 1001111 | 1100000 | 101101 | 1011 | 1011101 | 11101 |
Color Harmonies of #8D1E05
Complementary color
Monochromatic Colors of #8D1E05
Black with #8D1E05
Text Example
Text Example
White with #8D1E05
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D1E05; }
p { color: rgb(141,30,5); }
H1.HeaderClassName
{
color: #8D1E05;
}
.AnyTagClassName
{
color: #8D1E05;
}
</style>
background-color css
<style>
a { background-color: #8D1E05; }
a { background-color: rgb(141,30,5); }
div.DivClassName
{
background-color: #8D1E05;
}
.BgClassName
{
background-color: #8D1E05;
}
</style>
border-color css
<style>
span { border-color: #8D1E05; }
span { border-color: rgb(141,30,5); }
td.TdClassName
{
border-color: #8D1E05;
}
.TagClassName
{
border-color: #8D1E05;
}
</style>