Shades of Falu Red #841B12
Tints of Falu Red #841B12
RGB
CMYK
RGB Variations
Color information
#841B12 (or 0x841B12) is known color: Falu Red. HEX triplet: 84, 1B and 12. RGB value is (132,27,18). Sum of RGB (Red+Green+Blue) = 132+27+18=177 (23% of max value = 765). Red value is 132 (51.95% from 255 or 74.58% from 177); Green value is 27 (10.94% from 255 or 15.25% from 177); Blue value is 18 (7.42% from 255 or 10.17% from 177); Max value from RGB is 132 - color contains mainly: red. Hex color #841B12 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #841B12 is #7BE4ED. Grayscale: #393939. Windows color (decimal): -8119534 or 1186692. OLE color: 1186692.
HSL color Cylindrical-coordinate representation of color #841B12: hue angle of 4.74º degrees, saturation: 0.76, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #841B12 is Cyan = 0, Magento = 0.80, Yellow = 0.86 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 132 | 27 | 18 | - |
| CMYK | 0 | 0.80 | 0.86 | 0.48 |
| HSL | 4.74º | 0.76% | 0.29% | - |
| HSV(B) | 4.74º | 0.86% | 0.52% | - |
| XYZ | 10.02 | 5.73 | 1.15 | - |
| YUV | 57.37 | 105.79 | 181.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 27 | 18 | 0 | 0.80 | 0.86 | 0.48 | 4.74 | 0.76 | 0.29 |
| Hex | 84 | 1B | 12 | 0 | 50 | 56 | 30 | 5 | 4C | 1D |
| Octal | 204 | 33 | 22 | 0 | 120 | 126 | 60 | 5 | 114 | 35 |
| Binary | 10000100 | 11011 | 10010 | 0 | 1010000 | 1010110 | 110000 | 101 | 1001100 | 11101 |
Color Harmonies of #841B12
Complementary color
Monochromatic Colors of #841B12
Black with #841B12
Text Example
Text Example
White with #841B12
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #841B12; }
p { color: rgb(132,27,18); }
H1.HeaderClassName
{
color: #841B12;
}
.AnyTagClassName
{
color: #841B12;
}
</style>
background-color css
<style>
a { background-color: #841B12; }
a { background-color: rgb(132,27,18); }
div.DivClassName
{
background-color: #841B12;
}
.BgClassName
{
background-color: #841B12;
}
</style>
border-color css
<style>
span { border-color: #841B12; }
span { border-color: rgb(132,27,18); }
td.TdClassName
{
border-color: #841B12;
}
.TagClassName
{
border-color: #841B12;
}
</style>