Shades of Falu Red #831C18
Tints of Falu Red #831C18
RGB
CMYK
RGB Variations
Color information
#831C18 (or 0x831C18) is known color: Falu Red. HEX triplet: 83, 1C and 18. RGB value is (131,28,24). Sum of RGB (Red+Green+Blue) = 131+28+24=183 (24% of max value = 765). Red value is 131 (51.56% from 255 or 71.58% from 183); Green value is 28 (11.33% from 255 or 15.30% from 183); Blue value is 24 (9.77% from 255 or 13.11% from 183); Max value from RGB is 131 - color contains mainly: red. Hex color #831C18 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #831C18 is #7CE3E7. Grayscale: #3A3A3A. Windows color (decimal): -8184808 or 1580163. OLE color: 1580163.
HSL color Cylindrical-coordinate representation of color #831C18: hue angle of 2.24º degrees, saturation: 0.69, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #831C18 is Cyan = 0, Magento = 0.79, Yellow = 0.82 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 131 | 28 | 24 | - |
| CMYK | 0 | 0.79 | 0.82 | 0.49 |
| HSL | 2.24º | 0.69% | 0.3% | - |
| HSV(B) | 2.24º | 0.82% | 0.51% | - |
| XYZ | 9.94 | 5.72 | 1.44 | - |
| YUV | 58.34 | 108.62 | 179.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 28 | 24 | 0 | 0.79 | 0.82 | 0.49 | 2.24 | 0.69 | 0.3 |
| Hex | 83 | 1C | 18 | 0 | 4F | 52 | 31 | 2 | 45 | 1E |
| Octal | 203 | 34 | 30 | 0 | 117 | 122 | 61 | 2 | 105 | 36 |
| Binary | 10000011 | 11100 | 11000 | 0 | 1001111 | 1010010 | 110001 | 10 | 1000101 | 11110 |
Color Harmonies of #831C18
Complementary color
Monochromatic Colors of #831C18
Black with #831C18
Text Example
Text Example
White with #831C18
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #831C18; }
p { color: rgb(131,28,24); }
H1.HeaderClassName
{
color: #831C18;
}
.AnyTagClassName
{
color: #831C18;
}
</style>
background-color css
<style>
a { background-color: #831C18; }
a { background-color: rgb(131,28,24); }
div.DivClassName
{
background-color: #831C18;
}
.BgClassName
{
background-color: #831C18;
}
</style>
border-color css
<style>
span { border-color: #831C18; }
span { border-color: rgb(131,28,24); }
td.TdClassName
{
border-color: #831C18;
}
.TagClassName
{
border-color: #831C18;
}
</style>