Shades of Falu Red #81211C
Tints of Falu Red #81211C
RGB
CMYK
RGB Variations
Color information
#81211C (or 0x81211C) is known color: Falu Red. HEX triplet: 81, 21 and 1C. RGB value is (129,33,28). Sum of RGB (Red+Green+Blue) = 129+33+28=190 (25% of max value = 765). Red value is 129 (50.78% from 255 or 67.89% from 190); Green value is 33 (13.28% from 255 or 17.37% from 190); Blue value is 28 (11.33% from 255 or 14.74% from 190); Max value from RGB is 129 - color contains mainly: red. Hex color #81211C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #81211C is #7EDEE3. Grayscale: #3D3D3D. Windows color (decimal): -8314596 or 1843585. OLE color: 1843585.
HSL color Cylindrical-coordinate representation of color #81211C: hue angle of 2.97º degrees, saturation: 0.64, 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 #81211C is Cyan = 0, Magento = 0.74, Yellow = 0.78 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 129 | 33 | 28 | - |
| CMYK | 0 | 0.74 | 0.78 | 0.49 |
| HSL | 2.97º | 0.64% | 0.31% | - |
| HSV(B) | 2.97º | 0.78% | 0.51% | - |
| XYZ | 9.81 | 5.84 | 1.71 | - |
| YUV | 61.13 | 109.3 | 176.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 33 | 28 | 0 | 0.74 | 0.78 | 0.49 | 2.97 | 0.64 | 0.31 |
| Hex | 81 | 21 | 1C | 0 | 4A | 4E | 31 | 3 | 40 | 1F |
| Octal | 201 | 41 | 34 | 0 | 112 | 116 | 61 | 3 | 100 | 37 |
| Binary | 10000001 | 100001 | 11100 | 0 | 1001010 | 1001110 | 110001 | 11 | 1000000 | 11111 |
Color Harmonies of #81211C
Complementary color
Monochromatic Colors of #81211C
Black with #81211C
Text Example
Text Example
White with #81211C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #81211C; }
p { color: rgb(129,33,28); }
H1.HeaderClassName
{
color: #81211C;
}
.AnyTagClassName
{
color: #81211C;
}
</style>
background-color css
<style>
a { background-color: #81211C; }
a { background-color: rgb(129,33,28); }
div.DivClassName
{
background-color: #81211C;
}
.BgClassName
{
background-color: #81211C;
}
</style>
border-color css
<style>
span { border-color: #81211C; }
span { border-color: rgb(129,33,28); }
td.TdClassName
{
border-color: #81211C;
}
.TagClassName
{
border-color: #81211C;
}
</style>