Shades of Falu Red #821A12
Tints of Falu Red #821A12
RGB
CMYK
RGB Variations
Color information
#821A12 (or 0x821A12) is known color: Falu Red. HEX triplet: 82, 1A and 12. RGB value is (130,26,18). Sum of RGB (Red+Green+Blue) = 130+26+18=174 (23% of max value = 765). Red value is 130 (51.17% from 255 or 74.71% from 174); Green value is 26 (10.55% from 255 or 14.94% from 174); Blue value is 18 (7.42% from 255 or 10.34% from 174); Max value from RGB is 130 - color contains mainly: red. Hex color #821A12 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #821A12 is #7DE5ED. Grayscale: #383838. Windows color (decimal): -8250862 or 1186434. OLE color: 1186434.
HSL color Cylindrical-coordinate representation of color #821A12: hue angle of 4.29º 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 #821A12 is Cyan = 0, Magento = 0.8, Yellow = 0.86 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 130 | 26 | 18 | - |
| CMYK | 0 | 0.8 | 0.86 | 0.49 |
| HSL | 4.29º | 0.76% | 0.29% | - |
| HSV(B) | 4.29º | 0.86% | 0.51% | - |
| XYZ | 9.68 | 5.53 | 1.13 | - |
| YUV | 56.18 | 106.46 | 180.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 26 | 18 | 0 | 0.8 | 0.86 | 0.49 | 4.29 | 0.76 | 0.29 |
| Hex | 82 | 1A | 12 | 0 | 50 | 56 | 31 | 4 | 4C | 1D |
| Octal | 202 | 32 | 22 | 0 | 120 | 126 | 61 | 4 | 114 | 35 |
| Binary | 10000010 | 11010 | 10010 | 0 | 1010000 | 1010110 | 110001 | 100 | 1001100 | 11101 |
Color Harmonies of #821A12
Complementary color
Monochromatic Colors of #821A12
Black with #821A12
Text Example
Text Example
White with #821A12
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #821A12; }
p { color: rgb(130,26,18); }
H1.HeaderClassName
{
color: #821A12;
}
.AnyTagClassName
{
color: #821A12;
}
</style>
background-color css
<style>
a { background-color: #821A12; }
a { background-color: rgb(130,26,18); }
div.DivClassName
{
background-color: #821A12;
}
.BgClassName
{
background-color: #821A12;
}
</style>
border-color css
<style>
span { border-color: #821A12; }
span { border-color: rgb(130,26,18); }
td.TdClassName
{
border-color: #821A12;
}
.TagClassName
{
border-color: #821A12;
}
</style>