Shades of Falu Red #83200D
Tints of Falu Red #83200D
RGB
CMYK
RGB Variations
Color information
#83200D (or 0x83200D) is known color: Falu Red. HEX triplet: 83, 20 and 0D. RGB value is (131,32,13). Sum of RGB (Red+Green+Blue) = 131+32+13=176 (23% of max value = 765). Red value is 131 (51.56% from 255 or 74.43% from 176); Green value is 32 (12.89% from 255 or 18.18% from 176); Blue value is 13 (5.47% from 255 or 7.39% from 176); Max value from RGB is 131 - color contains mainly: red. Hex color #83200D is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #83200D is #7CDFF2. Grayscale: #3B3B3B. Windows color (decimal): -8183795 or 860291. OLE color: 860291.
HSL color Cylindrical-coordinate representation of color #83200D: hue angle of 9.66º degrees, saturation: 0.82, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #83200D is Cyan = 0, Magento = 0.76, Yellow = 0.90 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 131 | 32 | 13 | - |
| CMYK | 0 | 0.76 | 0.90 | 0.49 |
| HSL | 9.66º | 0.82% | 0.28% | - |
| HSV(B) | 9.66º | 0.9% | 0.51% | - |
| XYZ | 9.95 | 5.89 | 0.99 | - |
| YUV | 59.44 | 101.8 | 179.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 32 | 13 | 0 | 0.76 | 0.90 | 0.49 | 9.66 | 0.82 | 0.28 |
| Hex | 83 | 20 | D | 0 | 4C | 5A | 31 | A | 52 | 1C |
| Octal | 203 | 40 | 15 | 0 | 114 | 132 | 61 | 12 | 122 | 34 |
| Binary | 10000011 | 100000 | 1101 | 0 | 1001100 | 1011010 | 110001 | 1010 | 1010010 | 11100 |
Color Harmonies of #83200D
Complementary color
Monochromatic Colors of #83200D
Black with #83200D
Text Example
Text Example
White with #83200D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #83200D; }
p { color: rgb(131,32,13); }
H1.HeaderClassName
{
color: #83200D;
}
.AnyTagClassName
{
color: #83200D;
}
</style>
background-color css
<style>
a { background-color: #83200D; }
a { background-color: rgb(131,32,13); }
div.DivClassName
{
background-color: #83200D;
}
.BgClassName
{
background-color: #83200D;
}
</style>
border-color css
<style>
span { border-color: #83200D; }
span { border-color: rgb(131,32,13); }
td.TdClassName
{
border-color: #83200D;
}
.TagClassName
{
border-color: #83200D;
}
</style>