Shades of Falu Red #821B16
Tints of Falu Red #821B16
RGB
CMYK
RGB Variations
Color information
#821B16 (or 0x821B16) is known color: Falu Red. HEX triplet: 82, 1B and 16. RGB value is (130,27,22). Sum of RGB (Red+Green+Blue) = 130+27+22=179 (23% of max value = 765). Red value is 130 (51.17% from 255 or 72.63% from 179); Green value is 27 (10.94% from 255 or 15.08% from 179); Blue value is 22 (8.98% from 255 or 12.29% from 179); Max value from RGB is 130 - color contains mainly: red. Hex color #821B16 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #821B16 is #7DE4E9. Grayscale: #393939. Windows color (decimal): -8250602 or 1448834. OLE color: 1448834.
HSL color Cylindrical-coordinate representation of color #821B16: hue angle of 2.78º degrees, saturation: 0.71, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #821B16 is Cyan = 0, Magento = 0.79, Yellow = 0.83 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 130 | 27 | 22 | - |
| CMYK | 0 | 0.79 | 0.83 | 0.49 |
| HSL | 2.78º | 0.71% | 0.3% | - |
| HSV(B) | 2.78º | 0.83% | 0.51% | - |
| XYZ | 9.74 | 5.59 | 1.32 | - |
| YUV | 57.23 | 108.12 | 179.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 27 | 22 | 0 | 0.79 | 0.83 | 0.49 | 2.78 | 0.71 | 0.3 |
| Hex | 82 | 1B | 16 | 0 | 4F | 53 | 31 | 3 | 47 | 1E |
| Octal | 202 | 33 | 26 | 0 | 117 | 123 | 61 | 3 | 107 | 36 |
| Binary | 10000010 | 11011 | 10110 | 0 | 1001111 | 1010011 | 110001 | 11 | 1000111 | 11110 |
Color Harmonies of #821B16
Complementary color
Monochromatic Colors of #821B16
Black with #821B16
Text Example
Text Example
White with #821B16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #821B16; }
p { color: rgb(130,27,22); }
H1.HeaderClassName
{
color: #821B16;
}
.AnyTagClassName
{
color: #821B16;
}
</style>
background-color css
<style>
a { background-color: #821B16; }
a { background-color: rgb(130,27,22); }
div.DivClassName
{
background-color: #821B16;
}
.BgClassName
{
background-color: #821B16;
}
</style>
border-color css
<style>
span { border-color: #821B16; }
span { border-color: rgb(130,27,22); }
td.TdClassName
{
border-color: #821B16;
}
.TagClassName
{
border-color: #821B16;
}
</style>