Shades of Falu Red #821B09
Tints of Falu Red #821B09
RGB
CMYK
RGB Variations
Color information
#821B09 (or 0x821B09) is known color: Falu Red. HEX triplet: 82, 1B and 09. RGB value is (130,27,9). Sum of RGB (Red+Green+Blue) = 130+27+9=166 (21% of max value = 765). Red value is 130 (51.17% from 255 or 78.31% from 166); Green value is 27 (10.94% from 255 or 16.27% from 166); Blue value is 9 (3.91% from 255 or 5.42% from 166); Max value from RGB is 130 - color contains mainly: red. Hex color #821B09 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #821B09 is #7DE4F6. Grayscale: #373737. Windows color (decimal): -8250615 or 596866. OLE color: 596866.
HSL color Cylindrical-coordinate representation of color #821B09: hue angle of 8.93º degrees, saturation: 0.87, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #821B09 is Cyan = 0, Magento = 0.79, Yellow = 0.93 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 130 | 27 | 9 | - |
| CMYK | 0 | 0.79 | 0.93 | 0.49 |
| HSL | 8.93º | 0.87% | 0.27% | - |
| HSV(B) | 8.93º | 0.93% | 0.51% | - |
| XYZ | 9.65 | 5.55 | 0.82 | - |
| YUV | 55.75 | 101.62 | 180.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 27 | 9 | 0 | 0.79 | 0.93 | 0.49 | 8.93 | 0.87 | 0.27 |
| Hex | 82 | 1B | 9 | 0 | 4F | 5D | 31 | 9 | 57 | 1B |
| Octal | 202 | 33 | 11 | 0 | 117 | 135 | 61 | 11 | 127 | 33 |
| Binary | 10000010 | 11011 | 1001 | 0 | 1001111 | 1011101 | 110001 | 1001 | 1010111 | 11011 |
Color Harmonies of #821B09
Complementary color
Monochromatic Colors of #821B09
Black with #821B09
Text Example
Text Example
White with #821B09
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #821B09; }
p { color: rgb(130,27,9); }
H1.HeaderClassName
{
color: #821B09;
}
.AnyTagClassName
{
color: #821B09;
}
</style>
background-color css
<style>
a { background-color: #821B09; }
a { background-color: rgb(130,27,9); }
div.DivClassName
{
background-color: #821B09;
}
.BgClassName
{
background-color: #821B09;
}
</style>
border-color css
<style>
span { border-color: #821B09; }
span { border-color: rgb(130,27,9); }
td.TdClassName
{
border-color: #821B09;
}
.TagClassName
{
border-color: #821B09;
}
</style>