Shades of Falu Red #83211F
Tints of Falu Red #83211F
RGB
CMYK
RGB Variations
Color information
#83211F (or 0x83211F) is known color: Falu Red. HEX triplet: 83, 21 and 1F. RGB value is (131,33,31). Sum of RGB (Red+Green+Blue) = 131+33+31=195 (25% of max value = 765). Red value is 131 (51.56% from 255 or 67.18% from 195); Green value is 33 (13.28% from 255 or 16.92% from 195); Blue value is 31 (12.5% from 255 or 15.90% from 195); Max value from RGB is 131 - color contains mainly: red. Hex color #83211F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #83211F is #7CDEE0. Grayscale: #3E3E3E. Windows color (decimal): -8183521 or 2040195. OLE color: 2040195.
HSL color Cylindrical-coordinate representation of color #83211F: hue angle of 1.2º degrees, saturation: 0.62, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #83211F is Cyan = 0, Magento = 0.75, Yellow = 0.76 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 131 | 33 | 31 | - |
| CMYK | 0 | 0.75 | 0.76 | 0.49 |
| HSL | 1.2º | 0.62% | 0.32% | - |
| HSV(B) | 1.2º | 0.76% | 0.51% | - |
| XYZ | 10.15 | 6.01 | 1.92 | - |
| YUV | 62.07 | 110.47 | 177.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 33 | 31 | 0 | 0.75 | 0.76 | 0.49 | 1.2 | 0.62 | 0.32 |
| Hex | 83 | 21 | 1F | 0 | 4B | 4C | 31 | 1 | 3E | 20 |
| Octal | 203 | 41 | 37 | 0 | 113 | 114 | 61 | 1 | 76 | 40 |
| Binary | 10000011 | 100001 | 11111 | 0 | 1001011 | 1001100 | 110001 | 1 | 111110 | 100000 |
Color Harmonies of #83211F
Complementary color
Monochromatic Colors of #83211F
Black with #83211F
Text Example
Text Example
White with #83211F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #83211F; }
p { color: rgb(131,33,31); }
H1.HeaderClassName
{
color: #83211F;
}
.AnyTagClassName
{
color: #83211F;
}
</style>
background-color css
<style>
a { background-color: #83211F; }
a { background-color: rgb(131,33,31); }
div.DivClassName
{
background-color: #83211F;
}
.BgClassName
{
background-color: #83211F;
}
</style>
border-color css
<style>
span { border-color: #83211F; }
span { border-color: rgb(131,33,31); }
td.TdClassName
{
border-color: #83211F;
}
.TagClassName
{
border-color: #83211F;
}
</style>