Shades of Falu Red #841C19
Tints of Falu Red #841C19
RGB
CMYK
RGB Variations
Color information
#841C19 (or 0x841C19) is known color: Falu Red. HEX triplet: 84, 1C and 19. RGB value is (132,28,25). Sum of RGB (Red+Green+Blue) = 132+28+25=185 (24% of max value = 765). Red value is 132 (51.95% from 255 or 71.35% from 185); Green value is 28 (11.33% from 255 or 15.14% from 185); Blue value is 25 (10.16% from 255 or 13.51% from 185); Max value from RGB is 132 - color contains mainly: red. Hex color #841C19 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #841C19 is #7BE3E6. Grayscale: #3A3A3A. Windows color (decimal): -8119271 or 1645700. OLE color: 1645700.
HSL color Cylindrical-coordinate representation of color #841C19: hue angle of 1.68º 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 #841C19 is Cyan = 0, Magento = 0.79, Yellow = 0.81 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 132 | 28 | 25 | - |
| CMYK | 0 | 0.79 | 0.81 | 0.48 |
| HSL | 1.68º | 0.68% | 0.31% | - |
| HSV(B) | 1.68º | 0.81% | 0.52% | - |
| XYZ | 10.11 | 5.81 | 1.51 | - |
| YUV | 58.75 | 108.96 | 180.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 28 | 25 | 0 | 0.79 | 0.81 | 0.48 | 1.68 | 0.68 | 0.31 |
| Hex | 84 | 1C | 19 | 0 | 4F | 51 | 30 | 2 | 44 | 1F |
| Octal | 204 | 34 | 31 | 0 | 117 | 121 | 60 | 2 | 104 | 37 |
| Binary | 10000100 | 11100 | 11001 | 0 | 1001111 | 1010001 | 110000 | 10 | 1000100 | 11111 |
Color Harmonies of #841C19
Complementary color
Monochromatic Colors of #841C19
Black with #841C19
Text Example
Text Example
White with #841C19
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #841C19; }
p { color: rgb(132,28,25); }
H1.HeaderClassName
{
color: #841C19;
}
.AnyTagClassName
{
color: #841C19;
}
</style>
background-color css
<style>
a { background-color: #841C19; }
a { background-color: rgb(132,28,25); }
div.DivClassName
{
background-color: #841C19;
}
.BgClassName
{
background-color: #841C19;
}
</style>
border-color css
<style>
span { border-color: #841C19; }
span { border-color: rgb(132,28,25); }
td.TdClassName
{
border-color: #841C19;
}
.TagClassName
{
border-color: #841C19;
}
</style>