Shades of Falu Red #831A13
Tints of Falu Red #831A13
RGB
CMYK
RGB Variations
Color information
#831A13 (or 0x831A13) is known color: Falu Red. HEX triplet: 83, 1A and 13. RGB value is (131,26,19). Sum of RGB (Red+Green+Blue) = 131+26+19=176 (23% of max value = 765). Red value is 131 (51.56% from 255 or 74.43% from 176); Green value is 26 (10.55% from 255 or 14.77% from 176); Blue value is 19 (7.81% from 255 or 10.80% from 176); Max value from RGB is 131 - color contains mainly: red. Hex color #831A13 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #831A13 is #7CE5EC. Grayscale: #383838. Windows color (decimal): -8185325 or 1251971. OLE color: 1251971.
HSL color Cylindrical-coordinate representation of color #831A13: hue angle of 3.75º 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 #831A13 is Cyan = 0, Magento = 0.80, Yellow = 0.85 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 131 | 26 | 19 | - |
| CMYK | 0 | 0.80 | 0.85 | 0.49 |
| HSL | 3.75º | 0.75% | 0.29% | - |
| HSV(B) | 3.75º | 0.85% | 0.51% | - |
| XYZ | 9.85 | 5.61 | 1.18 | - |
| YUV | 56.6 | 106.79 | 181.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 26 | 19 | 0 | 0.80 | 0.85 | 0.49 | 3.75 | 0.75 | 0.29 |
| Hex | 83 | 1A | 13 | 0 | 50 | 55 | 31 | 4 | 4B | 1D |
| Octal | 203 | 32 | 23 | 0 | 120 | 125 | 61 | 4 | 113 | 35 |
| Binary | 10000011 | 11010 | 10011 | 0 | 1010000 | 1010101 | 110001 | 100 | 1001011 | 11101 |
Color Harmonies of #831A13
Complementary color
Monochromatic Colors of #831A13
Black with #831A13
Text Example
Text Example
White with #831A13
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #831A13; }
p { color: rgb(131,26,19); }
H1.HeaderClassName
{
color: #831A13;
}
.AnyTagClassName
{
color: #831A13;
}
</style>
background-color css
<style>
a { background-color: #831A13; }
a { background-color: rgb(131,26,19); }
div.DivClassName
{
background-color: #831A13;
}
.BgClassName
{
background-color: #831A13;
}
</style>
border-color css
<style>
span { border-color: #831A13; }
span { border-color: rgb(131,26,19); }
td.TdClassName
{
border-color: #831A13;
}
.TagClassName
{
border-color: #831A13;
}
</style>