Shades of Falu Red #812101
Tints of Falu Red #812101
RGB
CMYK
RGB Variations
Color information
#812101 (or 0x812101) is known color: Falu Red. HEX triplet: 81, 21 and 01. RGB value is (129,33,1). Sum of RGB (Red+Green+Blue) = 129+33+1=163 (21% of max value = 765). Red value is 129 (50.78% from 255 or 79.14% from 163); Green value is 33 (13.28% from 255 or 20.25% from 163); Blue value is 1 (0.78% from 255 or 0.61% from 163); Max value from RGB is 129 - color contains mainly: red. Hex color #812101 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #812101 is #7EDEFE. Grayscale: #3A3A3A. Windows color (decimal): -8314623 or 74113. OLE color: 74113.
HSL color Cylindrical-coordinate representation of color #812101: hue angle of 15º degrees, saturation: 0.98, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #812101 is Cyan = 0, Magento = 0.74, Yellow = 0.99 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 129 | 33 | 1 | - |
| CMYK | 0 | 0.74 | 0.99 | 0.49 |
| HSL | 15º | 0.98% | 0.25% | - |
| HSV(B) | 15º | 0.99% | 0.51% | - |
| XYZ | 9.6 | 5.76 | 0.63 | - |
| YUV | 58.06 | 95.8 | 178.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 33 | 1 | 0 | 0.74 | 0.99 | 0.49 | 15 | 0.98 | 0.25 |
| Hex | 81 | 21 | 1 | 0 | 4A | 63 | 31 | F | 62 | 19 |
| Octal | 201 | 41 | 1 | 0 | 112 | 143 | 61 | 17 | 142 | 31 |
| Binary | 10000001 | 100001 | 1 | 0 | 1001010 | 1100011 | 110001 | 1111 | 1100010 | 11001 |
Color Harmonies of #812101
Complementary color
Monochromatic Colors of #812101
Black with #812101
Text Example
Text Example
White with #812101
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #812101; }
p { color: rgb(129,33,1); }
H1.HeaderClassName
{
color: #812101;
}
.AnyTagClassName
{
color: #812101;
}
</style>
background-color css
<style>
a { background-color: #812101; }
a { background-color: rgb(129,33,1); }
div.DivClassName
{
background-color: #812101;
}
.BgClassName
{
background-color: #812101;
}
</style>
border-color css
<style>
span { border-color: #812101; }
span { border-color: rgb(129,33,1); }
td.TdClassName
{
border-color: #812101;
}
.TagClassName
{
border-color: #812101;
}
</style>