Shades of Falu Red #83210D
Tints of Falu Red #83210D
RGB
CMYK
RGB Variations
Color information
#83210D (or 0x83210D) is known color: Falu Red. HEX triplet: 83, 21 and 0D. RGB value is (131,33,13). Sum of RGB (Red+Green+Blue) = 131+33+13=177 (23% of max value = 765). Red value is 131 (51.56% from 255 or 74.01% from 177); Green value is 33 (13.28% from 255 or 18.64% from 177); Blue value is 13 (5.47% from 255 or 7.34% from 177); Max value from RGB is 131 - color contains mainly: red. Hex color #83210D is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #83210D is #7CDEF2. Grayscale: #3C3C3C. Windows color (decimal): -8183539 or 860547. OLE color: 860547.
HSL color Cylindrical-coordinate representation of color #83210D: hue angle of 10.17º degrees, saturation: 0.82, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #83210D is Cyan = 0, Magento = 0.75, Yellow = 0.90 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 131 | 33 | 13 | - |
| CMYK | 0 | 0.75 | 0.90 | 0.49 |
| HSL | 10.17º | 0.82% | 0.28% | - |
| HSV(B) | 10.17º | 0.9% | 0.51% | - |
| XYZ | 9.98 | 5.94 | 1 | - |
| YUV | 60.02 | 101.47 | 178.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 33 | 13 | 0 | 0.75 | 0.90 | 0.49 | 10.17 | 0.82 | 0.28 |
| Hex | 83 | 21 | D | 0 | 4B | 5A | 31 | A | 52 | 1C |
| Octal | 203 | 41 | 15 | 0 | 113 | 132 | 61 | 12 | 122 | 34 |
| Binary | 10000011 | 100001 | 1101 | 0 | 1001011 | 1011010 | 110001 | 1010 | 1010010 | 11100 |
Color Harmonies of #83210D
Complementary color
Monochromatic Colors of #83210D
Black with #83210D
Text Example
Text Example
White with #83210D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #83210D; }
p { color: rgb(131,33,13); }
H1.HeaderClassName
{
color: #83210D;
}
.AnyTagClassName
{
color: #83210D;
}
</style>
background-color css
<style>
a { background-color: #83210D; }
a { background-color: rgb(131,33,13); }
div.DivClassName
{
background-color: #83210D;
}
.BgClassName
{
background-color: #83210D;
}
</style>
border-color css
<style>
span { border-color: #83210D; }
span { border-color: rgb(131,33,13); }
td.TdClassName
{
border-color: #83210D;
}
.TagClassName
{
border-color: #83210D;
}
</style>