Shades of Falu Red #821A0A
Tints of Falu Red #821A0A
RGB
CMYK
RGB Variations
Color information
#821A0A (or 0x821A0A) is known color: Falu Red. HEX triplet: 82, 1A and 0A. RGB value is (130,26,10). Sum of RGB (Red+Green+Blue) = 130+26+10=166 (21% of max value = 765). Red value is 130 (51.17% from 255 or 78.31% from 166); Green value is 26 (10.55% from 255 or 15.66% from 166); Blue value is 10 (4.30% from 255 or 6.02% from 166); Max value from RGB is 130 - color contains mainly: red. Hex color #821A0A is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #821A0A is #7DE5F5. Grayscale: #373737. Windows color (decimal): -8250870 or 662146. OLE color: 662146.
HSL color Cylindrical-coordinate representation of color #821A0A: hue angle of 8º 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 #821A0A is Cyan = 0, Magento = 0.8, Yellow = 0.92 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 130 | 26 | 10 | - |
| CMYK | 0 | 0.8 | 0.92 | 0.49 |
| HSL | 8º | 0.86% | 0.27% | - |
| HSV(B) | 8º | 0.92% | 0.51% | - |
| XYZ | 9.63 | 5.51 | 0.84 | - |
| YUV | 55.27 | 102.46 | 181.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 26 | 10 | 0 | 0.8 | 0.92 | 0.49 | 8 | 0.86 | 0.27 |
| Hex | 82 | 1A | A | 0 | 50 | 5C | 31 | 8 | 56 | 1B |
| Octal | 202 | 32 | 12 | 0 | 120 | 134 | 61 | 10 | 126 | 33 |
| Binary | 10000010 | 11010 | 1010 | 0 | 1010000 | 1011100 | 110001 | 1000 | 1010110 | 11011 |
Color Harmonies of #821A0A
Complementary color
Monochromatic Colors of #821A0A
Black with #821A0A
Text Example
Text Example
White with #821A0A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #821A0A; }
p { color: rgb(130,26,10); }
H1.HeaderClassName
{
color: #821A0A;
}
.AnyTagClassName
{
color: #821A0A;
}
</style>
background-color css
<style>
a { background-color: #821A0A; }
a { background-color: rgb(130,26,10); }
div.DivClassName
{
background-color: #821A0A;
}
.BgClassName
{
background-color: #821A0A;
}
</style>
border-color css
<style>
span { border-color: #821A0A; }
span { border-color: rgb(130,26,10); }
td.TdClassName
{
border-color: #821A0A;
}
.TagClassName
{
border-color: #821A0A;
}
</style>