Shades of Falu Red #831D00
Tints of Falu Red #831D00
RGB
CMYK
RGB Variations
Color information
#831D00 (or 0x831D00) is known color: Falu Red. HEX triplet: 83, 1D and 00. RGB value is (131,29,0). Sum of RGB (Red+Green+Blue) = 131+29+0=160 (21% of max value = 765). Red value is 131 (51.56% from 255 or 81.88% from 160); Green value is 29 (11.72% from 255 or 18.12% from 160); Blue value is 0 (0.39% from 255 or 0% from 160); Max value from RGB is 131 - color contains mainly: red. Hex color #831D00 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #831D00 is #7CE2FF. Grayscale: #383838. Windows color (decimal): -8184576 or 7555. OLE color: 7555.
HSL color Cylindrical-coordinate representation of color #831D00: hue angle of 13.28º degrees, saturation: 1, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 1%. Process color model (Four color, CMYK) of #831D00 is Cyan = 0, Magento = 0.78, Yellow = 1 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 131 | 29 | 0 | - |
| CMYK | 0 | 0.78 | 1 | 0.49 |
| HSL | 13.28º | 1% | 0.26% | - |
| HSV(B) | 13.28º | 1% | 0.51% | - |
| XYZ | 9.8 | 5.7 | 0.58 | - |
| YUV | 56.19 | 96.29 | 181.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 29 | 0 | 0 | 0.78 | 1 | 0.49 | 13.28 | 1 | 0.26 |
| Hex | 83 | 1D | 0 | 0 | 4E | 64 | 31 | D | 64 | 1A |
| Octal | 203 | 35 | 0 | 0 | 116 | 144 | 61 | 15 | 144 | 32 |
| Binary | 10000011 | 11101 | 0 | 0 | 1001110 | 1100100 | 110001 | 1101 | 1100100 | 11010 |
Color Harmonies of #831D00
Complementary color
Monochromatic Colors of #831D00
Black with #831D00
Text Example
Text Example
White with #831D00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #831D00; }
p { color: rgb(131,29,0); }
H1.HeaderClassName
{
color: #831D00;
}
.AnyTagClassName
{
color: #831D00;
}
</style>
background-color css
<style>
a { background-color: #831D00; }
a { background-color: rgb(131,29,0); }
div.DivClassName
{
background-color: #831D00;
}
.BgClassName
{
background-color: #831D00;
}
</style>
border-color css
<style>
span { border-color: #831D00; }
span { border-color: rgb(131,29,0); }
td.TdClassName
{
border-color: #831D00;
}
.TagClassName
{
border-color: #831D00;
}
</style>