Shades of Falu Red #841B00
Tints of Falu Red #841B00
RGB
CMYK
RGB Variations
Color information
#841B00 (or 0x841B00) is known color: Falu Red. HEX triplet: 84, 1B and 00. RGB value is (132,27,0). Sum of RGB (Red+Green+Blue) = 132+27+0=159 (21% of max value = 765). Red value is 132 (51.95% from 255 or 83.02% from 159); Green value is 27 (10.94% from 255 or 16.98% from 159); Blue value is 0 (0.39% from 255 or 0% from 159); Max value from RGB is 132 - color contains mainly: red. Hex color #841B00 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #841B00 is #7BE4FF. Grayscale: #373737. Windows color (decimal): -8119552 or 7044. OLE color: 7044.
HSL color Cylindrical-coordinate representation of color #841B00: hue angle of 12.27º 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 #841B00 is Cyan = 0, Magento = 0.80, Yellow = 1 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 132 | 27 | 0 | - |
| CMYK | 0 | 0.80 | 1 | 0.48 |
| HSL | 12.27º | 1% | 0.26% | - |
| HSV(B) | 12.27º | 1% | 0.52% | - |
| XYZ | 9.91 | 5.69 | 0.58 | - |
| YUV | 55.32 | 96.79 | 182.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 27 | 0 | 0 | 0.80 | 1 | 0.48 | 12.27 | 1 | 0.26 |
| Hex | 84 | 1B | 0 | 0 | 50 | 64 | 30 | C | 64 | 1A |
| Octal | 204 | 33 | 0 | 0 | 120 | 144 | 60 | 14 | 144 | 32 |
| Binary | 10000100 | 11011 | 0 | 0 | 1010000 | 1100100 | 110000 | 1100 | 1100100 | 11010 |
Color Harmonies of #841B00
Complementary color
Monochromatic Colors of #841B00
Black with #841B00
Text Example
Text Example
White with #841B00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #841B00; }
p { color: rgb(132,27,0); }
H1.HeaderClassName
{
color: #841B00;
}
.AnyTagClassName
{
color: #841B00;
}
</style>
background-color css
<style>
a { background-color: #841B00; }
a { background-color: rgb(132,27,0); }
div.DivClassName
{
background-color: #841B00;
}
.BgClassName
{
background-color: #841B00;
}
</style>
border-color css
<style>
span { border-color: #841B00; }
span { border-color: rgb(132,27,0); }
td.TdClassName
{
border-color: #841B00;
}
.TagClassName
{
border-color: #841B00;
}
</style>