Shades of Falu Red #81211D
Tints of Falu Red #81211D
RGB
CMYK
RGB Variations
Color information
#81211D (or 0x81211D) is known color: Falu Red. HEX triplet: 81, 21 and 1D. RGB value is (129,33,29). Sum of RGB (Red+Green+Blue) = 129+33+29=191 (25% of max value = 765). Red value is 129 (50.78% from 255 or 67.54% from 191); Green value is 33 (13.28% from 255 or 17.28% from 191); Blue value is 29 (11.72% from 255 or 15.18% from 191); Max value from RGB is 129 - color contains mainly: red. Hex color #81211D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #81211D is #7EDEE2. Grayscale: #3D3D3D. Windows color (decimal): -8314595 or 1909121. OLE color: 1909121.
HSL color Cylindrical-coordinate representation of color #81211D: hue angle of 2.4º degrees, saturation: 0.63, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #81211D is Cyan = 0, Magento = 0.74, Yellow = 0.78 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 129 | 33 | 29 | - |
| CMYK | 0 | 0.74 | 0.78 | 0.49 |
| HSL | 2.4º | 0.63% | 0.31% | - |
| HSV(B) | 2.4º | 0.78% | 0.51% | - |
| XYZ | 9.82 | 5.84 | 1.77 | - |
| YUV | 61.25 | 109.8 | 176.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 33 | 29 | 0 | 0.74 | 0.78 | 0.49 | 2.4 | 0.63 | 0.31 |
| Hex | 81 | 21 | 1D | 0 | 4A | 4E | 31 | 2 | 3F | 1F |
| Octal | 201 | 41 | 35 | 0 | 112 | 116 | 61 | 2 | 77 | 37 |
| Binary | 10000001 | 100001 | 11101 | 0 | 1001010 | 1001110 | 110001 | 10 | 111111 | 11111 |
Color Harmonies of #81211D
Complementary color
Monochromatic Colors of #81211D
Black with #81211D
Text Example
Text Example
White with #81211D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #81211D; }
p { color: rgb(129,33,29); }
H1.HeaderClassName
{
color: #81211D;
}
.AnyTagClassName
{
color: #81211D;
}
</style>
background-color css
<style>
a { background-color: #81211D; }
a { background-color: rgb(129,33,29); }
div.DivClassName
{
background-color: #81211D;
}
.BgClassName
{
background-color: #81211D;
}
</style>
border-color css
<style>
span { border-color: #81211D; }
span { border-color: rgb(129,33,29); }
td.TdClassName
{
border-color: #81211D;
}
.TagClassName
{
border-color: #81211D;
}
</style>