Shades of Falu Red #831E0A
Tints of Falu Red #831E0A
RGB
CMYK
RGB Variations
Color information
#831E0A (or 0x831E0A) is known color: Falu Red. HEX triplet: 83, 1E and 0A. RGB value is (131,30,10). Sum of RGB (Red+Green+Blue) = 131+30+10=171 (22% of max value = 765). Red value is 131 (51.56% from 255 or 76.61% from 171); Green value is 30 (12.11% from 255 or 17.54% from 171); Blue value is 10 (4.30% from 255 or 5.85% from 171); Max value from RGB is 131 - color contains mainly: red. Hex color #831E0A is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #831E0A is #7CE1F5. Grayscale: #3A3A3A. Windows color (decimal): -8184310 or 663171. OLE color: 663171.
HSL color Cylindrical-coordinate representation of color #831E0A: hue angle of 9.92º degrees, saturation: 0.86, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #831E0A is Cyan = 0, Magento = 0.77, Yellow = 0.92 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 131 | 30 | 10 | - |
| CMYK | 0 | 0.77 | 0.92 | 0.49 |
| HSL | 9.92º | 0.86% | 0.28% | - |
| HSV(B) | 9.92º | 0.92% | 0.51% | - |
| XYZ | 9.88 | 5.78 | 0.88 | - |
| YUV | 57.92 | 100.96 | 180.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 30 | 10 | 0 | 0.77 | 0.92 | 0.49 | 9.92 | 0.86 | 0.28 |
| Hex | 83 | 1E | A | 0 | 4D | 5C | 31 | A | 56 | 1C |
| Octal | 203 | 36 | 12 | 0 | 115 | 134 | 61 | 12 | 126 | 34 |
| Binary | 10000011 | 11110 | 1010 | 0 | 1001101 | 1011100 | 110001 | 1010 | 1010110 | 11100 |
Color Harmonies of #831E0A
Complementary color
Monochromatic Colors of #831E0A
Black with #831E0A
Text Example
Text Example
White with #831E0A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #831E0A; }
p { color: rgb(131,30,10); }
H1.HeaderClassName
{
color: #831E0A;
}
.AnyTagClassName
{
color: #831E0A;
}
</style>
background-color css
<style>
a { background-color: #831E0A; }
a { background-color: rgb(131,30,10); }
div.DivClassName
{
background-color: #831E0A;
}
.BgClassName
{
background-color: #831E0A;
}
</style>
border-color css
<style>
span { border-color: #831E0A; }
span { border-color: rgb(131,30,10); }
td.TdClassName
{
border-color: #831E0A;
}
.TagClassName
{
border-color: #831E0A;
}
</style>