Shades of Falu Red #821C0A
Tints of Falu Red #821C0A
RGB
CMYK
RGB Variations
Color information
#821C0A (or 0x821C0A) is known color: Falu Red. HEX triplet: 82, 1C and 0A. RGB value is (130,28,10). Sum of RGB (Red+Green+Blue) = 130+28+10=168 (22% of max value = 765). Red value is 130 (51.17% from 255 or 77.38% from 168); Green value is 28 (11.33% from 255 or 16.67% from 168); Blue value is 10 (4.30% from 255 or 5.95% from 168); Max value from RGB is 130 - color contains mainly: red. Hex color #821C0A is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #821C0A is #7DE3F5. Grayscale: #383838. Windows color (decimal): -8250358 or 662658. OLE color: 662658.
HSL color Cylindrical-coordinate representation of color #821C0A: hue angle of 9º degrees, saturation: 0.86, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #821C0A is Cyan = 0, Magento = 0.78, Yellow = 0.92 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 130 | 28 | 10 | - |
| CMYK | 0 | 0.78 | 0.92 | 0.49 |
| HSL | 9º | 0.86% | 0.27% | - |
| HSV(B) | 9º | 0.92% | 0.51% | - |
| XYZ | 9.68 | 5.6 | 0.86 | - |
| YUV | 56.45 | 101.79 | 180.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 28 | 10 | 0 | 0.78 | 0.92 | 0.49 | 9 | 0.86 | 0.27 |
| Hex | 82 | 1C | A | 0 | 4E | 5C | 31 | 9 | 56 | 1B |
| Octal | 202 | 34 | 12 | 0 | 116 | 134 | 61 | 11 | 126 | 33 |
| Binary | 10000010 | 11100 | 1010 | 0 | 1001110 | 1011100 | 110001 | 1001 | 1010110 | 11011 |
Color Harmonies of #821C0A
Complementary color
Monochromatic Colors of #821C0A
Black with #821C0A
Text Example
Text Example
White with #821C0A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #821C0A; }
p { color: rgb(130,28,10); }
H1.HeaderClassName
{
color: #821C0A;
}
.AnyTagClassName
{
color: #821C0A;
}
</style>
background-color css
<style>
a { background-color: #821C0A; }
a { background-color: rgb(130,28,10); }
div.DivClassName
{
background-color: #821C0A;
}
.BgClassName
{
background-color: #821C0A;
}
</style>
border-color css
<style>
span { border-color: #821C0A; }
span { border-color: rgb(130,28,10); }
td.TdClassName
{
border-color: #821C0A;
}
.TagClassName
{
border-color: #821C0A;
}
</style>