Shades of Falu Red #831C10
Tints of Falu Red #831C10
RGB
CMYK
RGB Variations
Color information
#831C10 (or 0x831C10) is known color: Falu Red. HEX triplet: 83, 1C and 10. RGB value is (131,28,16). Sum of RGB (Red+Green+Blue) = 131+28+16=175 (23% of max value = 765). Red value is 131 (51.56% from 255 or 74.86% from 175); Green value is 28 (11.33% from 255 or 16% from 175); Blue value is 16 (6.64% from 255 or 9.14% from 175); Max value from RGB is 131 - color contains mainly: red. Hex color #831C10 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #831C10 is #7CE3EF. Grayscale: #393939. Windows color (decimal): -8184816 or 1055875. OLE color: 1055875.
HSL color Cylindrical-coordinate representation of color #831C10: hue angle of 6.26º degrees, saturation: 0.78, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #831C10 is Cyan = 0, Magento = 0.79, Yellow = 0.88 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 131 | 28 | 16 | - |
| CMYK | 0 | 0.79 | 0.88 | 0.49 |
| HSL | 6.26º | 0.78% | 0.29% | - |
| HSV(B) | 6.26º | 0.88% | 0.51% | - |
| XYZ | 9.87 | 5.69 | 1.07 | - |
| YUV | 57.43 | 104.62 | 180.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 28 | 16 | 0 | 0.79 | 0.88 | 0.49 | 6.26 | 0.78 | 0.29 |
| Hex | 83 | 1C | 10 | 0 | 4F | 58 | 31 | 6 | 4E | 1D |
| Octal | 203 | 34 | 20 | 0 | 117 | 130 | 61 | 6 | 116 | 35 |
| Binary | 10000011 | 11100 | 10000 | 0 | 1001111 | 1011000 | 110001 | 110 | 1001110 | 11101 |
Color Harmonies of #831C10
Complementary color
Monochromatic Colors of #831C10
Black with #831C10
Text Example
Text Example
White with #831C10
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #831C10; }
p { color: rgb(131,28,16); }
H1.HeaderClassName
{
color: #831C10;
}
.AnyTagClassName
{
color: #831C10;
}
</style>
background-color css
<style>
a { background-color: #831C10; }
a { background-color: rgb(131,28,16); }
div.DivClassName
{
background-color: #831C10;
}
.BgClassName
{
background-color: #831C10;
}
</style>
border-color css
<style>
span { border-color: #831C10; }
span { border-color: rgb(131,28,16); }
td.TdClassName
{
border-color: #831C10;
}
.TagClassName
{
border-color: #831C10;
}
</style>