Shades of Falu Red #83210A
Tints of Falu Red #83210A
RGB
CMYK
RGB Variations
Color information
#83210A (or 0x83210A) is known color: Falu Red. HEX triplet: 83, 21 and 0A. RGB value is (131,33,10). Sum of RGB (Red+Green+Blue) = 131+33+10=174 (23% of max value = 765). Red value is 131 (51.56% from 255 or 75.29% from 174); Green value is 33 (13.28% from 255 or 18.97% from 174); Blue value is 10 (4.30% from 255 or 5.75% from 174); Max value from RGB is 131 - color contains mainly: red. Hex color #83210A is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #83210A is #7CDEF5. Grayscale: #3B3B3B. Windows color (decimal): -8183542 or 663939. OLE color: 663939.
HSL color Cylindrical-coordinate representation of color #83210A: hue angle of 11.4º degrees, saturation: 0.86, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #83210A is Cyan = 0, Magento = 0.75, Yellow = 0.92 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 131 | 33 | 10 | - |
| CMYK | 0 | 0.75 | 0.92 | 0.49 |
| HSL | 11.4º | 0.86% | 0.28% | - |
| HSV(B) | 11.4º | 0.92% | 0.51% | - |
| XYZ | 9.96 | 5.93 | 0.91 | - |
| YUV | 59.68 | 99.97 | 178.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 33 | 10 | 0 | 0.75 | 0.92 | 0.49 | 11.4 | 0.86 | 0.28 |
| Hex | 83 | 21 | A | 0 | 4B | 5C | 31 | B | 56 | 1C |
| Octal | 203 | 41 | 12 | 0 | 113 | 134 | 61 | 13 | 126 | 34 |
| Binary | 10000011 | 100001 | 1010 | 0 | 1001011 | 1011100 | 110001 | 1011 | 1010110 | 11100 |
Color Harmonies of #83210A
Complementary color
Monochromatic Colors of #83210A
Black with #83210A
Text Example
Text Example
White with #83210A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #83210A; }
p { color: rgb(131,33,10); }
H1.HeaderClassName
{
color: #83210A;
}
.AnyTagClassName
{
color: #83210A;
}
</style>
background-color css
<style>
a { background-color: #83210A; }
a { background-color: rgb(131,33,10); }
div.DivClassName
{
background-color: #83210A;
}
.BgClassName
{
background-color: #83210A;
}
</style>
border-color css
<style>
span { border-color: #83210A; }
span { border-color: rgb(131,33,10); }
td.TdClassName
{
border-color: #83210A;
}
.TagClassName
{
border-color: #83210A;
}
</style>