Shades of Falu Red #84270D
Tints of Falu Red #84270D
RGB
CMYK
RGB Variations
Color information
#84270D (or 0x84270D) is known color: Falu Red. HEX triplet: 84, 27 and 0D. RGB value is (132,39,13). Sum of RGB (Red+Green+Blue) = 132+39+13=184 (24% of max value = 765). Red value is 132 (51.95% from 255 or 71.74% from 184); Green value is 39 (15.62% from 255 or 21.20% from 184); Blue value is 13 (5.47% from 255 or 7.07% from 184); Max value from RGB is 132 - color contains mainly: red. Hex color #84270D is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #84270D is #7BD8F2. Grayscale: #404040. Windows color (decimal): -8116467 or 862084. OLE color: 862084.
HSL color Cylindrical-coordinate representation of color #84270D: hue angle of 13.11º degrees, saturation: 0.82, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #84270D is Cyan = 0, Magento = 0.70, Yellow = 0.90 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 132 | 39 | 13 | - |
| CMYK | 0 | 0.70 | 0.90 | 0.48 |
| HSL | 13.11º | 0.82% | 0.28% | - |
| HSV(B) | 13.11º | 0.9% | 0.52% | - |
| XYZ | 10.31 | 6.39 | 1.07 | - |
| YUV | 63.84 | 99.31 | 176.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 39 | 13 | 0 | 0.70 | 0.90 | 0.48 | 13.11 | 0.82 | 0.28 |
| Hex | 84 | 27 | D | 0 | 46 | 5A | 30 | D | 52 | 1C |
| Octal | 204 | 47 | 15 | 0 | 106 | 132 | 60 | 15 | 122 | 34 |
| Binary | 10000100 | 100111 | 1101 | 0 | 1000110 | 1011010 | 110000 | 1101 | 1010010 | 11100 |
Color Harmonies of #84270D
Complementary color
Monochromatic Colors of #84270D
Black with #84270D
Text Example
Text Example
White with #84270D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84270D; }
p { color: rgb(132,39,13); }
H1.HeaderClassName
{
color: #84270D;
}
.AnyTagClassName
{
color: #84270D;
}
</style>
background-color css
<style>
a { background-color: #84270D; }
a { background-color: rgb(132,39,13); }
div.DivClassName
{
background-color: #84270D;
}
.BgClassName
{
background-color: #84270D;
}
</style>
border-color css
<style>
span { border-color: #84270D; }
span { border-color: rgb(132,39,13); }
td.TdClassName
{
border-color: #84270D;
}
.TagClassName
{
border-color: #84270D;
}
</style>