Shades of Falu Red #841C10
Tints of Falu Red #841C10
RGB
CMYK
RGB Variations
Color information
#841C10 (or 0x841C10) is known color: Falu Red. HEX triplet: 84, 1C and 10. RGB value is (132,28,16). Sum of RGB (Red+Green+Blue) = 132+28+16=176 (23% of max value = 765). Red value is 132 (51.95% from 255 or 75% from 176); Green value is 28 (11.33% from 255 or 15.91% from 176); Blue value is 16 (6.64% from 255 or 9.09% from 176); Max value from RGB is 132 - color contains mainly: red. Hex color #841C10 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #841C10 is #7BE3EF. Grayscale: #393939. Windows color (decimal): -8119280 or 1055876. OLE color: 1055876.
HSL color Cylindrical-coordinate representation of color #841C10: hue angle of 6.21º degrees, saturation: 0.78, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #841C10 is Cyan = 0, Magento = 0.79, Yellow = 0.88 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 132 | 28 | 16 | - |
| CMYK | 0 | 0.79 | 0.88 | 0.48 |
| HSL | 6.21º | 0.78% | 0.29% | - |
| HSV(B) | 6.21º | 0.88% | 0.52% | - |
| XYZ | 10.02 | 5.77 | 1.08 | - |
| YUV | 57.73 | 104.46 | 180.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 28 | 16 | 0 | 0.79 | 0.88 | 0.48 | 6.21 | 0.78 | 0.29 |
| Hex | 84 | 1C | 10 | 0 | 4F | 58 | 30 | 6 | 4E | 1D |
| Octal | 204 | 34 | 20 | 0 | 117 | 130 | 60 | 6 | 116 | 35 |
| Binary | 10000100 | 11100 | 10000 | 0 | 1001111 | 1011000 | 110000 | 110 | 1001110 | 11101 |
Color Harmonies of #841C10
Complementary color
Monochromatic Colors of #841C10
Black with #841C10
Text Example
Text Example
White with #841C10
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #841C10; }
p { color: rgb(132,28,16); }
H1.HeaderClassName
{
color: #841C10;
}
.AnyTagClassName
{
color: #841C10;
}
</style>
background-color css
<style>
a { background-color: #841C10; }
a { background-color: rgb(132,28,16); }
div.DivClassName
{
background-color: #841C10;
}
.BgClassName
{
background-color: #841C10;
}
</style>
border-color css
<style>
span { border-color: #841C10; }
span { border-color: rgb(132,28,16); }
td.TdClassName
{
border-color: #841C10;
}
.TagClassName
{
border-color: #841C10;
}
</style>