Shades of Falu Red #821A18
Tints of Falu Red #821A18
RGB
CMYK
RGB Variations
Color information
#821A18 (or 0x821A18) is known color: Falu Red. HEX triplet: 82, 1A and 18. RGB value is (130,26,24). Sum of RGB (Red+Green+Blue) = 130+26+24=180 (23% of max value = 765). Red value is 130 (51.17% from 255 or 72.22% from 180); Green value is 26 (10.55% from 255 or 14.44% from 180); Blue value is 24 (9.77% from 255 or 13.33% from 180); Max value from RGB is 130 - color contains mainly: red. Hex color #821A18 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #821A18 is #7DE5E7. Grayscale: #383838. Windows color (decimal): -8250856 or 1579650. OLE color: 1579650.
HSL color Cylindrical-coordinate representation of color #821A18: hue angle of 1.13º degrees, saturation: 0.69, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #821A18 is Cyan = 0, Magento = 0.8, Yellow = 0.82 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 130 | 26 | 24 | - |
| CMYK | 0 | 0.8 | 0.82 | 0.49 |
| HSL | 1.13º | 0.69% | 0.3% | - |
| HSV(B) | 1.13º | 0.82% | 0.51% | - |
| XYZ | 9.74 | 5.55 | 1.42 | - |
| YUV | 56.87 | 109.46 | 180.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 26 | 24 | 0 | 0.8 | 0.82 | 0.49 | 1.13 | 0.69 | 0.3 |
| Hex | 82 | 1A | 18 | 0 | 50 | 52 | 31 | 1 | 45 | 1E |
| Octal | 202 | 32 | 30 | 0 | 120 | 122 | 61 | 1 | 105 | 36 |
| Binary | 10000010 | 11010 | 11000 | 0 | 1010000 | 1010010 | 110001 | 1 | 1000101 | 11110 |
Color Harmonies of #821A18
Complementary color
Monochromatic Colors of #821A18
Black with #821A18
Text Example
Text Example
White with #821A18
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #821A18; }
p { color: rgb(130,26,24); }
H1.HeaderClassName
{
color: #821A18;
}
.AnyTagClassName
{
color: #821A18;
}
</style>
background-color css
<style>
a { background-color: #821A18; }
a { background-color: rgb(130,26,24); }
div.DivClassName
{
background-color: #821A18;
}
.BgClassName
{
background-color: #821A18;
}
</style>
border-color css
<style>
span { border-color: #821A18; }
span { border-color: rgb(130,26,24); }
td.TdClassName
{
border-color: #821A18;
}
.TagClassName
{
border-color: #821A18;
}
</style>