Shades of Falu Red #83211D
Tints of Falu Red #83211D
RGB
CMYK
RGB Variations
Color information
#83211D (or 0x83211D) is known color: Falu Red. HEX triplet: 83, 21 and 1D. RGB value is (131,33,29). Sum of RGB (Red+Green+Blue) = 131+33+29=193 (25% of max value = 765). Red value is 131 (51.56% from 255 or 67.88% from 193); Green value is 33 (13.28% from 255 or 17.10% from 193); Blue value is 29 (11.72% from 255 or 15.03% from 193); Max value from RGB is 131 - color contains mainly: red. Hex color #83211D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #83211D is #7CDEE2. Grayscale: #3D3D3D. Windows color (decimal): -8183523 or 1909123. OLE color: 1909123.
HSL color Cylindrical-coordinate representation of color #83211D: hue angle of 2.35º degrees, saturation: 0.64, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #83211D is Cyan = 0, Magento = 0.75, Yellow = 0.78 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 131 | 33 | 29 | - |
| CMYK | 0 | 0.75 | 0.78 | 0.49 |
| HSL | 2.35º | 0.64% | 0.31% | - |
| HSV(B) | 2.35º | 0.78% | 0.51% | - |
| XYZ | 10.13 | 6 | 1.79 | - |
| YUV | 61.85 | 109.47 | 177.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 33 | 29 | 0 | 0.75 | 0.78 | 0.49 | 2.35 | 0.64 | 0.31 |
| Hex | 83 | 21 | 1D | 0 | 4B | 4E | 31 | 2 | 40 | 1F |
| Octal | 203 | 41 | 35 | 0 | 113 | 116 | 61 | 2 | 100 | 37 |
| Binary | 10000011 | 100001 | 11101 | 0 | 1001011 | 1001110 | 110001 | 10 | 1000000 | 11111 |
Color Harmonies of #83211D
Complementary color
Monochromatic Colors of #83211D
Black with #83211D
Text Example
Text Example
White with #83211D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #83211D; }
p { color: rgb(131,33,29); }
H1.HeaderClassName
{
color: #83211D;
}
.AnyTagClassName
{
color: #83211D;
}
</style>
background-color css
<style>
a { background-color: #83211D; }
a { background-color: rgb(131,33,29); }
div.DivClassName
{
background-color: #83211D;
}
.BgClassName
{
background-color: #83211D;
}
</style>
border-color css
<style>
span { border-color: #83211D; }
span { border-color: rgb(131,33,29); }
td.TdClassName
{
border-color: #83211D;
}
.TagClassName
{
border-color: #83211D;
}
</style>