Shades of Falu Red #831A06
Tints of Falu Red #831A06
RGB
CMYK
RGB Variations
Color information
#831A06 (or 0x831A06) is known color: Falu Red. HEX triplet: 83, 1A and 06. RGB value is (131,26,6). Sum of RGB (Red+Green+Blue) = 131+26+6=163 (21% of max value = 765). Red value is 131 (51.56% from 255 or 80.37% from 163); Green value is 26 (10.55% from 255 or 15.95% from 163); Blue value is 6 (2.73% from 255 or 3.68% from 163); Max value from RGB is 131 - color contains mainly: red. Hex color #831A06 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #831A06 is #7CE5F9. Grayscale: #373737. Windows color (decimal): -8185338 or 400003. OLE color: 400003.
HSL color Cylindrical-coordinate representation of color #831A06: hue angle of 9.6º degrees, saturation: 0.91, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #831A06 is Cyan = 0, Magento = 0.80, Yellow = 0.95 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 131 | 26 | 6 | - |
| CMYK | 0 | 0.80 | 0.95 | 0.49 |
| HSL | 9.6º | 0.91% | 0.27% | - |
| HSV(B) | 9.6º | 0.95% | 0.51% | - |
| XYZ | 9.76 | 5.58 | 0.73 | - |
| YUV | 55.12 | 100.29 | 182.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 26 | 6 | 0 | 0.80 | 0.95 | 0.49 | 9.6 | 0.91 | 0.27 |
| Hex | 83 | 1A | 6 | 0 | 50 | 5F | 31 | A | 5B | 1B |
| Octal | 203 | 32 | 6 | 0 | 120 | 137 | 61 | 12 | 133 | 33 |
| Binary | 10000011 | 11010 | 110 | 0 | 1010000 | 1011111 | 110001 | 1010 | 1011011 | 11011 |
Color Harmonies of #831A06
Complementary color
Monochromatic Colors of #831A06
Black with #831A06
Text Example
Text Example
White with #831A06
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #831A06; }
p { color: rgb(131,26,6); }
H1.HeaderClassName
{
color: #831A06;
}
.AnyTagClassName
{
color: #831A06;
}
</style>
background-color css
<style>
a { background-color: #831A06; }
a { background-color: rgb(131,26,6); }
div.DivClassName
{
background-color: #831A06;
}
.BgClassName
{
background-color: #831A06;
}
</style>
border-color css
<style>
span { border-color: #831A06; }
span { border-color: rgb(131,26,6); }
td.TdClassName
{
border-color: #831A06;
}
.TagClassName
{
border-color: #831A06;
}
</style>