Shades of Falu Red #842203
Tints of Falu Red #842203
RGB
CMYK
RGB Variations
Color information
#842203 (or 0x842203) is known color: Falu Red. HEX triplet: 84, 22 and 03. RGB value is (132,34,3). Sum of RGB (Red+Green+Blue) = 132+34+3=169 (22% of max value = 765). Red value is 132 (51.95% from 255 or 78.11% from 169); Green value is 34 (13.67% from 255 or 20.12% from 169); Blue value is 3 (1.56% from 255 or 1.78% from 169); Max value from RGB is 132 - color contains mainly: red. Hex color #842203 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #842203 is #7BDDFC. Grayscale: #3B3B3B. Windows color (decimal): -8117757 or 205444. OLE color: 205444.
HSL color Cylindrical-coordinate representation of color #842203: hue angle of 14.42º 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 #842203 is Cyan = 0, Magento = 0.74, Yellow = 0.98 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 132 | 34 | 3 | - |
| CMYK | 0 | 0.74 | 0.98 | 0.48 |
| HSL | 14.42º | 0.96% | 0.26% | - |
| HSV(B) | 14.42º | 0.98% | 0.52% | - |
| XYZ | 10.1 | 6.06 | 0.72 | - |
| YUV | 59.77 | 95.97 | 179.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 34 | 3 | 0 | 0.74 | 0.98 | 0.48 | 14.42 | 0.96 | 0.26 |
| Hex | 84 | 22 | 3 | 0 | 4A | 62 | 30 | E | 60 | 1A |
| Octal | 204 | 42 | 3 | 0 | 112 | 142 | 60 | 16 | 140 | 32 |
| Binary | 10000100 | 100010 | 11 | 0 | 1001010 | 1100010 | 110000 | 1110 | 1100000 | 11010 |
Color Harmonies of #842203
Complementary color
Monochromatic Colors of #842203
Black with #842203
Text Example
Text Example
White with #842203
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #842203; }
p { color: rgb(132,34,3); }
H1.HeaderClassName
{
color: #842203;
}
.AnyTagClassName
{
color: #842203;
}
</style>
background-color css
<style>
a { background-color: #842203; }
a { background-color: rgb(132,34,3); }
div.DivClassName
{
background-color: #842203;
}
.BgClassName
{
background-color: #842203;
}
</style>
border-color css
<style>
span { border-color: #842203; }
span { border-color: rgb(132,34,3); }
td.TdClassName
{
border-color: #842203;
}
.TagClassName
{
border-color: #842203;
}
</style>