Shades of Falu Red #8B1910
Tints of Falu Red #8B1910
RGB
CMYK
RGB Variations
Color information
#8B1910 (or 0x8B1910) is known color: Falu Red. HEX triplet: 8B, 19 and 10. RGB value is (139,25,16). Sum of RGB (Red+Green+Blue) = 139+25+16=180 (23% of max value = 765). Red value is 139 (54.69% from 255 or 77.22% from 180); Green value is 25 (10.16% from 255 or 13.89% from 180); Blue value is 16 (6.64% from 255 or 8.89% from 180); Max value from RGB is 139 - color contains mainly: red. Hex color #8B1910 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #8B1910 is #74E6EF. Grayscale: #3A3A3A. Windows color (decimal): -7661296 or 1055115. OLE color: 1055115.
HSL color Cylindrical-coordinate representation of color #8B1910: hue angle of 4.39º 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 #8B1910 is Cyan = 0, Magento = 0.82, Yellow = 0.88 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 139 | 25 | 16 | - |
| CMYK | 0 | 0.82 | 0.88 | 0.45 |
| HSL | 4.39º | 0.79% | 0.3% | - |
| HSV(B) | 4.39º | 0.88% | 0.55% | - |
| XYZ | 11.09 | 6.22 | 1.11 | - |
| YUV | 58.06 | 104.27 | 185.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 25 | 16 | 0 | 0.82 | 0.88 | 0.45 | 4.39 | 0.79 | 0.3 |
| Hex | 8B | 19 | 10 | 0 | 52 | 58 | 2D | 4 | 4F | 1E |
| Octal | 213 | 31 | 20 | 0 | 122 | 130 | 55 | 4 | 117 | 36 |
| Binary | 10001011 | 11001 | 10000 | 0 | 1010010 | 1011000 | 101101 | 100 | 1001111 | 11110 |
Color Harmonies of #8B1910
Complementary color
Monochromatic Colors of #8B1910
Black with #8B1910
Text Example
Text Example
White with #8B1910
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B1910; }
p { color: rgb(139,25,16); }
H1.HeaderClassName
{
color: #8B1910;
}
.AnyTagClassName
{
color: #8B1910;
}
</style>
background-color css
<style>
a { background-color: #8B1910; }
a { background-color: rgb(139,25,16); }
div.DivClassName
{
background-color: #8B1910;
}
.BgClassName
{
background-color: #8B1910;
}
</style>
border-color css
<style>
span { border-color: #8B1910; }
span { border-color: rgb(139,25,16); }
td.TdClassName
{
border-color: #8B1910;
}
.TagClassName
{
border-color: #8B1910;
}
</style>