Shades of Falu Red #841D1B
Tints of Falu Red #841D1B
RGB
CMYK
RGB Variations
Color information
#841D1B (or 0x841D1B) is known color: Falu Red. HEX triplet: 84, 1D and 1B. RGB value is (132,29,27). Sum of RGB (Red+Green+Blue) = 132+29+27=188 (24% of max value = 765). Red value is 132 (51.95% from 255 or 70.21% from 188); Green value is 29 (11.72% from 255 or 15.43% from 188); Blue value is 27 (10.94% from 255 or 14.36% from 188); Max value from RGB is 132 - color contains mainly: red. Hex color #841D1B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #841D1B is #7BE2E4. Grayscale: #3B3B3B. Windows color (decimal): -8119013 or 1777028. OLE color: 1777028.
HSL color Cylindrical-coordinate representation of color #841D1B: hue angle of 1.14º degrees, saturation: 0.66, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #841D1B is Cyan = 0, Magento = 0.78, Yellow = 0.80 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 132 | 29 | 27 | - |
| CMYK | 0 | 0.78 | 0.80 | 0.48 |
| HSL | 1.14º | 0.66% | 0.31% | - |
| HSV(B) | 1.14º | 0.8% | 0.52% | - |
| XYZ | 10.15 | 5.86 | 1.63 | - |
| YUV | 59.57 | 109.62 | 179.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 29 | 27 | 0 | 0.78 | 0.80 | 0.48 | 1.14 | 0.66 | 0.31 |
| Hex | 84 | 1D | 1B | 0 | 4E | 50 | 30 | 1 | 42 | 1F |
| Octal | 204 | 35 | 33 | 0 | 116 | 120 | 60 | 1 | 102 | 37 |
| Binary | 10000100 | 11101 | 11011 | 0 | 1001110 | 1010000 | 110000 | 1 | 1000010 | 11111 |
Color Harmonies of #841D1B
Complementary color
Monochromatic Colors of #841D1B
Black with #841D1B
Text Example
Text Example
White with #841D1B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #841D1B; }
p { color: rgb(132,29,27); }
H1.HeaderClassName
{
color: #841D1B;
}
.AnyTagClassName
{
color: #841D1B;
}
</style>
background-color css
<style>
a { background-color: #841D1B; }
a { background-color: rgb(132,29,27); }
div.DivClassName
{
background-color: #841D1B;
}
.BgClassName
{
background-color: #841D1B;
}
</style>
border-color css
<style>
span { border-color: #841D1B; }
span { border-color: rgb(132,29,27); }
td.TdClassName
{
border-color: #841D1B;
}
.TagClassName
{
border-color: #841D1B;
}
</style>