Shades of Falu Red #831C11
Tints of Falu Red #831C11
RGB
CMYK
RGB Variations
Color information
#831C11 (or 0x831C11) is known color: Falu Red. HEX triplet: 83, 1C and 11. RGB value is (131,28,17). Sum of RGB (Red+Green+Blue) = 131+28+17=176 (23% of max value = 765). Red value is 131 (51.56% from 255 or 74.43% from 176); Green value is 28 (11.33% from 255 or 15.91% from 176); Blue value is 17 (7.03% from 255 or 9.66% from 176); Max value from RGB is 131 - color contains mainly: red. Hex color #831C11 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #831C11 is #7CE3EE. Grayscale: #393939. Windows color (decimal): -8184815 or 1121411. OLE color: 1121411.
HSL color Cylindrical-coordinate representation of color #831C11: hue angle of 5.79º degrees, saturation: 0.77, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #831C11 is Cyan = 0, Magento = 0.79, Yellow = 0.87 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 131 | 28 | 17 | - |
| CMYK | 0 | 0.79 | 0.87 | 0.49 |
| HSL | 5.79º | 0.77% | 0.29% | - |
| HSV(B) | 5.79º | 0.87% | 0.51% | - |
| XYZ | 9.88 | 5.7 | 1.11 | - |
| YUV | 57.54 | 105.12 | 180.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 28 | 17 | 0 | 0.79 | 0.87 | 0.49 | 5.79 | 0.77 | 0.29 |
| Hex | 83 | 1C | 11 | 0 | 4F | 57 | 31 | 6 | 4D | 1D |
| Octal | 203 | 34 | 21 | 0 | 117 | 127 | 61 | 6 | 115 | 35 |
| Binary | 10000011 | 11100 | 10001 | 0 | 1001111 | 1010111 | 110001 | 110 | 1001101 | 11101 |
Color Harmonies of #831C11
Complementary color
Monochromatic Colors of #831C11
Black with #831C11
Text Example
Text Example
White with #831C11
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #831C11; }
p { color: rgb(131,28,17); }
H1.HeaderClassName
{
color: #831C11;
}
.AnyTagClassName
{
color: #831C11;
}
</style>
background-color css
<style>
a { background-color: #831C11; }
a { background-color: rgb(131,28,17); }
div.DivClassName
{
background-color: #831C11;
}
.BgClassName
{
background-color: #831C11;
}
</style>
border-color css
<style>
span { border-color: #831C11; }
span { border-color: rgb(131,28,17); }
td.TdClassName
{
border-color: #831C11;
}
.TagClassName
{
border-color: #831C11;
}
</style>