Shades of Falu Red #821A02
Tints of Falu Red #821A02
RGB
CMYK
RGB Variations
Color information
#821A02 (or 0x821A02) is known color: Falu Red. HEX triplet: 82, 1A and 02. RGB value is (130,26,2). Sum of RGB (Red+Green+Blue) = 130+26+2=158 (20% of max value = 765). Red value is 130 (51.17% from 255 or 82.28% from 158); Green value is 26 (10.55% from 255 or 16.46% from 158); Blue value is 2 (1.17% from 255 or 1.27% from 158); Max value from RGB is 130 - color contains mainly: red. Hex color #821A02 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #821A02 is #7DE5FD. Grayscale: #363636. Windows color (decimal): -8250878 or 137858. OLE color: 137858.
HSL color Cylindrical-coordinate representation of color #821A02: hue angle of 11.25º degrees, saturation: 0.97, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #821A02 is Cyan = 0, Magento = 0.8, Yellow = 0.98 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 130 | 26 | 2 | - |
| CMYK | 0 | 0.8 | 0.98 | 0.49 |
| HSL | 11.25º | 0.97% | 0.26% | - |
| HSV(B) | 11.25º | 0.98% | 0.51% | - |
| XYZ | 9.59 | 5.49 | 0.61 | - |
| YUV | 54.36 | 98.46 | 181.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 26 | 2 | 0 | 0.8 | 0.98 | 0.49 | 11.25 | 0.97 | 0.26 |
| Hex | 82 | 1A | 2 | 0 | 50 | 62 | 31 | B | 61 | 1A |
| Octal | 202 | 32 | 2 | 0 | 120 | 142 | 61 | 13 | 141 | 32 |
| Binary | 10000010 | 11010 | 10 | 0 | 1010000 | 1100010 | 110001 | 1011 | 1100001 | 11010 |
Color Harmonies of #821A02
Complementary color
Monochromatic Colors of #821A02
Black with #821A02
Text Example
Text Example
White with #821A02
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #821A02; }
p { color: rgb(130,26,2); }
H1.HeaderClassName
{
color: #821A02;
}
.AnyTagClassName
{
color: #821A02;
}
</style>
background-color css
<style>
a { background-color: #821A02; }
a { background-color: rgb(130,26,2); }
div.DivClassName
{
background-color: #821A02;
}
.BgClassName
{
background-color: #821A02;
}
</style>
border-color css
<style>
span { border-color: #821A02; }
span { border-color: rgb(130,26,2); }
td.TdClassName
{
border-color: #821A02;
}
.TagClassName
{
border-color: #821A02;
}
</style>