Shades of Falu Red #83210E
Tints of Falu Red #83210E
RGB
CMYK
RGB Variations
Color information
#83210E (or 0x83210E) is known color: Falu Red. HEX triplet: 83, 21 and 0E. RGB value is (131,33,14). Sum of RGB (Red+Green+Blue) = 131+33+14=178 (23% of max value = 765). Red value is 131 (51.56% from 255 or 73.60% from 178); Green value is 33 (13.28% from 255 or 18.54% from 178); Blue value is 14 (5.86% from 255 or 7.87% from 178); Max value from RGB is 131 - color contains mainly: red. Hex color #83210E is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #83210E is #7CDEF1. Grayscale: #3C3C3C. Windows color (decimal): -8183538 or 926083. OLE color: 926083.
HSL color Cylindrical-coordinate representation of color #83210E: hue angle of 9.74º 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 #83210E is Cyan = 0, Magento = 0.75, Yellow = 0.89 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 131 | 33 | 14 | - |
| CMYK | 0 | 0.75 | 0.89 | 0.49 |
| HSL | 9.74º | 0.81% | 0.28% | - |
| HSV(B) | 9.74º | 0.89% | 0.51% | - |
| XYZ | 9.98 | 5.94 | 1.04 | - |
| YUV | 60.14 | 101.97 | 178.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 33 | 14 | 0 | 0.75 | 0.89 | 0.49 | 9.74 | 0.81 | 0.28 |
| Hex | 83 | 21 | E | 0 | 4B | 59 | 31 | A | 51 | 1C |
| Octal | 203 | 41 | 16 | 0 | 113 | 131 | 61 | 12 | 121 | 34 |
| Binary | 10000011 | 100001 | 1110 | 0 | 1001011 | 1011001 | 110001 | 1010 | 1010001 | 11100 |
Color Harmonies of #83210E
Complementary color
Monochromatic Colors of #83210E
Black with #83210E
Text Example
Text Example
White with #83210E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #83210E; }
p { color: rgb(131,33,14); }
H1.HeaderClassName
{
color: #83210E;
}
.AnyTagClassName
{
color: #83210E;
}
</style>
background-color css
<style>
a { background-color: #83210E; }
a { background-color: rgb(131,33,14); }
div.DivClassName
{
background-color: #83210E;
}
.BgClassName
{
background-color: #83210E;
}
</style>
border-color css
<style>
span { border-color: #83210E; }
span { border-color: rgb(131,33,14); }
td.TdClassName
{
border-color: #83210E;
}
.TagClassName
{
border-color: #83210E;
}
</style>