Shades of Falu Red #831D13
Tints of Falu Red #831D13
RGB
CMYK
RGB Variations
Color information
#831D13 (or 0x831D13) is known color: Falu Red. HEX triplet: 83, 1D and 13. RGB value is (131,29,19). Sum of RGB (Red+Green+Blue) = 131+29+19=179 (23% of max value = 765). Red value is 131 (51.56% from 255 or 73.18% from 179); Green value is 29 (11.72% from 255 or 16.20% from 179); Blue value is 19 (7.81% from 255 or 10.61% from 179); Max value from RGB is 131 - color contains mainly: red. Hex color #831D13 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #831D13 is #7CE2EC. Grayscale: #3A3A3A. Windows color (decimal): -8184557 or 1252739. OLE color: 1252739.
HSL color Cylindrical-coordinate representation of color #831D13: hue angle of 5.36º degrees, saturation: 0.75, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #831D13 is Cyan = 0, Magento = 0.78, Yellow = 0.85 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 131 | 29 | 19 | - |
| CMYK | 0 | 0.78 | 0.85 | 0.49 |
| HSL | 5.36º | 0.75% | 0.29% | - |
| HSV(B) | 5.36º | 0.85% | 0.51% | - |
| XYZ | 9.92 | 5.75 | 1.2 | - |
| YUV | 58.36 | 105.79 | 179.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 29 | 19 | 0 | 0.78 | 0.85 | 0.49 | 5.36 | 0.75 | 0.29 |
| Hex | 83 | 1D | 13 | 0 | 4E | 55 | 31 | 5 | 4B | 1D |
| Octal | 203 | 35 | 23 | 0 | 116 | 125 | 61 | 5 | 113 | 35 |
| Binary | 10000011 | 11101 | 10011 | 0 | 1001110 | 1010101 | 110001 | 101 | 1001011 | 11101 |
Color Harmonies of #831D13
Complementary color
Monochromatic Colors of #831D13
Black with #831D13
Text Example
Text Example
White with #831D13
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #831D13; }
p { color: rgb(131,29,19); }
H1.HeaderClassName
{
color: #831D13;
}
.AnyTagClassName
{
color: #831D13;
}
</style>
background-color css
<style>
a { background-color: #831D13; }
a { background-color: rgb(131,29,19); }
div.DivClassName
{
background-color: #831D13;
}
.BgClassName
{
background-color: #831D13;
}
</style>
border-color css
<style>
span { border-color: #831D13; }
span { border-color: rgb(131,29,19); }
td.TdClassName
{
border-color: #831D13;
}
.TagClassName
{
border-color: #831D13;
}
</style>