Shades of Falu Red #831D17
Tints of Falu Red #831D17
RGB
CMYK
RGB Variations
Color information
#831D17 (or 0x831D17) is known color: Falu Red. HEX triplet: 83, 1D and 17. RGB value is (131,29,23). Sum of RGB (Red+Green+Blue) = 131+29+23=183 (24% of max value = 765). Red value is 131 (51.56% from 255 or 71.58% from 183); Green value is 29 (11.72% from 255 or 15.85% from 183); Blue value is 23 (9.38% from 255 or 12.57% from 183); Max value from RGB is 131 - color contains mainly: red. Hex color #831D17 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #831D17 is #7CE2E8. Grayscale: #3A3A3A. Windows color (decimal): -8184553 or 1514883. OLE color: 1514883.
HSL color Cylindrical-coordinate representation of color #831D17: hue angle of 3.33º degrees, saturation: 0.7, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #831D17 is Cyan = 0, Magento = 0.78, Yellow = 0.82 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 131 | 29 | 23 | - |
| CMYK | 0 | 0.78 | 0.82 | 0.49 |
| HSL | 3.33º | 0.7% | 0.3% | - |
| HSV(B) | 3.33º | 0.82% | 0.51% | - |
| XYZ | 9.95 | 5.77 | 1.4 | - |
| YUV | 58.81 | 107.79 | 179.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 29 | 23 | 0 | 0.78 | 0.82 | 0.49 | 3.33 | 0.7 | 0.3 |
| Hex | 83 | 1D | 17 | 0 | 4E | 52 | 31 | 3 | 46 | 1E |
| Octal | 203 | 35 | 27 | 0 | 116 | 122 | 61 | 3 | 106 | 36 |
| Binary | 10000011 | 11101 | 10111 | 0 | 1001110 | 1010010 | 110001 | 11 | 1000110 | 11110 |
Color Harmonies of #831D17
Complementary color
Monochromatic Colors of #831D17
Black with #831D17
Text Example
Text Example
White with #831D17
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #831D17; }
p { color: rgb(131,29,23); }
H1.HeaderClassName
{
color: #831D17;
}
.AnyTagClassName
{
color: #831D17;
}
</style>
background-color css
<style>
a { background-color: #831D17; }
a { background-color: rgb(131,29,23); }
div.DivClassName
{
background-color: #831D17;
}
.BgClassName
{
background-color: #831D17;
}
</style>
border-color css
<style>
span { border-color: #831D17; }
span { border-color: rgb(131,29,23); }
td.TdClassName
{
border-color: #831D17;
}
.TagClassName
{
border-color: #831D17;
}
</style>