Shades of Falu Red #8B2609
Tints of Falu Red #8B2609
RGB
CMYK
RGB Variations
Color information
#8B2609 (or 0x8B2609) is known color: Falu Red. HEX triplet: 8B, 26 and 09. RGB value is (139,38,9). Sum of RGB (Red+Green+Blue) = 139+38+9=186 (24% of max value = 765). Red value is 139 (54.69% from 255 or 74.73% from 186); Green value is 38 (15.23% from 255 or 20.43% from 186); Blue value is 9 (3.91% from 255 or 4.84% from 186); Max value from RGB is 139 - color contains mainly: red. Hex color #8B2609 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #8B2609 is #74D9F6. Grayscale: #414141. Windows color (decimal): -7657975 or 599691. OLE color: 599691.
HSL color Cylindrical-coordinate representation of color #8B2609: hue angle of 13.38º degrees, saturation: 0.88, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #8B2609 is Cyan = 0, Magento = 0.73, Yellow = 0.94 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 139 | 38 | 9 | - |
| CMYK | 0 | 0.73 | 0.94 | 0.45 |
| HSL | 13.38º | 0.88% | 0.29% | - |
| HSV(B) | 13.38º | 0.94% | 0.55% | - |
| XYZ | 11.39 | 6.89 | 0.99 | - |
| YUV | 64.89 | 96.46 | 180.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 38 | 9 | 0 | 0.73 | 0.94 | 0.45 | 13.38 | 0.88 | 0.29 |
| Hex | 8B | 26 | 9 | 0 | 49 | 5E | 2D | D | 58 | 1D |
| Octal | 213 | 46 | 11 | 0 | 111 | 136 | 55 | 15 | 130 | 35 |
| Binary | 10001011 | 100110 | 1001 | 0 | 1001001 | 1011110 | 101101 | 1101 | 1011000 | 11101 |
Color Harmonies of #8B2609
Complementary color
Monochromatic Colors of #8B2609
Black with #8B2609
Text Example
Text Example
White with #8B2609
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B2609; }
p { color: rgb(139,38,9); }
H1.HeaderClassName
{
color: #8B2609;
}
.AnyTagClassName
{
color: #8B2609;
}
</style>
background-color css
<style>
a { background-color: #8B2609; }
a { background-color: rgb(139,38,9); }
div.DivClassName
{
background-color: #8B2609;
}
.BgClassName
{
background-color: #8B2609;
}
</style>
border-color css
<style>
span { border-color: #8B2609; }
span { border-color: rgb(139,38,9); }
td.TdClassName
{
border-color: #8B2609;
}
.TagClassName
{
border-color: #8B2609;
}
</style>