Shades of Falu Red #83190E
Tints of Falu Red #83190E
RGB
CMYK
RGB Variations
Color information
#83190E (or 0x83190E) is known color: Falu Red. HEX triplet: 83, 19 and 0E. RGB value is (131,25,14). Sum of RGB (Red+Green+Blue) = 131+25+14=170 (22% of max value = 765). Red value is 131 (51.56% from 255 or 77.06% from 170); Green value is 25 (10.16% from 255 or 14.71% from 170); Blue value is 14 (5.86% from 255 or 8.24% from 170); Max value from RGB is 131 - color contains mainly: red. Hex color #83190E is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #83190E is #7CE6F1. Grayscale: #373737. Windows color (decimal): -8185586 or 924035. OLE color: 924035.
HSL color Cylindrical-coordinate representation of color #83190E: hue angle of 5.64º 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 #83190E is Cyan = 0, Magento = 0.81, Yellow = 0.89 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 131 | 25 | 14 | - |
| CMYK | 0 | 0.81 | 0.89 | 0.49 |
| HSL | 5.64º | 0.81% | 0.28% | - |
| HSV(B) | 5.64º | 0.89% | 0.51% | - |
| XYZ | 9.79 | 5.55 | 0.97 | - |
| YUV | 55.44 | 104.62 | 181.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 25 | 14 | 0 | 0.81 | 0.89 | 0.49 | 5.64 | 0.81 | 0.28 |
| Hex | 83 | 19 | E | 0 | 51 | 59 | 31 | 6 | 51 | 1C |
| Octal | 203 | 31 | 16 | 0 | 121 | 131 | 61 | 6 | 121 | 34 |
| Binary | 10000011 | 11001 | 1110 | 0 | 1010001 | 1011001 | 110001 | 110 | 1010001 | 11100 |
Color Harmonies of #83190E
Complementary color
Monochromatic Colors of #83190E
Black with #83190E
Text Example
Text Example
White with #83190E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #83190E; }
p { color: rgb(131,25,14); }
H1.HeaderClassName
{
color: #83190E;
}
.AnyTagClassName
{
color: #83190E;
}
</style>
background-color css
<style>
a { background-color: #83190E; }
a { background-color: rgb(131,25,14); }
div.DivClassName
{
background-color: #83190E;
}
.BgClassName
{
background-color: #83190E;
}
</style>
border-color css
<style>
span { border-color: #83190E; }
span { border-color: rgb(131,25,14); }
td.TdClassName
{
border-color: #83190E;
}
.TagClassName
{
border-color: #83190E;
}
</style>