Shades of Falu Red #831C0A
Tints of Falu Red #831C0A
RGB
CMYK
RGB Variations
Color information
#831C0A (or 0x831C0A) is known color: Falu Red. HEX triplet: 83, 1C and 0A. RGB value is (131,28,10). Sum of RGB (Red+Green+Blue) = 131+28+10=169 (22% of max value = 765). Red value is 131 (51.56% from 255 or 77.51% from 169); Green value is 28 (11.33% from 255 or 16.57% from 169); Blue value is 10 (4.30% from 255 or 5.92% from 169); Max value from RGB is 131 - color contains mainly: red. Hex color #831C0A is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #831C0A is #7CE3F5. Grayscale: #383838. Windows color (decimal): -8184822 or 662659. OLE color: 662659.
HSL color Cylindrical-coordinate representation of color #831C0A: hue angle of 8.93º degrees, saturation: 0.86, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #831C0A is Cyan = 0, Magento = 0.79, Yellow = 0.92 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 131 | 28 | 10 | - |
| CMYK | 0 | 0.79 | 0.92 | 0.49 |
| HSL | 8.93º | 0.86% | 0.28% | - |
| HSV(B) | 8.93º | 0.92% | 0.51% | - |
| XYZ | 9.83 | 5.68 | 0.86 | - |
| YUV | 56.75 | 101.62 | 180.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 28 | 10 | 0 | 0.79 | 0.92 | 0.49 | 8.93 | 0.86 | 0.28 |
| Hex | 83 | 1C | A | 0 | 4F | 5C | 31 | 9 | 56 | 1C |
| Octal | 203 | 34 | 12 | 0 | 117 | 134 | 61 | 11 | 126 | 34 |
| Binary | 10000011 | 11100 | 1010 | 0 | 1001111 | 1011100 | 110001 | 1001 | 1010110 | 11100 |
Color Harmonies of #831C0A
Complementary color
Monochromatic Colors of #831C0A
Black with #831C0A
Text Example
Text Example
White with #831C0A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #831C0A; }
p { color: rgb(131,28,10); }
H1.HeaderClassName
{
color: #831C0A;
}
.AnyTagClassName
{
color: #831C0A;
}
</style>
background-color css
<style>
a { background-color: #831C0A; }
a { background-color: rgb(131,28,10); }
div.DivClassName
{
background-color: #831C0A;
}
.BgClassName
{
background-color: #831C0A;
}
</style>
border-color css
<style>
span { border-color: #831C0A; }
span { border-color: rgb(131,28,10); }
td.TdClassName
{
border-color: #831C0A;
}
.TagClassName
{
border-color: #831C0A;
}
</style>