Shades of Falu Red #8B1610
Tints of Falu Red #8B1610
RGB
CMYK
RGB Variations
Color information
#8B1610 (or 0x8B1610) is known color: Falu Red. HEX triplet: 8B, 16 and 10. RGB value is (139,22,16). Sum of RGB (Red+Green+Blue) = 139+22+16=177 (23% of max value = 765). Red value is 139 (54.69% from 255 or 78.53% from 177); Green value is 22 (8.98% from 255 or 12.43% from 177); Blue value is 16 (6.64% from 255 or 9.04% from 177); Max value from RGB is 139 - color contains mainly: red. Hex color #8B1610 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #8B1610 is #74E9EF. Grayscale: #383838. Windows color (decimal): -7662064 or 1054347. OLE color: 1054347.
HSL color Cylindrical-coordinate representation of color #8B1610: hue angle of 2.93º degrees, saturation: 0.79, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #8B1610 is Cyan = 0, Magento = 0.84, Yellow = 0.88 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 139 | 22 | 16 | - |
| CMYK | 0 | 0.84 | 0.88 | 0.45 |
| HSL | 2.93º | 0.79% | 0.3% | - |
| HSV(B) | 2.93º | 0.88% | 0.55% | - |
| XYZ | 11.03 | 6.1 | 1.09 | - |
| YUV | 56.3 | 105.26 | 186.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 22 | 16 | 0 | 0.84 | 0.88 | 0.45 | 2.93 | 0.79 | 0.3 |
| Hex | 8B | 16 | 10 | 0 | 54 | 58 | 2D | 3 | 4F | 1E |
| Octal | 213 | 26 | 20 | 0 | 124 | 130 | 55 | 3 | 117 | 36 |
| Binary | 10001011 | 10110 | 10000 | 0 | 1010100 | 1011000 | 101101 | 11 | 1001111 | 11110 |
Color Harmonies of #8B1610
Complementary color
Monochromatic Colors of #8B1610
Black with #8B1610
Text Example
Text Example
White with #8B1610
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B1610; }
p { color: rgb(139,22,16); }
H1.HeaderClassName
{
color: #8B1610;
}
.AnyTagClassName
{
color: #8B1610;
}
</style>
background-color css
<style>
a { background-color: #8B1610; }
a { background-color: rgb(139,22,16); }
div.DivClassName
{
background-color: #8B1610;
}
.BgClassName
{
background-color: #8B1610;
}
</style>
border-color css
<style>
span { border-color: #8B1610; }
span { border-color: rgb(139,22,16); }
td.TdClassName
{
border-color: #8B1610;
}
.TagClassName
{
border-color: #8B1610;
}
</style>