Shades of Falu Red #821B06
Tints of Falu Red #821B06
RGB
CMYK
RGB Variations
Color information
#821B06 (or 0x821B06) is known color: Falu Red. HEX triplet: 82, 1B and 06. RGB value is (130,27,6). Sum of RGB (Red+Green+Blue) = 130+27+6=163 (21% of max value = 765). Red value is 130 (51.17% from 255 or 79.75% from 163); Green value is 27 (10.94% from 255 or 16.56% from 163); Blue value is 6 (2.73% from 255 or 3.68% from 163); Max value from RGB is 130 - color contains mainly: red. Hex color #821B06 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #821B06 is #7DE4F9. Grayscale: #373737. Windows color (decimal): -8250618 or 400258. OLE color: 400258.
HSL color Cylindrical-coordinate representation of color #821B06: hue angle of 10.16º degrees, saturation: 0.91, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #821B06 is Cyan = 0, Magento = 0.79, Yellow = 0.95 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 130 | 27 | 6 | - |
| CMYK | 0 | 0.79 | 0.95 | 0.49 |
| HSL | 10.16º | 0.91% | 0.27% | - |
| HSV(B) | 10.16º | 0.95% | 0.51% | - |
| XYZ | 9.63 | 5.54 | 0.73 | - |
| YUV | 55.4 | 100.12 | 181.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 27 | 6 | 0 | 0.79 | 0.95 | 0.49 | 10.16 | 0.91 | 0.27 |
| Hex | 82 | 1B | 6 | 0 | 4F | 5F | 31 | A | 5B | 1B |
| Octal | 202 | 33 | 6 | 0 | 117 | 137 | 61 | 12 | 133 | 33 |
| Binary | 10000010 | 11011 | 110 | 0 | 1001111 | 1011111 | 110001 | 1010 | 1011011 | 11011 |
Color Harmonies of #821B06
Complementary color
Monochromatic Colors of #821B06
Black with #821B06
Text Example
Text Example
White with #821B06
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #821B06; }
p { color: rgb(130,27,6); }
H1.HeaderClassName
{
color: #821B06;
}
.AnyTagClassName
{
color: #821B06;
}
</style>
background-color css
<style>
a { background-color: #821B06; }
a { background-color: rgb(130,27,6); }
div.DivClassName
{
background-color: #821B06;
}
.BgClassName
{
background-color: #821B06;
}
</style>
border-color css
<style>
span { border-color: #821B06; }
span { border-color: rgb(130,27,6); }
td.TdClassName
{
border-color: #821B06;
}
.TagClassName
{
border-color: #821B06;
}
</style>