Shades of Falu Red #821C14
Tints of Falu Red #821C14
RGB
CMYK
RGB Variations
Color information
#821C14 (or 0x821C14) is known color: Falu Red. HEX triplet: 82, 1C and 14. RGB value is (130,28,20). Sum of RGB (Red+Green+Blue) = 130+28+20=178 (23% of max value = 765). Red value is 130 (51.17% from 255 or 73.03% from 178); Green value is 28 (11.33% from 255 or 15.73% from 178); Blue value is 20 (8.20% from 255 or 11.24% from 178); Max value from RGB is 130 - color contains mainly: red. Hex color #821C14 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #821C14 is #7DE3EB. Grayscale: #393939. Windows color (decimal): -8250348 or 1318018. OLE color: 1318018.
HSL color Cylindrical-coordinate representation of color #821C14: hue angle of 4.36º degrees, saturation: 0.73, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #821C14 is Cyan = 0, Magento = 0.78, Yellow = 0.85 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 130 | 28 | 20 | - |
| CMYK | 0 | 0.78 | 0.85 | 0.49 |
| HSL | 4.36º | 0.73% | 0.29% | - |
| HSV(B) | 4.36º | 0.85% | 0.51% | - |
| XYZ | 9.75 | 5.63 | 1.23 | - |
| YUV | 57.59 | 106.79 | 179.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 28 | 20 | 0 | 0.78 | 0.85 | 0.49 | 4.36 | 0.73 | 0.29 |
| Hex | 82 | 1C | 14 | 0 | 4E | 55 | 31 | 4 | 49 | 1D |
| Octal | 202 | 34 | 24 | 0 | 116 | 125 | 61 | 4 | 111 | 35 |
| Binary | 10000010 | 11100 | 10100 | 0 | 1001110 | 1010101 | 110001 | 100 | 1001001 | 11101 |
Color Harmonies of #821C14
Complementary color
Monochromatic Colors of #821C14
Black with #821C14
Text Example
Text Example
White with #821C14
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #821C14; }
p { color: rgb(130,28,20); }
H1.HeaderClassName
{
color: #821C14;
}
.AnyTagClassName
{
color: #821C14;
}
</style>
background-color css
<style>
a { background-color: #821C14; }
a { background-color: rgb(130,28,20); }
div.DivClassName
{
background-color: #821C14;
}
.BgClassName
{
background-color: #821C14;
}
</style>
border-color css
<style>
span { border-color: #821C14; }
span { border-color: rgb(130,28,20); }
td.TdClassName
{
border-color: #821C14;
}
.TagClassName
{
border-color: #821C14;
}
</style>