Shades of Falu Red #8D1A0A
Tints of Falu Red #8D1A0A
RGB
CMYK
RGB Variations
Color information
#8D1A0A (or 0x8D1A0A) is known color: Falu Red. HEX triplet: 8D, 1A and 0A. RGB value is (141,26,10). Sum of RGB (Red+Green+Blue) = 141+26+10=177 (23% of max value = 765). Red value is 141 (55.47% from 255 or 79.66% from 177); Green value is 26 (10.55% from 255 or 14.69% from 177); Blue value is 10 (4.30% from 255 or 5.65% from 177); Max value from RGB is 141 - color contains mainly: red. Hex color #8D1A0A is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #8D1A0A is #72E5F5. Grayscale: #3A3A3A. Windows color (decimal): -7529974 or 662157. OLE color: 662157.
HSL color Cylindrical-coordinate representation of color #8D1A0A: hue angle of 7.33º degrees, saturation: 0.87, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #8D1A0A is Cyan = 0, Magento = 0.82, Yellow = 0.93 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 141 | 26 | 10 | - |
| CMYK | 0 | 0.82 | 0.93 | 0.45 |
| HSL | 7.33º | 0.87% | 0.3% | - |
| HSV(B) | 7.33º | 0.93% | 0.55% | - |
| XYZ | 11.41 | 6.42 | 0.93 | - |
| YUV | 58.56 | 100.6 | 186.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 26 | 10 | 0 | 0.82 | 0.93 | 0.45 | 7.33 | 0.87 | 0.3 |
| Hex | 8D | 1A | A | 0 | 52 | 5D | 2D | 7 | 57 | 1E |
| Octal | 215 | 32 | 12 | 0 | 122 | 135 | 55 | 7 | 127 | 36 |
| Binary | 10001101 | 11010 | 1010 | 0 | 1010010 | 1011101 | 101101 | 111 | 1010111 | 11110 |
Color Harmonies of #8D1A0A
Complementary color
Monochromatic Colors of #8D1A0A
Black with #8D1A0A
Text Example
Text Example
White with #8D1A0A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D1A0A; }
p { color: rgb(141,26,10); }
H1.HeaderClassName
{
color: #8D1A0A;
}
.AnyTagClassName
{
color: #8D1A0A;
}
</style>
background-color css
<style>
a { background-color: #8D1A0A; }
a { background-color: rgb(141,26,10); }
div.DivClassName
{
background-color: #8D1A0A;
}
.BgClassName
{
background-color: #8D1A0A;
}
</style>
border-color css
<style>
span { border-color: #8D1A0A; }
span { border-color: rgb(141,26,10); }
td.TdClassName
{
border-color: #8D1A0A;
}
.TagClassName
{
border-color: #8D1A0A;
}
</style>