Shades of Falu Red #83211A
Tints of Falu Red #83211A
RGB
CMYK
RGB Variations
Color information
#83211A (or 0x83211A) is known color: Falu Red. HEX triplet: 83, 21 and 1A. RGB value is (131,33,26). Sum of RGB (Red+Green+Blue) = 131+33+26=190 (25% of max value = 765). Red value is 131 (51.56% from 255 or 68.95% from 190); Green value is 33 (13.28% from 255 or 17.37% from 190); Blue value is 26 (10.55% from 255 or 13.68% from 190); Max value from RGB is 131 - color contains mainly: red. Hex color #83211A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #83211A is #7CDEE5. Grayscale: #3D3D3D. Windows color (decimal): -8183526 or 1712515. OLE color: 1712515.
HSL color Cylindrical-coordinate representation of color #83211A: hue angle of 4º degrees, saturation: 0.67, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #83211A is Cyan = 0, Magento = 0.75, Yellow = 0.80 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 131 | 33 | 26 | - |
| CMYK | 0 | 0.75 | 0.80 | 0.49 |
| HSL | 4º | 0.67% | 0.31% | - |
| HSV(B) | 4º | 0.8% | 0.51% | - |
| XYZ | 10.09 | 5.99 | 1.6 | - |
| YUV | 61.5 | 107.97 | 177.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 33 | 26 | 0 | 0.75 | 0.80 | 0.49 | 4 | 0.67 | 0.31 |
| Hex | 83 | 21 | 1A | 0 | 4B | 50 | 31 | 4 | 43 | 1F |
| Octal | 203 | 41 | 32 | 0 | 113 | 120 | 61 | 4 | 103 | 37 |
| Binary | 10000011 | 100001 | 11010 | 0 | 1001011 | 1010000 | 110001 | 100 | 1000011 | 11111 |
Color Harmonies of #83211A
Complementary color
Monochromatic Colors of #83211A
Black with #83211A
Text Example
Text Example
White with #83211A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #83211A; }
p { color: rgb(131,33,26); }
H1.HeaderClassName
{
color: #83211A;
}
.AnyTagClassName
{
color: #83211A;
}
</style>
background-color css
<style>
a { background-color: #83211A; }
a { background-color: rgb(131,33,26); }
div.DivClassName
{
background-color: #83211A;
}
.BgClassName
{
background-color: #83211A;
}
</style>
border-color css
<style>
span { border-color: #83211A; }
span { border-color: rgb(131,33,26); }
td.TdClassName
{
border-color: #83211A;
}
.TagClassName
{
border-color: #83211A;
}
</style>