Shades of Falu Red #832212
Tints of Falu Red #832212
RGB
CMYK
RGB Variations
Color information
#832212 (or 0x832212) is known color: Falu Red. HEX triplet: 83, 22 and 12. RGB value is (131,34,18). Sum of RGB (Red+Green+Blue) = 131+34+18=183 (24% of max value = 765). Red value is 131 (51.56% from 255 or 71.58% from 183); Green value is 34 (13.67% from 255 or 18.58% from 183); Blue value is 18 (7.42% from 255 or 9.84% from 183); Max value from RGB is 131 - color contains mainly: red. Hex color #832212 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #832212 is #7CDDED. Grayscale: #3D3D3D. Windows color (decimal): -8183278 or 1188483. OLE color: 1188483.
HSL color Cylindrical-coordinate representation of color #832212: hue angle of 8.5º degrees, saturation: 0.76, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #832212 is Cyan = 0, Magento = 0.74, Yellow = 0.86 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 131 | 34 | 18 | - |
| CMYK | 0 | 0.74 | 0.86 | 0.49 |
| HSL | 8.5º | 0.76% | 0.29% | - |
| HSV(B) | 8.5º | 0.86% | 0.51% | - |
| XYZ | 10.04 | 6.01 | 1.2 | - |
| YUV | 61.18 | 103.64 | 177.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 34 | 18 | 0 | 0.74 | 0.86 | 0.49 | 8.5 | 0.76 | 0.29 |
| Hex | 83 | 22 | 12 | 0 | 4A | 56 | 31 | 8 | 4C | 1D |
| Octal | 203 | 42 | 22 | 0 | 112 | 126 | 61 | 10 | 114 | 35 |
| Binary | 10000011 | 100010 | 10010 | 0 | 1001010 | 1010110 | 110001 | 1000 | 1001100 | 11101 |
Color Harmonies of #832212
Complementary color
Monochromatic Colors of #832212
Black with #832212
Text Example
Text Example
White with #832212
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #832212; }
p { color: rgb(131,34,18); }
H1.HeaderClassName
{
color: #832212;
}
.AnyTagClassName
{
color: #832212;
}
</style>
background-color css
<style>
a { background-color: #832212; }
a { background-color: rgb(131,34,18); }
div.DivClassName
{
background-color: #832212;
}
.BgClassName
{
background-color: #832212;
}
</style>
border-color css
<style>
span { border-color: #832212; }
span { border-color: rgb(131,34,18); }
td.TdClassName
{
border-color: #832212;
}
.TagClassName
{
border-color: #832212;
}
</style>