Shades of Falu Red #841903
Tints of Falu Red #841903
RGB
CMYK
RGB Variations
Color information
#841903 (or 0x841903) is known color: Falu Red. HEX triplet: 84, 19 and 03. RGB value is (132,25,3). Sum of RGB (Red+Green+Blue) = 132+25+3=160 (21% of max value = 765). Red value is 132 (51.95% from 255 or 82.5% from 160); Green value is 25 (10.16% from 255 or 15.62% from 160); Blue value is 3 (1.56% from 255 or 1.88% from 160); Max value from RGB is 132 - color contains mainly: red. Hex color #841903 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #841903 is #7BE6FC. Grayscale: #363636. Windows color (decimal): -8120061 or 203140. OLE color: 203140.
HSL color Cylindrical-coordinate representation of color #841903: hue angle of 10.23º degrees, saturation: 0.96, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #841903 is Cyan = 0, Magento = 0.81, Yellow = 0.98 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 132 | 25 | 3 | - |
| CMYK | 0 | 0.81 | 0.98 | 0.48 |
| HSL | 10.23º | 0.96% | 0.26% | - |
| HSV(B) | 10.23º | 0.98% | 0.52% | - |
| XYZ | 9.88 | 5.61 | 0.65 | - |
| YUV | 54.49 | 98.95 | 183.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 25 | 3 | 0 | 0.81 | 0.98 | 0.48 | 10.23 | 0.96 | 0.26 |
| Hex | 84 | 19 | 3 | 0 | 51 | 62 | 30 | A | 60 | 1A |
| Octal | 204 | 31 | 3 | 0 | 121 | 142 | 60 | 12 | 140 | 32 |
| Binary | 10000100 | 11001 | 11 | 0 | 1010001 | 1100010 | 110000 | 1010 | 1100000 | 11010 |
Color Harmonies of #841903
Complementary color
Monochromatic Colors of #841903
Black with #841903
Text Example
Text Example
White with #841903
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #841903; }
p { color: rgb(132,25,3); }
H1.HeaderClassName
{
color: #841903;
}
.AnyTagClassName
{
color: #841903;
}
</style>
background-color css
<style>
a { background-color: #841903; }
a { background-color: rgb(132,25,3); }
div.DivClassName
{
background-color: #841903;
}
.BgClassName
{
background-color: #841903;
}
</style>
border-color css
<style>
span { border-color: #841903; }
span { border-color: rgb(132,25,3); }
td.TdClassName
{
border-color: #841903;
}
.TagClassName
{
border-color: #841903;
}
</style>