Shades of Falu Red #821E01
Tints of Falu Red #821E01
RGB
CMYK
RGB Variations
Color information
#821E01 (or 0x821E01) is known color: Falu Red. HEX triplet: 82, 1E and 01. RGB value is (130,30,1). Sum of RGB (Red+Green+Blue) = 130+30+1=161 (21% of max value = 765). Red value is 130 (51.17% from 255 or 80.75% from 161); Green value is 30 (12.11% from 255 or 18.63% from 161); Blue value is 1 (0.78% from 255 or 0.62% from 161); Max value from RGB is 130 - color contains mainly: red. Hex color #821E01 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #821E01 is #7DE1FE. Grayscale: #383838. Windows color (decimal): -8249855 or 73346. OLE color: 73346.
HSL color Cylindrical-coordinate representation of color #821E01: hue angle of 13.49º degrees, saturation: 0.98, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #821E01 is Cyan = 0, Magento = 0.77, Yellow = 0.99 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 130 | 30 | 1 | - |
| CMYK | 0 | 0.77 | 0.99 | 0.49 |
| HSL | 13.49º | 0.98% | 0.26% | - |
| HSV(B) | 13.49º | 0.99% | 0.51% | - |
| XYZ | 9.68 | 5.68 | 0.61 | - |
| YUV | 56.59 | 96.63 | 180.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 30 | 1 | 0 | 0.77 | 0.99 | 0.49 | 13.49 | 0.98 | 0.26 |
| Hex | 82 | 1E | 1 | 0 | 4D | 63 | 31 | D | 62 | 1A |
| Octal | 202 | 36 | 1 | 0 | 115 | 143 | 61 | 15 | 142 | 32 |
| Binary | 10000010 | 11110 | 1 | 0 | 1001101 | 1100011 | 110001 | 1101 | 1100010 | 11010 |
Color Harmonies of #821E01
Complementary color
Monochromatic Colors of #821E01
Black with #821E01
Text Example
Text Example
White with #821E01
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #821E01; }
p { color: rgb(130,30,1); }
H1.HeaderClassName
{
color: #821E01;
}
.AnyTagClassName
{
color: #821E01;
}
</style>
background-color css
<style>
a { background-color: #821E01; }
a { background-color: rgb(130,30,1); }
div.DivClassName
{
background-color: #821E01;
}
.BgClassName
{
background-color: #821E01;
}
</style>
border-color css
<style>
span { border-color: #821E01; }
span { border-color: rgb(130,30,1); }
td.TdClassName
{
border-color: #821E01;
}
.TagClassName
{
border-color: #821E01;
}
</style>