Shades of Falu Red #8B100C
Tints of Falu Red #8B100C
RGB
CMYK
RGB Variations
Color information
#8B100C (or 0x8B100C) is known color: Falu Red. HEX triplet: 8B, 10 and 0C. RGB value is (139,16,12). Sum of RGB (Red+Green+Blue) = 139+16+12=167 (22% of max value = 765). Red value is 139 (54.69% from 255 or 83.23% from 167); Green value is 16 (6.64% from 255 or 9.58% from 167); Blue value is 12 (5.08% from 255 or 7.19% from 167); Max value from RGB is 139 - color contains mainly: red. Hex color #8B100C is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #8B100C is #74EFF3. Grayscale: #343434. Windows color (decimal): -7663604 or 790667. OLE color: 790667.
HSL color Cylindrical-coordinate representation of color #8B100C: hue angle of 1.89º degrees, saturation: 0.84, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #8B100C is Cyan = 0, Magento = 0.88, Yellow = 0.91 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 139 | 16 | 12 | - |
| CMYK | 0 | 0.88 | 0.91 | 0.45 |
| HSL | 1.89º | 0.84% | 0.3% | - |
| HSV(B) | 1.89º | 0.91% | 0.55% | - |
| XYZ | 10.9 | 5.89 | 0.91 | - |
| YUV | 52.32 | 105.25 | 189.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 16 | 12 | 0 | 0.88 | 0.91 | 0.45 | 1.89 | 0.84 | 0.3 |
| Hex | 8B | 10 | C | 0 | 58 | 5B | 2D | 2 | 54 | 1E |
| Octal | 213 | 20 | 14 | 0 | 130 | 133 | 55 | 2 | 124 | 36 |
| Binary | 10001011 | 10000 | 1100 | 0 | 1011000 | 1011011 | 101101 | 10 | 1010100 | 11110 |
Color Harmonies of #8B100C
Complementary color
Monochromatic Colors of #8B100C
Black with #8B100C
Text Example
Text Example
White with #8B100C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B100C; }
p { color: rgb(139,16,12); }
H1.HeaderClassName
{
color: #8B100C;
}
.AnyTagClassName
{
color: #8B100C;
}
</style>
background-color css
<style>
a { background-color: #8B100C; }
a { background-color: rgb(139,16,12); }
div.DivClassName
{
background-color: #8B100C;
}
.BgClassName
{
background-color: #8B100C;
}
</style>
border-color css
<style>
span { border-color: #8B100C; }
span { border-color: rgb(139,16,12); }
td.TdClassName
{
border-color: #8B100C;
}
.TagClassName
{
border-color: #8B100C;
}
</style>