Shades of Falu Red #821412
Tints of Falu Red #821412
RGB
CMYK
RGB Variations
Color information
#821412 (or 0x821412) is known color: Falu Red. HEX triplet: 82, 14 and 12. RGB value is (130,20,18). Sum of RGB (Red+Green+Blue) = 130+20+18=168 (22% of max value = 765). Red value is 130 (51.17% from 255 or 77.38% from 168); Green value is 20 (8.20% from 255 or 11.90% from 168); Blue value is 18 (7.42% from 255 or 10.71% from 168); Max value from RGB is 130 - color contains mainly: red. Hex color #821412 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #821412 is #7DEBED. Grayscale: #343434. Windows color (decimal): -8252398 or 1184898. OLE color: 1184898.
HSL color Cylindrical-coordinate representation of color #821412: hue angle of 1.07º 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 #821412 is Cyan = 0, Magento = 0.85, Yellow = 0.86 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 130 | 20 | 18 | - |
| CMYK | 0 | 0.85 | 0.86 | 0.49 |
| HSL | 1.07º | 0.76% | 0.29% | - |
| HSV(B) | 1.07º | 0.86% | 0.51% | - |
| XYZ | 9.57 | 5.29 | 1.09 | - |
| YUV | 52.66 | 108.44 | 183.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 20 | 18 | 0 | 0.85 | 0.86 | 0.49 | 1.07 | 0.76 | 0.29 |
| Hex | 82 | 14 | 12 | 0 | 55 | 56 | 31 | 1 | 4C | 1D |
| Octal | 202 | 24 | 22 | 0 | 125 | 126 | 61 | 1 | 114 | 35 |
| Binary | 10000010 | 10100 | 10010 | 0 | 1010101 | 1010110 | 110001 | 1 | 1001100 | 11101 |
Color Harmonies of #821412
Complementary color
Monochromatic Colors of #821412
Black with #821412
Text Example
Text Example
White with #821412
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #821412; }
p { color: rgb(130,20,18); }
H1.HeaderClassName
{
color: #821412;
}
.AnyTagClassName
{
color: #821412;
}
</style>
background-color css
<style>
a { background-color: #821412; }
a { background-color: rgb(130,20,18); }
div.DivClassName
{
background-color: #821412;
}
.BgClassName
{
background-color: #821412;
}
</style>
border-color css
<style>
span { border-color: #821412; }
span { border-color: rgb(130,20,18); }
td.TdClassName
{
border-color: #821412;
}
.TagClassName
{
border-color: #821412;
}
</style>