Shades of Falu Red #841C12
Tints of Falu Red #841C12
RGB
CMYK
RGB Variations
Color information
#841C12 (or 0x841C12) is known color: Falu Red. HEX triplet: 84, 1C and 12. RGB value is (132,28,18). Sum of RGB (Red+Green+Blue) = 132+28+18=178 (23% of max value = 765). Red value is 132 (51.95% from 255 or 74.16% from 178); Green value is 28 (11.33% from 255 or 15.73% from 178); Blue value is 18 (7.42% from 255 or 10.11% from 178); Max value from RGB is 132 - color contains mainly: red. Hex color #841C12 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #841C12 is #7BE3ED. Grayscale: #3A3A3A. Windows color (decimal): -8119278 or 1186948. OLE color: 1186948.
HSL color Cylindrical-coordinate representation of color #841C12: hue angle of 5.26º 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 #841C12 is Cyan = 0, Magento = 0.79, Yellow = 0.86 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 132 | 28 | 18 | - |
| CMYK | 0 | 0.79 | 0.86 | 0.48 |
| HSL | 5.26º | 0.76% | 0.29% | - |
| HSV(B) | 5.26º | 0.86% | 0.52% | - |
| XYZ | 10.04 | 5.78 | 1.16 | - |
| YUV | 57.96 | 105.46 | 180.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 28 | 18 | 0 | 0.79 | 0.86 | 0.48 | 5.26 | 0.76 | 0.29 |
| Hex | 84 | 1C | 12 | 0 | 4F | 56 | 30 | 5 | 4C | 1D |
| Octal | 204 | 34 | 22 | 0 | 117 | 126 | 60 | 5 | 114 | 35 |
| Binary | 10000100 | 11100 | 10010 | 0 | 1001111 | 1010110 | 110000 | 101 | 1001100 | 11101 |
Color Harmonies of #841C12
Complementary color
Monochromatic Colors of #841C12
Black with #841C12
Text Example
Text Example
White with #841C12
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #841C12; }
p { color: rgb(132,28,18); }
H1.HeaderClassName
{
color: #841C12;
}
.AnyTagClassName
{
color: #841C12;
}
</style>
background-color css
<style>
a { background-color: #841C12; }
a { background-color: rgb(132,28,18); }
div.DivClassName
{
background-color: #841C12;
}
.BgClassName
{
background-color: #841C12;
}
</style>
border-color css
<style>
span { border-color: #841C12; }
span { border-color: rgb(132,28,18); }
td.TdClassName
{
border-color: #841C12;
}
.TagClassName
{
border-color: #841C12;
}
</style>