Shades of Falu Red #81210E
Tints of Falu Red #81210E
RGB
CMYK
RGB Variations
Color information
#81210E (or 0x81210E) is known color: Falu Red. HEX triplet: 81, 21 and 0E. RGB value is (129,33,14). Sum of RGB (Red+Green+Blue) = 129+33+14=176 (23% of max value = 765). Red value is 129 (50.78% from 255 or 73.30% from 176); Green value is 33 (13.28% from 255 or 18.75% from 176); Blue value is 14 (5.86% from 255 or 7.95% from 176); Max value from RGB is 129 - color contains mainly: red. Hex color #81210E is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #81210E is #7EDEF1. Grayscale: #3B3B3B. Windows color (decimal): -8314610 or 926081. OLE color: 926081.
HSL color Cylindrical-coordinate representation of color #81210E: hue angle of 9.91º degrees, saturation: 0.8, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #81210E is Cyan = 0, Magento = 0.74, Yellow = 0.89 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 129 | 33 | 14 | - |
| CMYK | 0 | 0.74 | 0.89 | 0.49 |
| HSL | 9.91º | 0.8% | 0.28% | - |
| HSV(B) | 9.91º | 0.89% | 0.51% | - |
| XYZ | 9.68 | 5.79 | 1.02 | - |
| YUV | 59.54 | 102.3 | 177.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 33 | 14 | 0 | 0.74 | 0.89 | 0.49 | 9.91 | 0.8 | 0.28 |
| Hex | 81 | 21 | E | 0 | 4A | 59 | 31 | A | 50 | 1C |
| Octal | 201 | 41 | 16 | 0 | 112 | 131 | 61 | 12 | 120 | 34 |
| Binary | 10000001 | 100001 | 1110 | 0 | 1001010 | 1011001 | 110001 | 1010 | 1010000 | 11100 |
Color Harmonies of #81210E
Complementary color
Monochromatic Colors of #81210E
Black with #81210E
Text Example
Text Example
White with #81210E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #81210E; }
p { color: rgb(129,33,14); }
H1.HeaderClassName
{
color: #81210E;
}
.AnyTagClassName
{
color: #81210E;
}
</style>
background-color css
<style>
a { background-color: #81210E; }
a { background-color: rgb(129,33,14); }
div.DivClassName
{
background-color: #81210E;
}
.BgClassName
{
background-color: #81210E;
}
</style>
border-color css
<style>
span { border-color: #81210E; }
span { border-color: rgb(129,33,14); }
td.TdClassName
{
border-color: #81210E;
}
.TagClassName
{
border-color: #81210E;
}
</style>