Shades of Falu Red #841900
Tints of Falu Red #841900
RGB
CMYK
RGB Variations
Color information
#841900 (or 0x841900) is known color: Falu Red. HEX triplet: 84, 19 and 00. RGB value is (132,25,0). Sum of RGB (Red+Green+Blue) = 132+25+0=157 (20% of max value = 765). Red value is 132 (51.95% from 255 or 84.08% from 157); Green value is 25 (10.16% from 255 or 15.92% from 157); Blue value is 0 (0.39% from 255 or 0% from 157); Max value from RGB is 132 - color contains mainly: red. Hex color #841900 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #841900 is #7BE6FF. Grayscale: #363636. Windows color (decimal): -8120064 or 6532. OLE color: 6532.
HSL color Cylindrical-coordinate representation of color #841900: hue angle of 11.36º degrees, saturation: 1, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 1%. Process color model (Four color, CMYK) of #841900 is Cyan = 0, Magento = 0.81, Yellow = 1 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 132 | 25 | 0 | - |
| CMYK | 0 | 0.81 | 1 | 0.48 |
| HSL | 11.36º | 1% | 0.26% | - |
| HSV(B) | 11.36º | 1% | 0.52% | - |
| XYZ | 9.86 | 5.6 | 0.56 | - |
| YUV | 54.14 | 97.45 | 183.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 25 | 0 | 0 | 0.81 | 1 | 0.48 | 11.36 | 1 | 0.26 |
| Hex | 84 | 19 | 0 | 0 | 51 | 64 | 30 | B | 64 | 1A |
| Octal | 204 | 31 | 0 | 0 | 121 | 144 | 60 | 13 | 144 | 32 |
| Binary | 10000100 | 11001 | 0 | 0 | 1010001 | 1100100 | 110000 | 1011 | 1100100 | 11010 |
Color Harmonies of #841900
Complementary color
Monochromatic Colors of #841900
Black with #841900
Text Example
Text Example
White with #841900
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #841900; }
p { color: rgb(132,25,0); }
H1.HeaderClassName
{
color: #841900;
}
.AnyTagClassName
{
color: #841900;
}
</style>
background-color css
<style>
a { background-color: #841900; }
a { background-color: rgb(132,25,0); }
div.DivClassName
{
background-color: #841900;
}
.BgClassName
{
background-color: #841900;
}
</style>
border-color css
<style>
span { border-color: #841900; }
span { border-color: rgb(132,25,0); }
td.TdClassName
{
border-color: #841900;
}
.TagClassName
{
border-color: #841900;
}
</style>