Shades of Falu Red #830F0A
Tints of Falu Red #830F0A
RGB
CMYK
RGB Variations
Color information
#830F0A (or 0x830F0A) is known color: Falu Red. HEX triplet: 83, 0F and 0A. RGB value is (131,15,10). Sum of RGB (Red+Green+Blue) = 131+15+10=156 (20% of max value = 765). Red value is 131 (51.56% from 255 or 83.97% from 156); Green value is 15 (6.25% from 255 or 9.62% from 156); Blue value is 10 (4.30% from 255 or 6.41% from 156); Max value from RGB is 131 - color contains mainly: red. Hex color #830F0A is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #830F0A is #7CF0F5. Grayscale: #313131. Windows color (decimal): -8188150 or 659331. OLE color: 659331.
HSL color Cylindrical-coordinate representation of color #830F0A: hue angle of 2.48º degrees, saturation: 0.86, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #830F0A is Cyan = 0, Magento = 0.89, Yellow = 0.92 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 131 | 15 | 10 | - |
| CMYK | 0 | 0.89 | 0.92 | 0.49 |
| HSL | 2.48º | 0.86% | 0.28% | - |
| HSV(B) | 2.48º | 0.92% | 0.51% | - |
| XYZ | 9.59 | 5.19 | 0.78 | - |
| YUV | 49.11 | 105.93 | 186.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 15 | 10 | 0 | 0.89 | 0.92 | 0.49 | 2.48 | 0.86 | 0.28 |
| Hex | 83 | F | A | 0 | 59 | 5C | 31 | 2 | 56 | 1C |
| Octal | 203 | 17 | 12 | 0 | 131 | 134 | 61 | 2 | 126 | 34 |
| Binary | 10000011 | 1111 | 1010 | 0 | 1011001 | 1011100 | 110001 | 10 | 1010110 | 11100 |
Color Harmonies of #830F0A
Complementary color
Monochromatic Colors of #830F0A
Black with #830F0A
Text Example
Text Example
White with #830F0A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #830F0A; }
p { color: rgb(131,15,10); }
H1.HeaderClassName
{
color: #830F0A;
}
.AnyTagClassName
{
color: #830F0A;
}
</style>
background-color css
<style>
a { background-color: #830F0A; }
a { background-color: rgb(131,15,10); }
div.DivClassName
{
background-color: #830F0A;
}
.BgClassName
{
background-color: #830F0A;
}
</style>
border-color css
<style>
span { border-color: #830F0A; }
span { border-color: rgb(131,15,10); }
td.TdClassName
{
border-color: #830F0A;
}
.TagClassName
{
border-color: #830F0A;
}
</style>