Shades of Falu Red #821B0E
Tints of Falu Red #821B0E
RGB
CMYK
RGB Variations
Color information
#821B0E (or 0x821B0E) is known color: Falu Red. HEX triplet: 82, 1B and 0E. RGB value is (130,27,14). Sum of RGB (Red+Green+Blue) = 130+27+14=171 (22% of max value = 765). Red value is 130 (51.17% from 255 or 76.02% from 171); Green value is 27 (10.94% from 255 or 15.79% from 171); Blue value is 14 (5.86% from 255 or 8.19% from 171); Max value from RGB is 130 - color contains mainly: red. Hex color #821B0E is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #821B0E is #7DE4F1. Grayscale: #383838. Windows color (decimal): -8250610 or 924546. OLE color: 924546.
HSL color Cylindrical-coordinate representation of color #821B0E: hue angle of 6.72º degrees, saturation: 0.81, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #821B0E is Cyan = 0, Magento = 0.79, Yellow = 0.89 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 130 | 27 | 14 | - |
| CMYK | 0 | 0.79 | 0.89 | 0.49 |
| HSL | 6.72º | 0.81% | 0.28% | - |
| HSV(B) | 6.72º | 0.89% | 0.51% | - |
| XYZ | 9.68 | 5.56 | 0.98 | - |
| YUV | 56.32 | 104.12 | 180.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 27 | 14 | 0 | 0.79 | 0.89 | 0.49 | 6.72 | 0.81 | 0.28 |
| Hex | 82 | 1B | E | 0 | 4F | 59 | 31 | 7 | 51 | 1C |
| Octal | 202 | 33 | 16 | 0 | 117 | 131 | 61 | 7 | 121 | 34 |
| Binary | 10000010 | 11011 | 1110 | 0 | 1001111 | 1011001 | 110001 | 111 | 1010001 | 11100 |
Color Harmonies of #821B0E
Complementary color
Monochromatic Colors of #821B0E
Black with #821B0E
Text Example
Text Example
White with #821B0E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #821B0E; }
p { color: rgb(130,27,14); }
H1.HeaderClassName
{
color: #821B0E;
}
.AnyTagClassName
{
color: #821B0E;
}
</style>
background-color css
<style>
a { background-color: #821B0E; }
a { background-color: rgb(130,27,14); }
div.DivClassName
{
background-color: #821B0E;
}
.BgClassName
{
background-color: #821B0E;
}
</style>
border-color css
<style>
span { border-color: #821B0E; }
span { border-color: rgb(130,27,14); }
td.TdClassName
{
border-color: #821B0E;
}
.TagClassName
{
border-color: #821B0E;
}
</style>