Shades of Falu Red #841A19
Tints of Falu Red #841A19
RGB
CMYK
RGB Variations
Color information
#841A19 (or 0x841A19) is known color: Falu Red. HEX triplet: 84, 1A and 19. RGB value is (132,26,25). Sum of RGB (Red+Green+Blue) = 132+26+25=183 (24% of max value = 765). Red value is 132 (51.95% from 255 or 72.13% from 183); Green value is 26 (10.55% from 255 or 14.21% from 183); Blue value is 25 (10.16% from 255 or 13.66% from 183); Max value from RGB is 132 - color contains mainly: red. Hex color #841A19 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #841A19 is #7BE5E6. Grayscale: #393939. Windows color (decimal): -8119783 or 1645188. OLE color: 1645188.
HSL color Cylindrical-coordinate representation of color #841A19: hue angle of 0.56º degrees, saturation: 0.68, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #841A19 is Cyan = 0, Magento = 0.80, Yellow = 0.81 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 132 | 26 | 25 | - |
| CMYK | 0 | 0.80 | 0.81 | 0.48 |
| HSL | 0.56º | 0.68% | 0.31% | - |
| HSV(B) | 0.56º | 0.81% | 0.52% | - |
| XYZ | 10.06 | 5.71 | 1.49 | - |
| YUV | 57.58 | 109.62 | 181.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 26 | 25 | 0 | 0.80 | 0.81 | 0.48 | 0.56 | 0.68 | 0.31 |
| Hex | 84 | 1A | 19 | 0 | 50 | 51 | 30 | 1 | 44 | 1F |
| Octal | 204 | 32 | 31 | 0 | 120 | 121 | 60 | 1 | 104 | 37 |
| Binary | 10000100 | 11010 | 11001 | 0 | 1010000 | 1010001 | 110000 | 1 | 1000100 | 11111 |
Color Harmonies of #841A19
Complementary color
Monochromatic Colors of #841A19
Black with #841A19
Text Example
Text Example
White with #841A19
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #841A19; }
p { color: rgb(132,26,25); }
H1.HeaderClassName
{
color: #841A19;
}
.AnyTagClassName
{
color: #841A19;
}
</style>
background-color css
<style>
a { background-color: #841A19; }
a { background-color: rgb(132,26,25); }
div.DivClassName
{
background-color: #841A19;
}
.BgClassName
{
background-color: #841A19;
}
</style>
border-color css
<style>
span { border-color: #841A19; }
span { border-color: rgb(132,26,25); }
td.TdClassName
{
border-color: #841A19;
}
.TagClassName
{
border-color: #841A19;
}
</style>