Shades of Falu Red #81210D
Tints of Falu Red #81210D
RGB
CMYK
RGB Variations
Color information
#81210D (or 0x81210D) is known color: Falu Red. HEX triplet: 81, 21 and 0D. RGB value is (129,33,13). Sum of RGB (Red+Green+Blue) = 129+33+13=175 (23% of max value = 765). Red value is 129 (50.78% from 255 or 73.71% from 175); Green value is 33 (13.28% from 255 or 18.86% from 175); Blue value is 13 (5.47% from 255 or 7.43% from 175); Max value from RGB is 129 - color contains mainly: red. Hex color #81210D is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #81210D is #7EDEF2. Grayscale: #3B3B3B. Windows color (decimal): -8314611 or 860545. OLE color: 860545.
HSL color Cylindrical-coordinate representation of color #81210D: hue angle of 10.34º degrees, saturation: 0.82, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #81210D is Cyan = 0, Magento = 0.74, Yellow = 0.90 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 129 | 33 | 13 | - |
| CMYK | 0 | 0.74 | 0.90 | 0.49 |
| HSL | 10.34º | 0.82% | 0.28% | - |
| HSV(B) | 10.34º | 0.9% | 0.51% | - |
| XYZ | 9.67 | 5.78 | 0.99 | - |
| YUV | 59.42 | 101.8 | 177.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 33 | 13 | 0 | 0.74 | 0.90 | 0.49 | 10.34 | 0.82 | 0.28 |
| Hex | 81 | 21 | D | 0 | 4A | 5A | 31 | A | 52 | 1C |
| Octal | 201 | 41 | 15 | 0 | 112 | 132 | 61 | 12 | 122 | 34 |
| Binary | 10000001 | 100001 | 1101 | 0 | 1001010 | 1011010 | 110001 | 1010 | 1010010 | 11100 |
Color Harmonies of #81210D
Complementary color
Monochromatic Colors of #81210D
Black with #81210D
Text Example
Text Example
White with #81210D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #81210D; }
p { color: rgb(129,33,13); }
H1.HeaderClassName
{
color: #81210D;
}
.AnyTagClassName
{
color: #81210D;
}
</style>
background-color css
<style>
a { background-color: #81210D; }
a { background-color: rgb(129,33,13); }
div.DivClassName
{
background-color: #81210D;
}
.BgClassName
{
background-color: #81210D;
}
</style>
border-color css
<style>
span { border-color: #81210D; }
span { border-color: rgb(129,33,13); }
td.TdClassName
{
border-color: #81210D;
}
.TagClassName
{
border-color: #81210D;
}
</style>