Shades of Falu Red #821C05
Tints of Falu Red #821C05
RGB
CMYK
RGB Variations
Color information
#821C05 (or 0x821C05) is known color: Falu Red. HEX triplet: 82, 1C and 05. RGB value is (130,28,5). Sum of RGB (Red+Green+Blue) = 130+28+5=163 (21% of max value = 765). Red value is 130 (51.17% from 255 or 79.75% from 163); Green value is 28 (11.33% from 255 or 17.18% from 163); Blue value is 5 (2.34% from 255 or 3.07% from 163); Max value from RGB is 130 - color contains mainly: red. Hex color #821C05 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #821C05 is #7DE3FA. Grayscale: #383838. Windows color (decimal): -8250363 or 334978. OLE color: 334978.
HSL color Cylindrical-coordinate representation of color #821C05: hue angle of 11.04º degrees, saturation: 0.93, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #821C05 is Cyan = 0, Magento = 0.78, Yellow = 0.96 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 130 | 28 | 5 | - |
| CMYK | 0 | 0.78 | 0.96 | 0.49 |
| HSL | 11.04º | 0.93% | 0.26% | - |
| HSV(B) | 11.04º | 0.96% | 0.51% | - |
| XYZ | 9.65 | 5.59 | 0.71 | - |
| YUV | 55.88 | 99.29 | 180.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 28 | 5 | 0 | 0.78 | 0.96 | 0.49 | 11.04 | 0.93 | 0.26 |
| Hex | 82 | 1C | 5 | 0 | 4E | 60 | 31 | B | 5D | 1A |
| Octal | 202 | 34 | 5 | 0 | 116 | 140 | 61 | 13 | 135 | 32 |
| Binary | 10000010 | 11100 | 101 | 0 | 1001110 | 1100000 | 110001 | 1011 | 1011101 | 11010 |
Color Harmonies of #821C05
Complementary color
Monochromatic Colors of #821C05
Black with #821C05
Text Example
Text Example
White with #821C05
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #821C05; }
p { color: rgb(130,28,5); }
H1.HeaderClassName
{
color: #821C05;
}
.AnyTagClassName
{
color: #821C05;
}
</style>
background-color css
<style>
a { background-color: #821C05; }
a { background-color: rgb(130,28,5); }
div.DivClassName
{
background-color: #821C05;
}
.BgClassName
{
background-color: #821C05;
}
</style>
border-color css
<style>
span { border-color: #821C05; }
span { border-color: rgb(130,28,5); }
td.TdClassName
{
border-color: #821C05;
}
.TagClassName
{
border-color: #821C05;
}
</style>