Shades of Falu Red #83221B
Tints of Falu Red #83221B
RGB
CMYK
RGB Variations
Color information
#83221B (or 0x83221B) is known color: Falu Red. HEX triplet: 83, 22 and 1B. RGB value is (131,34,27). Sum of RGB (Red+Green+Blue) = 131+34+27=192 (25% of max value = 765). Red value is 131 (51.56% from 255 or 68.23% from 192); Green value is 34 (13.67% from 255 or 17.71% from 192); Blue value is 27 (10.94% from 255 or 14.06% from 192); Max value from RGB is 131 - color contains mainly: red. Hex color #83221B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #83221B is #7CDDE4. Grayscale: #3E3E3E. Windows color (decimal): -8183269 or 1778307. OLE color: 1778307.
HSL color Cylindrical-coordinate representation of color #83221B: hue angle of 4.04º degrees, saturation: 0.66, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #83221B is Cyan = 0, Magento = 0.74, Yellow = 0.79 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 131 | 34 | 27 | - |
| CMYK | 0 | 0.74 | 0.79 | 0.49 |
| HSL | 4.04º | 0.66% | 0.31% | - |
| HSV(B) | 4.04º | 0.79% | 0.51% | - |
| XYZ | 10.13 | 6.05 | 1.67 | - |
| YUV | 62.21 | 108.14 | 177.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 34 | 27 | 0 | 0.74 | 0.79 | 0.49 | 4.04 | 0.66 | 0.31 |
| Hex | 83 | 22 | 1B | 0 | 4A | 4F | 31 | 4 | 42 | 1F |
| Octal | 203 | 42 | 33 | 0 | 112 | 117 | 61 | 4 | 102 | 37 |
| Binary | 10000011 | 100010 | 11011 | 0 | 1001010 | 1001111 | 110001 | 100 | 1000010 | 11111 |
Color Harmonies of #83221B
Complementary color
Monochromatic Colors of #83221B
Black with #83221B
Text Example
Text Example
White with #83221B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #83221B; }
p { color: rgb(131,34,27); }
H1.HeaderClassName
{
color: #83221B;
}
.AnyTagClassName
{
color: #83221B;
}
</style>
background-color css
<style>
a { background-color: #83221B; }
a { background-color: rgb(131,34,27); }
div.DivClassName
{
background-color: #83221B;
}
.BgClassName
{
background-color: #83221B;
}
</style>
border-color css
<style>
span { border-color: #83221B; }
span { border-color: rgb(131,34,27); }
td.TdClassName
{
border-color: #83221B;
}
.TagClassName
{
border-color: #83221B;
}
</style>