Shades of Falu Red #841A00
Tints of Falu Red #841A00
RGB
CMYK
RGB Variations
Color information
#841A00 (or 0x841A00) is known color: Falu Red. HEX triplet: 84, 1A and 00. RGB value is (132,26,0). Sum of RGB (Red+Green+Blue) = 132+26+0=158 (20% of max value = 765). Red value is 132 (51.95% from 255 or 83.54% from 158); Green value is 26 (10.55% from 255 or 16.46% from 158); Blue value is 0 (0.39% from 255 or 0% from 158); Max value from RGB is 132 - color contains mainly: red. Hex color #841A00 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #841A00 is #7BE5FF. Grayscale: #363636. Windows color (decimal): -8119808 or 6788. OLE color: 6788.
HSL color Cylindrical-coordinate representation of color #841A00: hue angle of 11.82º degrees, saturation: 1, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 1%. Process color model (Four color, CMYK) of #841A00 is Cyan = 0, Magento = 0.80, Yellow = 1 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 132 | 26 | 0 | - |
| CMYK | 0 | 0.80 | 1 | 0.48 |
| HSL | 11.82º | 1% | 0.26% | - |
| HSV(B) | 11.82º | 1% | 0.52% | - |
| XYZ | 9.89 | 5.64 | 0.57 | - |
| YUV | 54.73 | 97.12 | 183.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 26 | 0 | 0 | 0.80 | 1 | 0.48 | 11.82 | 1 | 0.26 |
| Hex | 84 | 1A | 0 | 0 | 50 | 64 | 30 | C | 64 | 1A |
| Octal | 204 | 32 | 0 | 0 | 120 | 144 | 60 | 14 | 144 | 32 |
| Binary | 10000100 | 11010 | 0 | 0 | 1010000 | 1100100 | 110000 | 1100 | 1100100 | 11010 |
Color Harmonies of #841A00
Complementary color
Monochromatic Colors of #841A00
Black with #841A00
Text Example
Text Example
White with #841A00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #841A00; }
p { color: rgb(132,26,0); }
H1.HeaderClassName
{
color: #841A00;
}
.AnyTagClassName
{
color: #841A00;
}
</style>
background-color css
<style>
a { background-color: #841A00; }
a { background-color: rgb(132,26,0); }
div.DivClassName
{
background-color: #841A00;
}
.BgClassName
{
background-color: #841A00;
}
</style>
border-color css
<style>
span { border-color: #841A00; }
span { border-color: rgb(132,26,0); }
td.TdClassName
{
border-color: #841A00;
}
.TagClassName
{
border-color: #841A00;
}
</style>