Shades of Falu Red #831C13
Tints of Falu Red #831C13
RGB
CMYK
RGB Variations
Color information
#831C13 (or 0x831C13) is known color: Falu Red. HEX triplet: 83, 1C and 13. RGB value is (131,28,19). Sum of RGB (Red+Green+Blue) = 131+28+19=178 (23% of max value = 765). Red value is 131 (51.56% from 255 or 73.60% from 178); Green value is 28 (11.33% from 255 or 15.73% from 178); Blue value is 19 (7.81% from 255 or 10.67% from 178); Max value from RGB is 131 - color contains mainly: red. Hex color #831C13 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #831C13 is #7CE3EC. Grayscale: #393939. Windows color (decimal): -8184813 or 1252483. OLE color: 1252483.
HSL color Cylindrical-coordinate representation of color #831C13: hue angle of 4.82º 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 #831C13 is Cyan = 0, Magento = 0.79, Yellow = 0.85 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 131 | 28 | 19 | - |
| CMYK | 0 | 0.79 | 0.85 | 0.49 |
| HSL | 4.82º | 0.75% | 0.29% | - |
| HSV(B) | 4.82º | 0.85% | 0.51% | - |
| XYZ | 9.89 | 5.7 | 1.2 | - |
| YUV | 57.77 | 106.12 | 180.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 28 | 19 | 0 | 0.79 | 0.85 | 0.49 | 4.82 | 0.75 | 0.29 |
| Hex | 83 | 1C | 13 | 0 | 4F | 55 | 31 | 5 | 4B | 1D |
| Octal | 203 | 34 | 23 | 0 | 117 | 125 | 61 | 5 | 113 | 35 |
| Binary | 10000011 | 11100 | 10011 | 0 | 1001111 | 1010101 | 110001 | 101 | 1001011 | 11101 |
Color Harmonies of #831C13
Complementary color
Monochromatic Colors of #831C13
Black with #831C13
Text Example
Text Example
White with #831C13
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #831C13; }
p { color: rgb(131,28,19); }
H1.HeaderClassName
{
color: #831C13;
}
.AnyTagClassName
{
color: #831C13;
}
</style>
background-color css
<style>
a { background-color: #831C13; }
a { background-color: rgb(131,28,19); }
div.DivClassName
{
background-color: #831C13;
}
.BgClassName
{
background-color: #831C13;
}
</style>
border-color css
<style>
span { border-color: #831C13; }
span { border-color: rgb(131,28,19); }
td.TdClassName
{
border-color: #831C13;
}
.TagClassName
{
border-color: #831C13;
}
</style>