Shades of Falu Red #83170C
Tints of Falu Red #83170C
RGB
CMYK
RGB Variations
Color information
#83170C (or 0x83170C) is known color: Falu Red. HEX triplet: 83, 17 and 0C. RGB value is (131,23,12). Sum of RGB (Red+Green+Blue) = 131+23+12=166 (21% of max value = 765). Red value is 131 (51.56% from 255 or 78.92% from 166); Green value is 23 (9.38% from 255 or 13.86% from 166); Blue value is 12 (5.08% from 255 or 7.23% from 166); Max value from RGB is 131 - color contains mainly: red. Hex color #83170C is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #83170C is #7CE8F3. Grayscale: #363636. Windows color (decimal): -8186100 or 792451. OLE color: 792451.
HSL color Cylindrical-coordinate representation of color #83170C: hue angle of 5.55º degrees, saturation: 0.83, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #83170C is Cyan = 0, Magento = 0.82, Yellow = 0.91 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 131 | 23 | 12 | - |
| CMYK | 0 | 0.82 | 0.91 | 0.49 |
| HSL | 5.55º | 0.83% | 0.28% | - |
| HSV(B) | 5.55º | 0.91% | 0.51% | - |
| XYZ | 9.73 | 5.46 | 0.89 | - |
| YUV | 54.04 | 104.28 | 182.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 23 | 12 | 0 | 0.82 | 0.91 | 0.49 | 5.55 | 0.83 | 0.28 |
| Hex | 83 | 17 | C | 0 | 52 | 5B | 31 | 6 | 53 | 1C |
| Octal | 203 | 27 | 14 | 0 | 122 | 133 | 61 | 6 | 123 | 34 |
| Binary | 10000011 | 10111 | 1100 | 0 | 1010010 | 1011011 | 110001 | 110 | 1010011 | 11100 |
Color Harmonies of #83170C
Complementary color
Monochromatic Colors of #83170C
Black with #83170C
Text Example
Text Example
White with #83170C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #83170C; }
p { color: rgb(131,23,12); }
H1.HeaderClassName
{
color: #83170C;
}
.AnyTagClassName
{
color: #83170C;
}
</style>
background-color css
<style>
a { background-color: #83170C; }
a { background-color: rgb(131,23,12); }
div.DivClassName
{
background-color: #83170C;
}
.BgClassName
{
background-color: #83170C;
}
</style>
border-color css
<style>
span { border-color: #83170C; }
span { border-color: rgb(131,23,12); }
td.TdClassName
{
border-color: #83170C;
}
.TagClassName
{
border-color: #83170C;
}
</style>