Shades of Falu Red #841703
Tints of Falu Red #841703
RGB
CMYK
RGB Variations
Color information
#841703 (or 0x841703) is known color: Falu Red. HEX triplet: 84, 17 and 03. RGB value is (132,23,3). Sum of RGB (Red+Green+Blue) = 132+23+3=158 (20% of max value = 765). Red value is 132 (51.95% from 255 or 83.54% from 158); Green value is 23 (9.38% from 255 or 14.56% from 158); Blue value is 3 (1.56% from 255 or 1.90% from 158); Max value from RGB is 132 - color contains mainly: red. Hex color #841703 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #841703 is #7BE8FC. Grayscale: #353535. Windows color (decimal): -8120573 or 202628. OLE color: 202628.
HSL color Cylindrical-coordinate representation of color #841703: hue angle of 9.3º 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 #841703 is Cyan = 0, Magento = 0.83, Yellow = 0.98 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 132 | 23 | 3 | - |
| CMYK | 0 | 0.83 | 0.98 | 0.48 |
| HSL | 9.3º | 0.96% | 0.26% | - |
| HSV(B) | 9.3º | 0.98% | 0.52% | - |
| XYZ | 9.84 | 5.52 | 0.63 | - |
| YUV | 53.31 | 99.61 | 184.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 23 | 3 | 0 | 0.83 | 0.98 | 0.48 | 9.3 | 0.96 | 0.26 |
| Hex | 84 | 17 | 3 | 0 | 53 | 62 | 30 | 9 | 60 | 1A |
| Octal | 204 | 27 | 3 | 0 | 123 | 142 | 60 | 11 | 140 | 32 |
| Binary | 10000100 | 10111 | 11 | 0 | 1010011 | 1100010 | 110000 | 1001 | 1100000 | 11010 |
Color Harmonies of #841703
Complementary color
Monochromatic Colors of #841703
Black with #841703
Text Example
Text Example
White with #841703
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #841703; }
p { color: rgb(132,23,3); }
H1.HeaderClassName
{
color: #841703;
}
.AnyTagClassName
{
color: #841703;
}
</style>
background-color css
<style>
a { background-color: #841703; }
a { background-color: rgb(132,23,3); }
div.DivClassName
{
background-color: #841703;
}
.BgClassName
{
background-color: #841703;
}
</style>
border-color css
<style>
span { border-color: #841703; }
span { border-color: rgb(132,23,3); }
td.TdClassName
{
border-color: #841703;
}
.TagClassName
{
border-color: #841703;
}
</style>