Shades of Falu Red #812404
Tints of Falu Red #812404
RGB
CMYK
RGB Variations
Color information
#812404 (or 0x812404) is known color: Falu Red. HEX triplet: 81, 24 and 04. RGB value is (129,36,4). Sum of RGB (Red+Green+Blue) = 129+36+4=169 (22% of max value = 765). Red value is 129 (50.78% from 255 or 76.33% from 169); Green value is 36 (14.45% from 255 or 21.30% from 169); Blue value is 4 (1.95% from 255 or 2.37% from 169); Max value from RGB is 129 - color contains mainly: red. Hex color #812404 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #812404 is #7EDBFB. Grayscale: #3C3C3C. Windows color (decimal): -8313852 or 271489. OLE color: 271489.
HSL color Cylindrical-coordinate representation of color #812404: hue angle of 15.36º degrees, saturation: 0.94, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #812404 is Cyan = 0, Magento = 0.72, Yellow = 0.97 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 129 | 36 | 4 | - |
| CMYK | 0 | 0.72 | 0.97 | 0.49 |
| HSL | 15.36º | 0.94% | 0.26% | - |
| HSV(B) | 15.36º | 0.97% | 0.51% | - |
| XYZ | 9.71 | 5.94 | 0.75 | - |
| YUV | 60.16 | 96.31 | 177.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 36 | 4 | 0 | 0.72 | 0.97 | 0.49 | 15.36 | 0.94 | 0.26 |
| Hex | 81 | 24 | 4 | 0 | 48 | 61 | 31 | F | 5E | 1A |
| Octal | 201 | 44 | 4 | 0 | 110 | 141 | 61 | 17 | 136 | 32 |
| Binary | 10000001 | 100100 | 100 | 0 | 1001000 | 1100001 | 110001 | 1111 | 1011110 | 11010 |
Color Harmonies of #812404
Complementary color
Monochromatic Colors of #812404
Black with #812404
Text Example
Text Example
White with #812404
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #812404; }
p { color: rgb(129,36,4); }
H1.HeaderClassName
{
color: #812404;
}
.AnyTagClassName
{
color: #812404;
}
</style>
background-color css
<style>
a { background-color: #812404; }
a { background-color: rgb(129,36,4); }
div.DivClassName
{
background-color: #812404;
}
.BgClassName
{
background-color: #812404;
}
</style>
border-color css
<style>
span { border-color: #812404; }
span { border-color: rgb(129,36,4); }
td.TdClassName
{
border-color: #812404;
}
.TagClassName
{
border-color: #812404;
}
</style>