Shades of Falu Red #832302
Tints of Falu Red #832302
RGB
CMYK
RGB Variations
Color information
#832302 (or 0x832302) is known color: Falu Red. HEX triplet: 83, 23 and 02. RGB value is (131,35,2). Sum of RGB (Red+Green+Blue) = 131+35+2=168 (22% of max value = 765). Red value is 131 (51.56% from 255 or 77.98% from 168); Green value is 35 (14.06% from 255 or 20.83% from 168); Blue value is 2 (1.17% from 255 or 1.19% from 168); Max value from RGB is 131 - color contains mainly: red. Hex color #832302 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #832302 is #7CDCFD. Grayscale: #3C3C3C. Windows color (decimal): -8183038 or 140163. OLE color: 140163.
HSL color Cylindrical-coordinate representation of color #832302: hue angle of 15.35º degrees, saturation: 0.97, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #832302 is Cyan = 0, Magento = 0.73, Yellow = 0.98 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 131 | 35 | 2 | - |
| CMYK | 0 | 0.73 | 0.98 | 0.49 |
| HSL | 15.35º | 0.97% | 0.26% | - |
| HSV(B) | 15.35º | 0.98% | 0.51% | - |
| XYZ | 9.97 | 6.03 | 0.7 | - |
| YUV | 59.94 | 95.3 | 178.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 35 | 2 | 0 | 0.73 | 0.98 | 0.49 | 15.35 | 0.97 | 0.26 |
| Hex | 83 | 23 | 2 | 0 | 49 | 62 | 31 | F | 61 | 1A |
| Octal | 203 | 43 | 2 | 0 | 111 | 142 | 61 | 17 | 141 | 32 |
| Binary | 10000011 | 100011 | 10 | 0 | 1001001 | 1100010 | 110001 | 1111 | 1100001 | 11010 |
Color Harmonies of #832302
Complementary color
Monochromatic Colors of #832302
Black with #832302
Text Example
Text Example
White with #832302
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #832302; }
p { color: rgb(131,35,2); }
H1.HeaderClassName
{
color: #832302;
}
.AnyTagClassName
{
color: #832302;
}
</style>
background-color css
<style>
a { background-color: #832302; }
a { background-color: rgb(131,35,2); }
div.DivClassName
{
background-color: #832302;
}
.BgClassName
{
background-color: #832302;
}
</style>
border-color css
<style>
span { border-color: #832302; }
span { border-color: rgb(131,35,2); }
td.TdClassName
{
border-color: #832302;
}
.TagClassName
{
border-color: #832302;
}
</style>