Shades of Falu Red #831A16
Tints of Falu Red #831A16
RGB
CMYK
RGB Variations
Color information
#831A16 (or 0x831A16) is known color: Falu Red. HEX triplet: 83, 1A and 16. RGB value is (131,26,22). Sum of RGB (Red+Green+Blue) = 131+26+22=179 (23% of max value = 765). Red value is 131 (51.56% from 255 or 73.18% from 179); Green value is 26 (10.55% from 255 or 14.53% from 179); Blue value is 22 (8.98% from 255 or 12.29% from 179); Max value from RGB is 131 - color contains mainly: red. Hex color #831A16 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #831A16 is #7CE5E9. Grayscale: #393939. Windows color (decimal): -8185322 or 1448579. OLE color: 1448579.
HSL color Cylindrical-coordinate representation of color #831A16: hue angle of 2.2º degrees, saturation: 0.71, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #831A16 is Cyan = 0, Magento = 0.80, Yellow = 0.83 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 131 | 26 | 22 | - |
| CMYK | 0 | 0.80 | 0.83 | 0.49 |
| HSL | 2.2º | 0.71% | 0.3% | - |
| HSV(B) | 2.2º | 0.83% | 0.51% | - |
| XYZ | 9.87 | 5.62 | 1.32 | - |
| YUV | 56.94 | 108.29 | 180.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 26 | 22 | 0 | 0.80 | 0.83 | 0.49 | 2.2 | 0.71 | 0.3 |
| Hex | 83 | 1A | 16 | 0 | 50 | 53 | 31 | 2 | 47 | 1E |
| Octal | 203 | 32 | 26 | 0 | 120 | 123 | 61 | 2 | 107 | 36 |
| Binary | 10000011 | 11010 | 10110 | 0 | 1010000 | 1010011 | 110001 | 10 | 1000111 | 11110 |
Color Harmonies of #831A16
Complementary color
Monochromatic Colors of #831A16
Black with #831A16
Text Example
Text Example
White with #831A16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #831A16; }
p { color: rgb(131,26,22); }
H1.HeaderClassName
{
color: #831A16;
}
.AnyTagClassName
{
color: #831A16;
}
</style>
background-color css
<style>
a { background-color: #831A16; }
a { background-color: rgb(131,26,22); }
div.DivClassName
{
background-color: #831A16;
}
.BgClassName
{
background-color: #831A16;
}
</style>
border-color css
<style>
span { border-color: #831A16; }
span { border-color: rgb(131,26,22); }
td.TdClassName
{
border-color: #831A16;
}
.TagClassName
{
border-color: #831A16;
}
</style>