Shades of Falu Red #83260E
Tints of Falu Red #83260E
RGB
CMYK
RGB Variations
Color information
#83260E (or 0x83260E) is known color: Falu Red. HEX triplet: 83, 26 and 0E. RGB value is (131,38,14). Sum of RGB (Red+Green+Blue) = 131+38+14=183 (24% of max value = 765). Red value is 131 (51.56% from 255 or 71.58% from 183); Green value is 38 (15.23% from 255 or 20.77% from 183); Blue value is 14 (5.86% from 255 or 7.65% from 183); Max value from RGB is 131 - color contains mainly: red. Hex color #83260E is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #83260E is #7CD9F1. Grayscale: #3F3F3F. Windows color (decimal): -8182258 or 927363. OLE color: 927363.
HSL color Cylindrical-coordinate representation of color #83260E: hue angle of 12.31º degrees, saturation: 0.81, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #83260E is Cyan = 0, Magento = 0.71, Yellow = 0.89 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 131 | 38 | 14 | - |
| CMYK | 0 | 0.71 | 0.89 | 0.49 |
| HSL | 12.31º | 0.81% | 0.28% | - |
| HSV(B) | 12.31º | 0.89% | 0.51% | - |
| XYZ | 10.13 | 6.24 | 1.09 | - |
| YUV | 63.07 | 100.31 | 176.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 38 | 14 | 0 | 0.71 | 0.89 | 0.49 | 12.31 | 0.81 | 0.28 |
| Hex | 83 | 26 | E | 0 | 47 | 59 | 31 | C | 51 | 1C |
| Octal | 203 | 46 | 16 | 0 | 107 | 131 | 61 | 14 | 121 | 34 |
| Binary | 10000011 | 100110 | 1110 | 0 | 1000111 | 1011001 | 110001 | 1100 | 1010001 | 11100 |
Color Harmonies of #83260E
Complementary color
Monochromatic Colors of #83260E
Black with #83260E
Text Example
Text Example
White with #83260E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #83260E; }
p { color: rgb(131,38,14); }
H1.HeaderClassName
{
color: #83260E;
}
.AnyTagClassName
{
color: #83260E;
}
</style>
background-color css
<style>
a { background-color: #83260E; }
a { background-color: rgb(131,38,14); }
div.DivClassName
{
background-color: #83260E;
}
.BgClassName
{
background-color: #83260E;
}
</style>
border-color css
<style>
span { border-color: #83260E; }
span { border-color: rgb(131,38,14); }
td.TdClassName
{
border-color: #83260E;
}
.TagClassName
{
border-color: #83260E;
}
</style>