Shades of Falu Red #831D0A
Tints of Falu Red #831D0A
RGB
CMYK
RGB Variations
Color information
#831D0A (or 0x831D0A) is known color: Falu Red. HEX triplet: 83, 1D and 0A. RGB value is (131,29,10). Sum of RGB (Red+Green+Blue) = 131+29+10=170 (22% of max value = 765). Red value is 131 (51.56% from 255 or 77.06% from 170); Green value is 29 (11.72% from 255 or 17.06% from 170); Blue value is 10 (4.30% from 255 or 5.88% from 170); Max value from RGB is 131 - color contains mainly: red. Hex color #831D0A is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #831D0A is #7CE2F5. Grayscale: #393939. Windows color (decimal): -8184566 or 662915. OLE color: 662915.
HSL color Cylindrical-coordinate representation of color #831D0A: hue angle of 9.42º 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 #831D0A is Cyan = 0, Magento = 0.78, Yellow = 0.92 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 131 | 29 | 10 | - |
| CMYK | 0 | 0.78 | 0.92 | 0.49 |
| HSL | 9.42º | 0.86% | 0.28% | - |
| HSV(B) | 9.42º | 0.92% | 0.51% | - |
| XYZ | 9.85 | 5.73 | 0.87 | - |
| YUV | 57.33 | 101.29 | 180.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 29 | 10 | 0 | 0.78 | 0.92 | 0.49 | 9.42 | 0.86 | 0.28 |
| Hex | 83 | 1D | A | 0 | 4E | 5C | 31 | 9 | 56 | 1C |
| Octal | 203 | 35 | 12 | 0 | 116 | 134 | 61 | 11 | 126 | 34 |
| Binary | 10000011 | 11101 | 1010 | 0 | 1001110 | 1011100 | 110001 | 1001 | 1010110 | 11100 |
Color Harmonies of #831D0A
Complementary color
Monochromatic Colors of #831D0A
Black with #831D0A
Text Example
Text Example
White with #831D0A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #831D0A; }
p { color: rgb(131,29,10); }
H1.HeaderClassName
{
color: #831D0A;
}
.AnyTagClassName
{
color: #831D0A;
}
</style>
background-color css
<style>
a { background-color: #831D0A; }
a { background-color: rgb(131,29,10); }
div.DivClassName
{
background-color: #831D0A;
}
.BgClassName
{
background-color: #831D0A;
}
</style>
border-color css
<style>
span { border-color: #831D0A; }
span { border-color: rgb(131,29,10); }
td.TdClassName
{
border-color: #831D0A;
}
.TagClassName
{
border-color: #831D0A;
}
</style>