Shades of Falu Red #83221A
Tints of Falu Red #83221A
RGB
CMYK
RGB Variations
Color information
#83221A (or 0x83221A) is known color: Falu Red. HEX triplet: 83, 22 and 1A. RGB value is (131,34,26). Sum of RGB (Red+Green+Blue) = 131+34+26=191 (25% of max value = 765). Red value is 131 (51.56% from 255 or 68.59% from 191); Green value is 34 (13.67% from 255 or 17.80% from 191); Blue value is 26 (10.55% from 255 or 13.61% from 191); Max value from RGB is 131 - color contains mainly: red. Hex color #83221A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #83221A is #7CDDE5. Grayscale: #3E3E3E. Windows color (decimal): -8183270 or 1712771. OLE color: 1712771.
HSL color Cylindrical-coordinate representation of color #83221A: hue angle of 4.57º 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 #83221A is Cyan = 0, Magento = 0.74, Yellow = 0.80 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 131 | 34 | 26 | - |
| CMYK | 0 | 0.74 | 0.80 | 0.49 |
| HSL | 4.57º | 0.67% | 0.31% | - |
| HSV(B) | 4.57º | 0.8% | 0.51% | - |
| XYZ | 10.12 | 6.04 | 1.61 | - |
| YUV | 62.09 | 107.64 | 177.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 34 | 26 | 0 | 0.74 | 0.80 | 0.49 | 4.57 | 0.67 | 0.31 |
| Hex | 83 | 22 | 1A | 0 | 4A | 50 | 31 | 5 | 43 | 1F |
| Octal | 203 | 42 | 32 | 0 | 112 | 120 | 61 | 5 | 103 | 37 |
| Binary | 10000011 | 100010 | 11010 | 0 | 1001010 | 1010000 | 110001 | 101 | 1000011 | 11111 |
Color Harmonies of #83221A
Complementary color
Monochromatic Colors of #83221A
Black with #83221A
Text Example
Text Example
White with #83221A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #83221A; }
p { color: rgb(131,34,26); }
H1.HeaderClassName
{
color: #83221A;
}
.AnyTagClassName
{
color: #83221A;
}
</style>
background-color css
<style>
a { background-color: #83221A; }
a { background-color: rgb(131,34,26); }
div.DivClassName
{
background-color: #83221A;
}
.BgClassName
{
background-color: #83221A;
}
</style>
border-color css
<style>
span { border-color: #83221A; }
span { border-color: rgb(131,34,26); }
td.TdClassName
{
border-color: #83221A;
}
.TagClassName
{
border-color: #83221A;
}
</style>