Shades of Falu Red #8B250C
Tints of Falu Red #8B250C
RGB
CMYK
RGB Variations
Color information
#8B250C (or 0x8B250C) is known color: Falu Red. HEX triplet: 8B, 25 and 0C. RGB value is (139,37,12). Sum of RGB (Red+Green+Blue) = 139+37+12=188 (24% of max value = 765). Red value is 139 (54.69% from 255 or 73.94% from 188); Green value is 37 (14.84% from 255 or 19.68% from 188); Blue value is 12 (5.08% from 255 or 6.38% from 188); Max value from RGB is 139 - color contains mainly: red. Hex color #8B250C is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #8B250C is #74DAF3. Grayscale: #404040. Windows color (decimal): -7658228 or 796043. OLE color: 796043.
HSL color Cylindrical-coordinate representation of color #8B250C: hue angle of 11.81º 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 #8B250C is Cyan = 0, Magento = 0.73, Yellow = 0.91 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 139 | 37 | 12 | - |
| CMYK | 0 | 0.73 | 0.91 | 0.45 |
| HSL | 11.81º | 0.84% | 0.3% | - |
| HSV(B) | 11.81º | 0.91% | 0.55% | - |
| XYZ | 11.38 | 6.84 | 1.07 | - |
| YUV | 64.65 | 98.29 | 181.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 37 | 12 | 0 | 0.73 | 0.91 | 0.45 | 11.81 | 0.84 | 0.3 |
| Hex | 8B | 25 | C | 0 | 49 | 5B | 2D | C | 54 | 1E |
| Octal | 213 | 45 | 14 | 0 | 111 | 133 | 55 | 14 | 124 | 36 |
| Binary | 10001011 | 100101 | 1100 | 0 | 1001001 | 1011011 | 101101 | 1100 | 1010100 | 11110 |
Color Harmonies of #8B250C
Complementary color
Monochromatic Colors of #8B250C
Black with #8B250C
Text Example
Text Example
White with #8B250C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B250C; }
p { color: rgb(139,37,12); }
H1.HeaderClassName
{
color: #8B250C;
}
.AnyTagClassName
{
color: #8B250C;
}
</style>
background-color css
<style>
a { background-color: #8B250C; }
a { background-color: rgb(139,37,12); }
div.DivClassName
{
background-color: #8B250C;
}
.BgClassName
{
background-color: #8B250C;
}
</style>
border-color css
<style>
span { border-color: #8B250C; }
span { border-color: rgb(139,37,12); }
td.TdClassName
{
border-color: #8B250C;
}
.TagClassName
{
border-color: #8B250C;
}
</style>