Shades of Falu Red #8B170B
Tints of Falu Red #8B170B
RGB
CMYK
RGB Variations
Color information
#8B170B (or 0x8B170B) is known color: Falu Red. HEX triplet: 8B, 17 and 0B. RGB value is (139,23,11). Sum of RGB (Red+Green+Blue) = 139+23+11=173 (22% of max value = 765). Red value is 139 (54.69% from 255 or 80.35% from 173); Green value is 23 (9.38% from 255 or 13.29% from 173); Blue value is 11 (4.69% from 255 or 6.36% from 173); Max value from RGB is 139 - color contains mainly: red. Hex color #8B170B is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #8B170B is #74E8F4. Grayscale: #383838. Windows color (decimal): -7661813 or 726923. OLE color: 726923.
HSL color Cylindrical-coordinate representation of color #8B170B: hue angle of 5.62º degrees, saturation: 0.85, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #8B170B is Cyan = 0, Magento = 0.83, Yellow = 0.92 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 139 | 23 | 11 | - |
| CMYK | 0 | 0.83 | 0.92 | 0.45 |
| HSL | 5.63º | 0.85% | 0.29% | - |
| HSV(B) | 5.63º | 0.92% | 0.55% | - |
| XYZ | 11.01 | 6.13 | 0.92 | - |
| YUV | 56.32 | 102.43 | 186.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 23 | 11 | 0 | 0.83 | 0.92 | 0.45 | 5.63 | 0.85 | 0.29 |
| Hex | 8B | 17 | B | 0 | 53 | 5C | 2D | 6 | 55 | 1D |
| Octal | 213 | 27 | 13 | 0 | 123 | 134 | 55 | 6 | 125 | 35 |
| Binary | 10001011 | 10111 | 1011 | 0 | 1010011 | 1011100 | 101101 | 110 | 1010101 | 11101 |
Color Harmonies of #8B170B
Complementary color
Monochromatic Colors of #8B170B
Black with #8B170B
Text Example
Text Example
White with #8B170B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B170B; }
p { color: rgb(139,23,11); }
H1.HeaderClassName
{
color: #8B170B;
}
.AnyTagClassName
{
color: #8B170B;
}
</style>
background-color css
<style>
a { background-color: #8B170B; }
a { background-color: rgb(139,23,11); }
div.DivClassName
{
background-color: #8B170B;
}
.BgClassName
{
background-color: #8B170B;
}
</style>
border-color css
<style>
span { border-color: #8B170B; }
span { border-color: rgb(139,23,11); }
td.TdClassName
{
border-color: #8B170B;
}
.TagClassName
{
border-color: #8B170B;
}
</style>