Shades of Falu Red #842301
Tints of Falu Red #842301
RGB
CMYK
RGB Variations
Color information
#842301 (or 0x842301) is known color: Falu Red. HEX triplet: 84, 23 and 01. RGB value is (132,35,1). Sum of RGB (Red+Green+Blue) = 132+35+1=168 (22% of max value = 765). Red value is 132 (51.95% from 255 or 78.57% from 168); Green value is 35 (14.06% from 255 or 20.83% from 168); Blue value is 1 (0.78% from 255 or 0.60% from 168); Max value from RGB is 132 - color contains mainly: red. Hex color #842301 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #842301 is #7BDCFE. Grayscale: #3C3C3C. Windows color (decimal): -8117503 or 74628. OLE color: 74628.
HSL color Cylindrical-coordinate representation of color #842301: hue angle of 15.57º degrees, saturation: 0.98, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #842301 is Cyan = 0, Magento = 0.73, Yellow = 0.99 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 132 | 35 | 1 | - |
| CMYK | 0 | 0.73 | 0.99 | 0.48 |
| HSL | 15.57º | 0.98% | 0.26% | - |
| HSV(B) | 15.57º | 0.99% | 0.52% | - |
| XYZ | 10.12 | 6.11 | 0.67 | - |
| YUV | 60.13 | 94.64 | 179.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 35 | 1 | 0 | 0.73 | 0.99 | 0.48 | 15.57 | 0.98 | 0.26 |
| Hex | 84 | 23 | 1 | 0 | 49 | 63 | 30 | 10 | 62 | 1A |
| Octal | 204 | 43 | 1 | 0 | 111 | 143 | 60 | 20 | 142 | 32 |
| Binary | 10000100 | 100011 | 1 | 0 | 1001001 | 1100011 | 110000 | 10000 | 1100010 | 11010 |
Color Harmonies of #842301
Complementary color
Monochromatic Colors of #842301
Black with #842301
Text Example
Text Example
White with #842301
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #842301; }
p { color: rgb(132,35,1); }
H1.HeaderClassName
{
color: #842301;
}
.AnyTagClassName
{
color: #842301;
}
</style>
background-color css
<style>
a { background-color: #842301; }
a { background-color: rgb(132,35,1); }
div.DivClassName
{
background-color: #842301;
}
.BgClassName
{
background-color: #842301;
}
</style>
border-color css
<style>
span { border-color: #842301; }
span { border-color: rgb(132,35,1); }
td.TdClassName
{
border-color: #842301;
}
.TagClassName
{
border-color: #842301;
}
</style>