Shades of Falu Red #83120D
Tints of Falu Red #83120D
RGB
CMYK
RGB Variations
Color information
#83120D (or 0x83120D) is known color: Falu Red. HEX triplet: 83, 12 and 0D. RGB value is (131,18,13). Sum of RGB (Red+Green+Blue) = 131+18+13=162 (21% of max value = 765). Red value is 131 (51.56% from 255 or 80.86% from 162); Green value is 18 (7.42% from 255 or 11.11% from 162); Blue value is 13 (5.47% from 255 or 8.02% from 162); Max value from RGB is 131 - color contains mainly: red. Hex color #83120D is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #83120D is #7CEDF2. Grayscale: #333333. Windows color (decimal): -8187379 or 856707. OLE color: 856707.
HSL color Cylindrical-coordinate representation of color #83120D: hue angle of 2.54º degrees, saturation: 0.82, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #83120D is Cyan = 0, Magento = 0.86, Yellow = 0.90 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 131 | 18 | 13 | - |
| CMYK | 0 | 0.86 | 0.90 | 0.49 |
| HSL | 2.54º | 0.82% | 0.28% | - |
| HSV(B) | 2.54º | 0.9% | 0.51% | - |
| XYZ | 9.65 | 5.29 | 0.89 | - |
| YUV | 51.22 | 106.44 | 184.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 18 | 13 | 0 | 0.86 | 0.90 | 0.49 | 2.54 | 0.82 | 0.28 |
| Hex | 83 | 12 | D | 0 | 56 | 5A | 31 | 3 | 52 | 1C |
| Octal | 203 | 22 | 15 | 0 | 126 | 132 | 61 | 3 | 122 | 34 |
| Binary | 10000011 | 10010 | 1101 | 0 | 1010110 | 1011010 | 110001 | 11 | 1010010 | 11100 |
Color Harmonies of #83120D
Complementary color
Monochromatic Colors of #83120D
Black with #83120D
Text Example
Text Example
White with #83120D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #83120D; }
p { color: rgb(131,18,13); }
H1.HeaderClassName
{
color: #83120D;
}
.AnyTagClassName
{
color: #83120D;
}
</style>
background-color css
<style>
a { background-color: #83120D; }
a { background-color: rgb(131,18,13); }
div.DivClassName
{
background-color: #83120D;
}
.BgClassName
{
background-color: #83120D;
}
</style>
border-color css
<style>
span { border-color: #83120D; }
span { border-color: rgb(131,18,13); }
td.TdClassName
{
border-color: #83120D;
}
.TagClassName
{
border-color: #83120D;
}
</style>