Shades of Falu Red #8B260C
Tints of Falu Red #8B260C
RGB
CMYK
RGB Variations
Color information
#8B260C (or 0x8B260C) is known color: Falu Red. HEX triplet: 8B, 26 and 0C. RGB value is (139,38,12). Sum of RGB (Red+Green+Blue) = 139+38+12=189 (25% of max value = 765). Red value is 139 (54.69% from 255 or 73.54% from 189); Green value is 38 (15.23% from 255 or 20.11% from 189); Blue value is 12 (5.08% from 255 or 6.35% from 189); Max value from RGB is 139 - color contains mainly: red. Hex color #8B260C is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #8B260C is #74D9F3. Grayscale: #414141. Windows color (decimal): -7657972 or 796299. OLE color: 796299.
HSL color Cylindrical-coordinate representation of color #8B260C: hue angle of 12.28º 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 #8B260C is Cyan = 0, Magento = 0.73, Yellow = 0.91 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 139 | 38 | 12 | - |
| CMYK | 0 | 0.73 | 0.91 | 0.45 |
| HSL | 12.28º | 0.84% | 0.3% | - |
| HSV(B) | 12.28º | 0.91% | 0.55% | - |
| XYZ | 11.41 | 6.9 | 1.08 | - |
| YUV | 65.24 | 97.96 | 180.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 38 | 12 | 0 | 0.73 | 0.91 | 0.45 | 12.28 | 0.84 | 0.3 |
| Hex | 8B | 26 | C | 0 | 49 | 5B | 2D | C | 54 | 1E |
| Octal | 213 | 46 | 14 | 0 | 111 | 133 | 55 | 14 | 124 | 36 |
| Binary | 10001011 | 100110 | 1100 | 0 | 1001001 | 1011011 | 101101 | 1100 | 1010100 | 11110 |
Color Harmonies of #8B260C
Complementary color
Monochromatic Colors of #8B260C
Black with #8B260C
Text Example
Text Example
White with #8B260C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B260C; }
p { color: rgb(139,38,12); }
H1.HeaderClassName
{
color: #8B260C;
}
.AnyTagClassName
{
color: #8B260C;
}
</style>
background-color css
<style>
a { background-color: #8B260C; }
a { background-color: rgb(139,38,12); }
div.DivClassName
{
background-color: #8B260C;
}
.BgClassName
{
background-color: #8B260C;
}
</style>
border-color css
<style>
span { border-color: #8B260C; }
span { border-color: rgb(139,38,12); }
td.TdClassName
{
border-color: #8B260C;
}
.TagClassName
{
border-color: #8B260C;
}
</style>