Shades of Falu Red #841E01
Tints of Falu Red #841E01
RGB
CMYK
RGB Variations
Color information
#841E01 (or 0x841E01) is known color: Falu Red. HEX triplet: 84, 1E and 01. RGB value is (132,30,1). Sum of RGB (Red+Green+Blue) = 132+30+1=163 (21% of max value = 765). Red value is 132 (51.95% from 255 or 80.98% from 163); Green value is 30 (12.11% from 255 or 18.40% from 163); Blue value is 1 (0.78% from 255 or 0.61% from 163); Max value from RGB is 132 - color contains mainly: red. Hex color #841E01 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #841E01 is #7BE1FE. Grayscale: #393939. Windows color (decimal): -8118783 or 73348. OLE color: 73348.
HSL color Cylindrical-coordinate representation of color #841E01: hue angle of 13.28º 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 #841E01 is Cyan = 0, Magento = 0.77, Yellow = 0.99 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 132 | 30 | 1 | - |
| CMYK | 0 | 0.77 | 0.99 | 0.48 |
| HSL | 13.28º | 0.98% | 0.26% | - |
| HSV(B) | 13.28º | 0.99% | 0.52% | - |
| XYZ | 9.99 | 5.84 | 0.63 | - |
| YUV | 57.19 | 96.29 | 181.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 30 | 1 | 0 | 0.77 | 0.99 | 0.48 | 13.28 | 0.98 | 0.26 |
| Hex | 84 | 1E | 1 | 0 | 4D | 63 | 30 | D | 62 | 1A |
| Octal | 204 | 36 | 1 | 0 | 115 | 143 | 60 | 15 | 142 | 32 |
| Binary | 10000100 | 11110 | 1 | 0 | 1001101 | 1100011 | 110000 | 1101 | 1100010 | 11010 |
Color Harmonies of #841E01
Complementary color
Monochromatic Colors of #841E01
Black with #841E01
Text Example
Text Example
White with #841E01
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #841E01; }
p { color: rgb(132,30,1); }
H1.HeaderClassName
{
color: #841E01;
}
.AnyTagClassName
{
color: #841E01;
}
</style>
background-color css
<style>
a { background-color: #841E01; }
a { background-color: rgb(132,30,1); }
div.DivClassName
{
background-color: #841E01;
}
.BgClassName
{
background-color: #841E01;
}
</style>
border-color css
<style>
span { border-color: #841E01; }
span { border-color: rgb(132,30,1); }
td.TdClassName
{
border-color: #841E01;
}
.TagClassName
{
border-color: #841E01;
}
</style>