Shades of Falu Red #8B150B
Tints of Falu Red #8B150B
RGB
CMYK
RGB Variations
Color information
#8B150B (or 0x8B150B) is known color: Falu Red. HEX triplet: 8B, 15 and 0B. RGB value is (139,21,11). Sum of RGB (Red+Green+Blue) = 139+21+11=171 (22% of max value = 765). Red value is 139 (54.69% from 255 or 81.29% from 171); Green value is 21 (8.59% from 255 or 12.28% from 171); Blue value is 11 (4.69% from 255 or 6.43% from 171); Max value from RGB is 139 - color contains mainly: red. Hex color #8B150B is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #8B150B is #74EAF4. Grayscale: #373737. Windows color (decimal): -7662325 or 726411. OLE color: 726411.
HSL color Cylindrical-coordinate representation of color #8B150B: hue angle of 4.69º 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 #8B150B is Cyan = 0, Magento = 0.85, Yellow = 0.92 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 139 | 21 | 11 | - |
| CMYK | 0 | 0.85 | 0.92 | 0.45 |
| HSL | 4.69º | 0.85% | 0.29% | - |
| HSV(B) | 4.69º | 0.92% | 0.55% | - |
| XYZ | 10.98 | 6.05 | 0.91 | - |
| YUV | 55.14 | 103.09 | 187.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 21 | 11 | 0 | 0.85 | 0.92 | 0.45 | 4.69 | 0.85 | 0.29 |
| Hex | 8B | 15 | B | 0 | 55 | 5C | 2D | 5 | 55 | 1D |
| Octal | 213 | 25 | 13 | 0 | 125 | 134 | 55 | 5 | 125 | 35 |
| Binary | 10001011 | 10101 | 1011 | 0 | 1010101 | 1011100 | 101101 | 101 | 1010101 | 11101 |
Color Harmonies of #8B150B
Complementary color
Monochromatic Colors of #8B150B
Black with #8B150B
Text Example
Text Example
White with #8B150B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B150B; }
p { color: rgb(139,21,11); }
H1.HeaderClassName
{
color: #8B150B;
}
.AnyTagClassName
{
color: #8B150B;
}
</style>
background-color css
<style>
a { background-color: #8B150B; }
a { background-color: rgb(139,21,11); }
div.DivClassName
{
background-color: #8B150B;
}
.BgClassName
{
background-color: #8B150B;
}
</style>
border-color css
<style>
span { border-color: #8B150B; }
span { border-color: rgb(139,21,11); }
td.TdClassName
{
border-color: #8B150B;
}
.TagClassName
{
border-color: #8B150B;
}
</style>