Shades of Falu Red #821B1A
Tints of Falu Red #821B1A
RGB
CMYK
RGB Variations
Color information
#821B1A (or 0x821B1A) is known color: Falu Red. HEX triplet: 82, 1B and 1A. RGB value is (130,27,26). Sum of RGB (Red+Green+Blue) = 130+27+26=183 (24% of max value = 765). Red value is 130 (51.17% from 255 or 71.04% from 183); Green value is 27 (10.94% from 255 or 14.75% from 183); Blue value is 26 (10.55% from 255 or 14.21% from 183); Max value from RGB is 130 - color contains mainly: red. Hex color #821B1A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #821B1A is #7DE4E5. Grayscale: #393939. Windows color (decimal): -8250598 or 1710978. OLE color: 1710978.
HSL color Cylindrical-coordinate representation of color #821B1A: hue angle of 0.58º 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 #821B1A is Cyan = 0, Magento = 0.79, Yellow = 0.8 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 130 | 27 | 26 | - |
| CMYK | 0 | 0.79 | 0.8 | 0.49 |
| HSL | 0.58º | 0.67% | 0.31% | - |
| HSV(B) | 0.58º | 0.8% | 0.51% | - |
| XYZ | 9.78 | 5.6 | 1.54 | - |
| YUV | 57.68 | 110.12 | 179.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 27 | 26 | 0 | 0.79 | 0.8 | 0.49 | 0.58 | 0.67 | 0.31 |
| Hex | 82 | 1B | 1A | 0 | 4F | 50 | 31 | 1 | 43 | 1F |
| Octal | 202 | 33 | 32 | 0 | 117 | 120 | 61 | 1 | 103 | 37 |
| Binary | 10000010 | 11011 | 11010 | 0 | 1001111 | 1010000 | 110001 | 1 | 1000011 | 11111 |
Color Harmonies of #821B1A
Complementary color
Monochromatic Colors of #821B1A
Black with #821B1A
Text Example
Text Example
White with #821B1A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #821B1A; }
p { color: rgb(130,27,26); }
H1.HeaderClassName
{
color: #821B1A;
}
.AnyTagClassName
{
color: #821B1A;
}
</style>
background-color css
<style>
a { background-color: #821B1A; }
a { background-color: rgb(130,27,26); }
div.DivClassName
{
background-color: #821B1A;
}
.BgClassName
{
background-color: #821B1A;
}
</style>
border-color css
<style>
span { border-color: #821B1A; }
span { border-color: rgb(130,27,26); }
td.TdClassName
{
border-color: #821B1A;
}
.TagClassName
{
border-color: #821B1A;
}
</style>