Shades of Falu Red #8B2510
Tints of Falu Red #8B2510
RGB
CMYK
RGB Variations
Color information
#8B2510 (or 0x8B2510) is known color: Falu Red. HEX triplet: 8B, 25 and 10. RGB value is (139,37,16). Sum of RGB (Red+Green+Blue) = 139+37+16=192 (25% of max value = 765). Red value is 139 (54.69% from 255 or 72.40% from 192); Green value is 37 (14.84% from 255 or 19.27% from 192); Blue value is 16 (6.64% from 255 or 8.33% from 192); Max value from RGB is 139 - color contains mainly: red. Hex color #8B2510 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #8B2510 is #74DAEF. Grayscale: #414141. Windows color (decimal): -7658224 or 1058187. OLE color: 1058187.
HSL color Cylindrical-coordinate representation of color #8B2510: hue angle of 10.24º 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 #8B2510 is Cyan = 0, Magento = 0.73, Yellow = 0.88 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 139 | 37 | 16 | - |
| CMYK | 0 | 0.73 | 0.88 | 0.45 |
| HSL | 10.24º | 0.79% | 0.3% | - |
| HSV(B) | 10.24º | 0.88% | 0.55% | - |
| XYZ | 11.4 | 6.85 | 1.21 | - |
| YUV | 65.1 | 100.29 | 180.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 37 | 16 | 0 | 0.73 | 0.88 | 0.45 | 10.24 | 0.79 | 0.3 |
| Hex | 8B | 25 | 10 | 0 | 49 | 58 | 2D | A | 4F | 1E |
| Octal | 213 | 45 | 20 | 0 | 111 | 130 | 55 | 12 | 117 | 36 |
| Binary | 10001011 | 100101 | 10000 | 0 | 1001001 | 1011000 | 101101 | 1010 | 1001111 | 11110 |
Color Harmonies of #8B2510
Complementary color
Monochromatic Colors of #8B2510
Black with #8B2510
Text Example
Text Example
White with #8B2510
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B2510; }
p { color: rgb(139,37,16); }
H1.HeaderClassName
{
color: #8B2510;
}
.AnyTagClassName
{
color: #8B2510;
}
</style>
background-color css
<style>
a { background-color: #8B2510; }
a { background-color: rgb(139,37,16); }
div.DivClassName
{
background-color: #8B2510;
}
.BgClassName
{
background-color: #8B2510;
}
</style>
border-color css
<style>
span { border-color: #8B2510; }
span { border-color: rgb(139,37,16); }
td.TdClassName
{
border-color: #8B2510;
}
.TagClassName
{
border-color: #8B2510;
}
</style>