Shades of Falu Red #8B2501
Tints of Falu Red #8B2501
RGB
CMYK
RGB Variations
Color information
#8B2501 (or 0x8B2501) is known color: Falu Red. HEX triplet: 8B, 25 and 01. RGB value is (139,37,1). Sum of RGB (Red+Green+Blue) = 139+37+1=177 (23% of max value = 765). Red value is 139 (54.69% from 255 or 78.53% from 177); Green value is 37 (14.84% from 255 or 20.90% from 177); Blue value is 1 (0.78% from 255 or 0.56% from 177); Max value from RGB is 139 - color contains mainly: red. Hex color #8B2501 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #8B2501 is #74DAFE. Grayscale: #3F3F3F. Windows color (decimal): -7658239 or 75147. OLE color: 75147.
HSL color Cylindrical-coordinate representation of color #8B2501: hue angle of 15.65º degrees, saturation: 0.99, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #8B2501 is Cyan = 0, Magento = 0.73, Yellow = 0.99 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 139 | 37 | 1 | - |
| CMYK | 0 | 0.73 | 0.99 | 0.45 |
| HSL | 15.65º | 0.99% | 0.27% | - |
| HSV(B) | 15.65º | 0.99% | 0.55% | - |
| XYZ | 11.31 | 6.81 | 0.75 | - |
| YUV | 63.39 | 92.79 | 181.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 37 | 1 | 0 | 0.73 | 0.99 | 0.45 | 15.65 | 0.99 | 0.27 |
| Hex | 8B | 25 | 1 | 0 | 49 | 63 | 2D | 10 | 63 | 1B |
| Octal | 213 | 45 | 1 | 0 | 111 | 143 | 55 | 20 | 143 | 33 |
| Binary | 10001011 | 100101 | 1 | 0 | 1001001 | 1100011 | 101101 | 10000 | 1100011 | 11011 |
Color Harmonies of #8B2501
Complementary color
Monochromatic Colors of #8B2501
Black with #8B2501
Text Example
Text Example
White with #8B2501
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B2501; }
p { color: rgb(139,37,1); }
H1.HeaderClassName
{
color: #8B2501;
}
.AnyTagClassName
{
color: #8B2501;
}
</style>
background-color css
<style>
a { background-color: #8B2501; }
a { background-color: rgb(139,37,1); }
div.DivClassName
{
background-color: #8B2501;
}
.BgClassName
{
background-color: #8B2501;
}
</style>
border-color css
<style>
span { border-color: #8B2501; }
span { border-color: rgb(139,37,1); }
td.TdClassName
{
border-color: #8B2501;
}
.TagClassName
{
border-color: #8B2501;
}
</style>