Shades of Falu Red #842101
Tints of Falu Red #842101
RGB
CMYK
RGB Variations
Color information
#842101 (or 0x842101) is known color: Falu Red. HEX triplet: 84, 21 and 01. RGB value is (132,33,1). Sum of RGB (Red+Green+Blue) = 132+33+1=166 (21% of max value = 765). Red value is 132 (51.95% from 255 or 79.52% from 166); Green value is 33 (13.28% from 255 or 19.88% from 166); Blue value is 1 (0.78% from 255 or 0.60% from 166); Max value from RGB is 132 - color contains mainly: red. Hex color #842101 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #842101 is #7BDEFE. Grayscale: #3B3B3B. Windows color (decimal): -8118015 or 74116. OLE color: 74116.
HSL color Cylindrical-coordinate representation of color #842101: hue angle of 14.66º degrees, saturation: 0.98, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #842101 is Cyan = 0, Magento = 0.75, Yellow = 0.99 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 132 | 33 | 1 | - |
| CMYK | 0 | 0.75 | 0.99 | 0.48 |
| HSL | 14.66º | 0.98% | 0.26% | - |
| HSV(B) | 14.66º | 0.99% | 0.52% | - |
| XYZ | 10.07 | 6 | 0.66 | - |
| YUV | 58.95 | 95.3 | 180.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 33 | 1 | 0 | 0.75 | 0.99 | 0.48 | 14.66 | 0.98 | 0.26 |
| Hex | 84 | 21 | 1 | 0 | 4B | 63 | 30 | F | 62 | 1A |
| Octal | 204 | 41 | 1 | 0 | 113 | 143 | 60 | 17 | 142 | 32 |
| Binary | 10000100 | 100001 | 1 | 0 | 1001011 | 1100011 | 110000 | 1111 | 1100010 | 11010 |
Color Harmonies of #842101
Complementary color
Monochromatic Colors of #842101
Black with #842101
Text Example
Text Example
White with #842101
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #842101; }
p { color: rgb(132,33,1); }
H1.HeaderClassName
{
color: #842101;
}
.AnyTagClassName
{
color: #842101;
}
</style>
background-color css
<style>
a { background-color: #842101; }
a { background-color: rgb(132,33,1); }
div.DivClassName
{
background-color: #842101;
}
.BgClassName
{
background-color: #842101;
}
</style>
border-color css
<style>
span { border-color: #842101; }
span { border-color: rgb(132,33,1); }
td.TdClassName
{
border-color: #842101;
}
.TagClassName
{
border-color: #842101;
}
</style>