Shades of Falu Red #84260C
Tints of Falu Red #84260C
RGB
CMYK
RGB Variations
Color information
#84260C (or 0x84260C) is known color: Falu Red. HEX triplet: 84, 26 and 0C. RGB value is (132,38,12). Sum of RGB (Red+Green+Blue) = 132+38+12=182 (24% of max value = 765). Red value is 132 (51.95% from 255 or 72.53% from 182); Green value is 38 (15.23% from 255 or 20.88% from 182); Blue value is 12 (5.08% from 255 or 6.59% from 182); Max value from RGB is 132 - color contains mainly: red. Hex color #84260C is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #84260C is #7BD9F3. Grayscale: #3F3F3F. Windows color (decimal): -8116724 or 796292. OLE color: 796292.
HSL color Cylindrical-coordinate representation of color #84260C: hue angle of 13º degrees, saturation: 0.83, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #84260C is Cyan = 0, Magento = 0.71, Yellow = 0.91 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 132 | 38 | 12 | - |
| CMYK | 0 | 0.71 | 0.91 | 0.48 |
| HSL | 13º | 0.83% | 0.28% | - |
| HSV(B) | 13º | 0.91% | 0.52% | - |
| XYZ | 10.28 | 6.32 | 1.03 | - |
| YUV | 63.14 | 99.14 | 177.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 38 | 12 | 0 | 0.71 | 0.91 | 0.48 | 13 | 0.83 | 0.28 |
| Hex | 84 | 26 | C | 0 | 47 | 5B | 30 | D | 53 | 1C |
| Octal | 204 | 46 | 14 | 0 | 107 | 133 | 60 | 15 | 123 | 34 |
| Binary | 10000100 | 100110 | 1100 | 0 | 1000111 | 1011011 | 110000 | 1101 | 1010011 | 11100 |
Color Harmonies of #84260C
Complementary color
Monochromatic Colors of #84260C
Black with #84260C
Text Example
Text Example
White with #84260C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84260C; }
p { color: rgb(132,38,12); }
H1.HeaderClassName
{
color: #84260C;
}
.AnyTagClassName
{
color: #84260C;
}
</style>
background-color css
<style>
a { background-color: #84260C; }
a { background-color: rgb(132,38,12); }
div.DivClassName
{
background-color: #84260C;
}
.BgClassName
{
background-color: #84260C;
}
</style>
border-color css
<style>
span { border-color: #84260C; }
span { border-color: rgb(132,38,12); }
td.TdClassName
{
border-color: #84260C;
}
.TagClassName
{
border-color: #84260C;
}
</style>