Shades of Falu Red #821B17
Tints of Falu Red #821B17
RGB
CMYK
RGB Variations
Color information
#821B17 (or 0x821B17) is known color: Falu Red. HEX triplet: 82, 1B and 17. RGB value is (130,27,23). Sum of RGB (Red+Green+Blue) = 130+27+23=180 (23% of max value = 765). Red value is 130 (51.17% from 255 or 72.22% from 180); Green value is 27 (10.94% from 255 or 15% from 180); Blue value is 23 (9.38% from 255 or 12.78% from 180); Max value from RGB is 130 - color contains mainly: red. Hex color #821B17 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #821B17 is #7DE4E8. Grayscale: #393939. Windows color (decimal): -8250601 or 1514370. OLE color: 1514370.
HSL color Cylindrical-coordinate representation of color #821B17: hue angle of 2.24º degrees, saturation: 0.7, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #821B17 is Cyan = 0, Magento = 0.79, Yellow = 0.82 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 130 | 27 | 23 | - |
| CMYK | 0 | 0.79 | 0.82 | 0.49 |
| HSL | 2.24º | 0.7% | 0.3% | - |
| HSV(B) | 2.24º | 0.82% | 0.51% | - |
| XYZ | 9.75 | 5.59 | 1.38 | - |
| YUV | 57.34 | 108.62 | 179.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 27 | 23 | 0 | 0.79 | 0.82 | 0.49 | 2.24 | 0.7 | 0.3 |
| Hex | 82 | 1B | 17 | 0 | 4F | 52 | 31 | 2 | 46 | 1E |
| Octal | 202 | 33 | 27 | 0 | 117 | 122 | 61 | 2 | 106 | 36 |
| Binary | 10000010 | 11011 | 10111 | 0 | 1001111 | 1010010 | 110001 | 10 | 1000110 | 11110 |
Color Harmonies of #821B17
Complementary color
Monochromatic Colors of #821B17
Black with #821B17
Text Example
Text Example
White with #821B17
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #821B17; }
p { color: rgb(130,27,23); }
H1.HeaderClassName
{
color: #821B17;
}
.AnyTagClassName
{
color: #821B17;
}
</style>
background-color css
<style>
a { background-color: #821B17; }
a { background-color: rgb(130,27,23); }
div.DivClassName
{
background-color: #821B17;
}
.BgClassName
{
background-color: #821B17;
}
</style>
border-color css
<style>
span { border-color: #821B17; }
span { border-color: rgb(130,27,23); }
td.TdClassName
{
border-color: #821B17;
}
.TagClassName
{
border-color: #821B17;
}
</style>