Shades of Falu Red #8C2500
Tints of Falu Red #8C2500
RGB
CMYK
RGB Variations
Color information
#8C2500 (or 0x8C2500) is known color: Falu Red. HEX triplet: 8C, 25 and 00. RGB value is (140,37,0). Sum of RGB (Red+Green+Blue) = 140+37+0=177 (23% of max value = 765). Red value is 140 (55.08% from 255 or 79.10% from 177); Green value is 37 (14.84% from 255 or 20.90% from 177); Blue value is 0 (0.39% from 255 or 0% from 177); Max value from RGB is 140 - color contains mainly: red. Hex color #8C2500 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #8C2500 is #73DAFF. Grayscale: #3F3F3F. Windows color (decimal): -7592704 or 9612. OLE color: 9612.
HSL color Cylindrical-coordinate representation of color #8C2500: hue angle of 15.86º degrees, saturation: 1, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 1%. Process color model (Four color, CMYK) of #8C2500 is Cyan = 0, Magento = 0.74, Yellow = 1 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 140 | 37 | 0 | - |
| CMYK | 0 | 0.74 | 1 | 0.45 |
| HSL | 15.86º | 1% | 0.27% | - |
| HSV(B) | 15.86º | 1% | 0.55% | - |
| XYZ | 11.48 | 6.9 | 0.73 | - |
| YUV | 63.58 | 92.12 | 182.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 37 | 0 | 0 | 0.74 | 1 | 0.45 | 15.86 | 1 | 0.27 |
| Hex | 8C | 25 | 0 | 0 | 4A | 64 | 2D | 10 | 64 | 1B |
| Octal | 214 | 45 | 0 | 0 | 112 | 144 | 55 | 20 | 144 | 33 |
| Binary | 10001100 | 100101 | 0 | 0 | 1001010 | 1100100 | 101101 | 10000 | 1100100 | 11011 |
Color Harmonies of #8C2500
Complementary color
Monochromatic Colors of #8C2500
Black with #8C2500
Text Example
Text Example
White with #8C2500
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C2500; }
p { color: rgb(140,37,0); }
H1.HeaderClassName
{
color: #8C2500;
}
.AnyTagClassName
{
color: #8C2500;
}
</style>
background-color css
<style>
a { background-color: #8C2500; }
a { background-color: rgb(140,37,0); }
div.DivClassName
{
background-color: #8C2500;
}
.BgClassName
{
background-color: #8C2500;
}
</style>
border-color css
<style>
span { border-color: #8C2500; }
span { border-color: rgb(140,37,0); }
td.TdClassName
{
border-color: #8C2500;
}
.TagClassName
{
border-color: #8C2500;
}
</style>