Shades of Falu Red #81211E
Tints of Falu Red #81211E
RGB
CMYK
RGB Variations
Color information
#81211E (or 0x81211E) is known color: Falu Red. HEX triplet: 81, 21 and 1E. RGB value is (129,33,30). Sum of RGB (Red+Green+Blue) = 129+33+30=192 (25% of max value = 765). Red value is 129 (50.78% from 255 or 67.19% from 192); Green value is 33 (13.28% from 255 or 17.19% from 192); Blue value is 30 (12.11% from 255 or 15.62% from 192); Max value from RGB is 129 - color contains mainly: red. Hex color #81211E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #81211E is #7EDEE1. Grayscale: #3D3D3D. Windows color (decimal): -8314594 or 1974657. OLE color: 1974657.
HSL color Cylindrical-coordinate representation of color #81211E: hue angle of 1.82º degrees, saturation: 0.62, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #81211E is Cyan = 0, Magento = 0.74, Yellow = 0.77 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 129 | 33 | 30 | - |
| CMYK | 0 | 0.74 | 0.77 | 0.49 |
| HSL | 1.82º | 0.62% | 0.31% | - |
| HSV(B) | 1.82º | 0.77% | 0.51% | - |
| XYZ | 9.83 | 5.85 | 1.84 | - |
| YUV | 61.36 | 110.3 | 176.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 33 | 30 | 0 | 0.74 | 0.77 | 0.49 | 1.82 | 0.62 | 0.31 |
| Hex | 81 | 21 | 1E | 0 | 4A | 4D | 31 | 2 | 3E | 1F |
| Octal | 201 | 41 | 36 | 0 | 112 | 115 | 61 | 2 | 76 | 37 |
| Binary | 10000001 | 100001 | 11110 | 0 | 1001010 | 1001101 | 110001 | 10 | 111110 | 11111 |
Color Harmonies of #81211E
Complementary color
Monochromatic Colors of #81211E
Black with #81211E
Text Example
Text Example
White with #81211E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #81211E; }
p { color: rgb(129,33,30); }
H1.HeaderClassName
{
color: #81211E;
}
.AnyTagClassName
{
color: #81211E;
}
</style>
background-color css
<style>
a { background-color: #81211E; }
a { background-color: rgb(129,33,30); }
div.DivClassName
{
background-color: #81211E;
}
.BgClassName
{
background-color: #81211E;
}
</style>
border-color css
<style>
span { border-color: #81211E; }
span { border-color: rgb(129,33,30); }
td.TdClassName
{
border-color: #81211E;
}
.TagClassName
{
border-color: #81211E;
}
</style>