Shades of Falu Red #841C17
Tints of Falu Red #841C17
RGB
CMYK
RGB Variations
Color information
#841C17 (or 0x841C17) is known color: Falu Red. HEX triplet: 84, 1C and 17. RGB value is (132,28,23). Sum of RGB (Red+Green+Blue) = 132+28+23=183 (24% of max value = 765). Red value is 132 (51.95% from 255 or 72.13% from 183); Green value is 28 (11.33% from 255 or 15.30% from 183); Blue value is 23 (9.38% from 255 or 12.57% from 183); Max value from RGB is 132 - color contains mainly: red. Hex color #841C17 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #841C17 is #7BE3E8. Grayscale: #3A3A3A. Windows color (decimal): -8119273 or 1514628. OLE color: 1514628.
HSL color Cylindrical-coordinate representation of color #841C17: hue angle of 2.75º degrees, saturation: 0.7, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #841C17 is Cyan = 0, Magento = 0.79, Yellow = 0.83 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 132 | 28 | 23 | - |
| CMYK | 0 | 0.79 | 0.83 | 0.48 |
| HSL | 2.75º | 0.7% | 0.3% | - |
| HSV(B) | 2.75º | 0.83% | 0.52% | - |
| XYZ | 10.09 | 5.8 | 1.4 | - |
| YUV | 58.53 | 107.96 | 180.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 28 | 23 | 0 | 0.79 | 0.83 | 0.48 | 2.75 | 0.7 | 0.3 |
| Hex | 84 | 1C | 17 | 0 | 4F | 53 | 30 | 3 | 46 | 1E |
| Octal | 204 | 34 | 27 | 0 | 117 | 123 | 60 | 3 | 106 | 36 |
| Binary | 10000100 | 11100 | 10111 | 0 | 1001111 | 1010011 | 110000 | 11 | 1000110 | 11110 |
Color Harmonies of #841C17
Complementary color
Monochromatic Colors of #841C17
Black with #841C17
Text Example
Text Example
White with #841C17
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #841C17; }
p { color: rgb(132,28,23); }
H1.HeaderClassName
{
color: #841C17;
}
.AnyTagClassName
{
color: #841C17;
}
</style>
background-color css
<style>
a { background-color: #841C17; }
a { background-color: rgb(132,28,23); }
div.DivClassName
{
background-color: #841C17;
}
.BgClassName
{
background-color: #841C17;
}
</style>
border-color css
<style>
span { border-color: #841C17; }
span { border-color: rgb(132,28,23); }
td.TdClassName
{
border-color: #841C17;
}
.TagClassName
{
border-color: #841C17;
}
</style>