Shades of Falu Red #84250C
Tints of Falu Red #84250C
RGB
CMYK
RGB Variations
Color information
#84250C (or 0x84250C) is known color: Falu Red. HEX triplet: 84, 25 and 0C. RGB value is (132,37,12). Sum of RGB (Red+Green+Blue) = 132+37+12=181 (23% of max value = 765). Red value is 132 (51.95% from 255 or 72.93% from 181); Green value is 37 (14.84% from 255 or 20.44% from 181); Blue value is 12 (5.08% from 255 or 6.63% from 181); Max value from RGB is 132 - color contains mainly: red. Hex color #84250C is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #84250C is #7BDAF3. Grayscale: #3E3E3E. Windows color (decimal): -8116980 or 796036. OLE color: 796036.
HSL color Cylindrical-coordinate representation of color #84250C: hue angle of 12.5º 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 #84250C is Cyan = 0, Magento = 0.72, Yellow = 0.91 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 132 | 37 | 12 | - |
| CMYK | 0 | 0.72 | 0.91 | 0.48 |
| HSL | 12.5º | 0.83% | 0.28% | - |
| HSV(B) | 12.5º | 0.91% | 0.52% | - |
| XYZ | 10.24 | 6.26 | 1.02 | - |
| YUV | 62.56 | 99.47 | 177.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 37 | 12 | 0 | 0.72 | 0.91 | 0.48 | 12.5 | 0.83 | 0.28 |
| Hex | 84 | 25 | C | 0 | 48 | 5B | 30 | C | 53 | 1C |
| Octal | 204 | 45 | 14 | 0 | 110 | 133 | 60 | 14 | 123 | 34 |
| Binary | 10000100 | 100101 | 1100 | 0 | 1001000 | 1011011 | 110000 | 1100 | 1010011 | 11100 |
Color Harmonies of #84250C
Complementary color
Monochromatic Colors of #84250C
Black with #84250C
Text Example
Text Example
White with #84250C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84250C; }
p { color: rgb(132,37,12); }
H1.HeaderClassName
{
color: #84250C;
}
.AnyTagClassName
{
color: #84250C;
}
</style>
background-color css
<style>
a { background-color: #84250C; }
a { background-color: rgb(132,37,12); }
div.DivClassName
{
background-color: #84250C;
}
.BgClassName
{
background-color: #84250C;
}
</style>
border-color css
<style>
span { border-color: #84250C; }
span { border-color: rgb(132,37,12); }
td.TdClassName
{
border-color: #84250C;
}
.TagClassName
{
border-color: #84250C;
}
</style>