Shades of Falu Red #832401
Tints of Falu Red #832401
RGB
CMYK
RGB Variations
Color information
#832401 (or 0x832401) is known color: Falu Red. HEX triplet: 83, 24 and 01. RGB value is (131,36,1). Sum of RGB (Red+Green+Blue) = 131+36+1=168 (22% of max value = 765). Red value is 131 (51.56% from 255 or 77.98% from 168); Green value is 36 (14.45% from 255 or 21.43% from 168); Blue value is 1 (0.78% from 255 or 0.60% from 168); Max value from RGB is 131 - color contains mainly: red. Hex color #832401 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #832401 is #7CDBFE. Grayscale: #3C3C3C. Windows color (decimal): -8182783 or 74883. OLE color: 74883.
HSL color Cylindrical-coordinate representation of color #832401: hue angle of 16.15º degrees, saturation: 0.98, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #832401 is Cyan = 0, Magento = 0.73, Yellow = 0.99 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 131 | 36 | 1 | - |
| CMYK | 0 | 0.73 | 0.99 | 0.49 |
| HSL | 16.15º | 0.98% | 0.26% | - |
| HSV(B) | 16.15º | 0.99% | 0.51% | - |
| XYZ | 10 | 6.09 | 0.68 | - |
| YUV | 60.42 | 94.47 | 178.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 36 | 1 | 0 | 0.73 | 0.99 | 0.49 | 16.15 | 0.98 | 0.26 |
| Hex | 83 | 24 | 1 | 0 | 49 | 63 | 31 | 10 | 62 | 1A |
| Octal | 203 | 44 | 1 | 0 | 111 | 143 | 61 | 20 | 142 | 32 |
| Binary | 10000011 | 100100 | 1 | 0 | 1001001 | 1100011 | 110001 | 10000 | 1100010 | 11010 |
Color Harmonies of #832401
Complementary color
Monochromatic Colors of #832401
Black with #832401
Text Example
Text Example
White with #832401
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #832401; }
p { color: rgb(131,36,1); }
H1.HeaderClassName
{
color: #832401;
}
.AnyTagClassName
{
color: #832401;
}
</style>
background-color css
<style>
a { background-color: #832401; }
a { background-color: rgb(131,36,1); }
div.DivClassName
{
background-color: #832401;
}
.BgClassName
{
background-color: #832401;
}
</style>
border-color css
<style>
span { border-color: #832401; }
span { border-color: rgb(131,36,1); }
td.TdClassName
{
border-color: #832401;
}
.TagClassName
{
border-color: #832401;
}
</style>