Shades of Falu Red #8B1706
Tints of Falu Red #8B1706
RGB
CMYK
RGB Variations
Color information
#8B1706 (or 0x8B1706) is known color: Falu Red. HEX triplet: 8B, 17 and 06. RGB value is (139,23,6). Sum of RGB (Red+Green+Blue) = 139+23+6=168 (22% of max value = 765). Red value is 139 (54.69% from 255 or 82.74% from 168); Green value is 23 (9.38% from 255 or 13.69% from 168); Blue value is 6 (2.73% from 255 or 3.57% from 168); Max value from RGB is 139 - color contains mainly: red. Hex color #8B1706 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #8B1706 is #74E8F9. Grayscale: #373737. Windows color (decimal): -7661818 or 399243. OLE color: 399243.
HSL color Cylindrical-coordinate representation of color #8B1706: hue angle of 7.67º degrees, saturation: 0.92, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #8B1706 is Cyan = 0, Magento = 0.83, Yellow = 0.96 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 139 | 23 | 6 | - |
| CMYK | 0 | 0.83 | 0.96 | 0.45 |
| HSL | 7.67º | 0.92% | 0.28% | - |
| HSV(B) | 7.67º | 0.96% | 0.55% | - |
| XYZ | 10.99 | 6.11 | 0.77 | - |
| YUV | 55.75 | 99.93 | 187.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 23 | 6 | 0 | 0.83 | 0.96 | 0.45 | 7.67 | 0.92 | 0.28 |
| Hex | 8B | 17 | 6 | 0 | 53 | 60 | 2D | 8 | 5C | 1C |
| Octal | 213 | 27 | 6 | 0 | 123 | 140 | 55 | 10 | 134 | 34 |
| Binary | 10001011 | 10111 | 110 | 0 | 1010011 | 1100000 | 101101 | 1000 | 1011100 | 11100 |
Color Harmonies of #8B1706
Complementary color
Monochromatic Colors of #8B1706
Black with #8B1706
Text Example
Text Example
White with #8B1706
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B1706; }
p { color: rgb(139,23,6); }
H1.HeaderClassName
{
color: #8B1706;
}
.AnyTagClassName
{
color: #8B1706;
}
</style>
background-color css
<style>
a { background-color: #8B1706; }
a { background-color: rgb(139,23,6); }
div.DivClassName
{
background-color: #8B1706;
}
.BgClassName
{
background-color: #8B1706;
}
</style>
border-color css
<style>
span { border-color: #8B1706; }
span { border-color: rgb(139,23,6); }
td.TdClassName
{
border-color: #8B1706;
}
.TagClassName
{
border-color: #8B1706;
}
</style>