Shades of Falu Red #83180D
Tints of Falu Red #83180D
RGB
CMYK
RGB Variations
Color information
#83180D (or 0x83180D) is known color: Falu Red. HEX triplet: 83, 18 and 0D. RGB value is (131,24,13). Sum of RGB (Red+Green+Blue) = 131+24+13=168 (22% of max value = 765). Red value is 131 (51.56% from 255 or 77.98% from 168); Green value is 24 (9.77% from 255 or 14.29% from 168); Blue value is 13 (5.47% from 255 or 7.74% from 168); Max value from RGB is 131 - color contains mainly: red. Hex color #83180D is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #83180D is #7CE7F2. Grayscale: #363636. Windows color (decimal): -8185843 or 858243. OLE color: 858243.
HSL color Cylindrical-coordinate representation of color #83180D: hue angle of 5.59º 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 #83180D is Cyan = 0, Magento = 0.82, Yellow = 0.90 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 131 | 24 | 13 | - |
| CMYK | 0 | 0.82 | 0.90 | 0.49 |
| HSL | 5.59º | 0.82% | 0.28% | - |
| HSV(B) | 5.59º | 0.9% | 0.51% | - |
| XYZ | 9.76 | 5.51 | 0.93 | - |
| YUV | 54.74 | 104.45 | 182.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 24 | 13 | 0 | 0.82 | 0.90 | 0.49 | 5.59 | 0.82 | 0.28 |
| Hex | 83 | 18 | D | 0 | 52 | 5A | 31 | 6 | 52 | 1C |
| Octal | 203 | 30 | 15 | 0 | 122 | 132 | 61 | 6 | 122 | 34 |
| Binary | 10000011 | 11000 | 1101 | 0 | 1010010 | 1011010 | 110001 | 110 | 1010010 | 11100 |
Color Harmonies of #83180D
Complementary color
Monochromatic Colors of #83180D
Black with #83180D
Text Example
Text Example
White with #83180D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #83180D; }
p { color: rgb(131,24,13); }
H1.HeaderClassName
{
color: #83180D;
}
.AnyTagClassName
{
color: #83180D;
}
</style>
background-color css
<style>
a { background-color: #83180D; }
a { background-color: rgb(131,24,13); }
div.DivClassName
{
background-color: #83180D;
}
.BgClassName
{
background-color: #83180D;
}
</style>
border-color css
<style>
span { border-color: #83180D; }
span { border-color: rgb(131,24,13); }
td.TdClassName
{
border-color: #83180D;
}
.TagClassName
{
border-color: #83180D;
}
</style>