Shades of Falu Red #812121
Tints of Falu Red #812121
RGB
CMYK
RGB Variations
Color information
#812121 (or 0x812121) is known color: Falu Red. HEX triplet: 81, 21 and 21. RGB value is (129,33,33). Sum of RGB (Red+Green+Blue) = 129+33+33=195 (25% of max value = 765). Red value is 129 (50.78% from 255 or 66.15% from 195); Green value is 33 (13.28% from 255 or 16.92% from 195); Blue value is 33 (13.28% from 255 or 16.92% from 195); Max value from RGB is 129 - color contains mainly: red. Hex color #812121 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #812121 is #7EDEDE. Grayscale: #3D3D3D. Windows color (decimal): -8314591 or 2171265. OLE color: 2171265.
HSL color Cylindrical-coordinate representation of color #812121: hue angle of 0º degrees, saturation: 0.59, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #812121 is Cyan = 0, Magento = 0.74, Yellow = 0.74 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 129 | 33 | 33 | - |
| CMYK | 0 | 0.74 | 0.74 | 0.49 |
| HSL | 0º | 0.59% | 0.32% | - |
| HSV(B) | 0º | 0.74% | 0.51% | - |
| XYZ | 9.87 | 5.86 | 2.05 | - |
| YUV | 61.7 | 111.8 | 176 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 33 | 33 | 0 | 0.74 | 0.74 | 0.49 | 0 | 0.59 | 0.32 |
| Hex | 81 | 21 | 21 | 0 | 4A | 4A | 31 | 0 | 3B | 20 |
| Octal | 201 | 41 | 41 | 0 | 112 | 112 | 61 | 0 | 73 | 40 |
| Binary | 10000001 | 100001 | 100001 | 0 | 1001010 | 1001010 | 110001 | 0 | 111011 | 100000 |
Color Harmonies of #812121
Complementary color
Monochromatic Colors of #812121
Black with #812121
Text Example
Text Example
White with #812121
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #812121; }
p { color: rgb(129,33,33); }
H1.HeaderClassName
{
color: #812121;
}
.AnyTagClassName
{
color: #812121;
}
</style>
background-color css
<style>
a { background-color: #812121; }
a { background-color: rgb(129,33,33); }
div.DivClassName
{
background-color: #812121;
}
.BgClassName
{
background-color: #812121;
}
</style>
border-color css
<style>
span { border-color: #812121; }
span { border-color: rgb(129,33,33); }
td.TdClassName
{
border-color: #812121;
}
.TagClassName
{
border-color: #812121;
}
</style>