Shades of Falu Red #8C2307
Tints of Falu Red #8C2307
RGB
CMYK
RGB Variations
Color information
#8C2307 (or 0x8C2307) is known color: Falu Red. HEX triplet: 8C, 23 and 07. RGB value is (140,35,7). Sum of RGB (Red+Green+Blue) = 140+35+7=182 (24% of max value = 765). Red value is 140 (55.08% from 255 or 76.92% from 182); Green value is 35 (14.06% from 255 or 19.23% from 182); Blue value is 7 (3.12% from 255 or 3.85% from 182); Max value from RGB is 140 - color contains mainly: red. Hex color #8C2307 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #8C2307 is #73DCF8. Grayscale: #3F3F3F. Windows color (decimal): -7593209 or 467852. OLE color: 467852.
HSL color Cylindrical-coordinate representation of color #8C2307: hue angle of 12.63º degrees, saturation: 0.9, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #8C2307 is Cyan = 0, Magento = 0.75, Yellow = 0.95 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 140 | 35 | 7 | - |
| CMYK | 0 | 0.75 | 0.95 | 0.45 |
| HSL | 12.63º | 0.9% | 0.29% | - |
| HSV(B) | 12.63º | 0.95% | 0.55% | - |
| XYZ | 11.45 | 6.79 | 0.91 | - |
| YUV | 63.2 | 96.29 | 182.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 35 | 7 | 0 | 0.75 | 0.95 | 0.45 | 12.63 | 0.9 | 0.29 |
| Hex | 8C | 23 | 7 | 0 | 4B | 5F | 2D | D | 5A | 1D |
| Octal | 214 | 43 | 7 | 0 | 113 | 137 | 55 | 15 | 132 | 35 |
| Binary | 10001100 | 100011 | 111 | 0 | 1001011 | 1011111 | 101101 | 1101 | 1011010 | 11101 |
Color Harmonies of #8C2307
Complementary color
Monochromatic Colors of #8C2307
Black with #8C2307
Text Example
Text Example
White with #8C2307
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C2307; }
p { color: rgb(140,35,7); }
H1.HeaderClassName
{
color: #8C2307;
}
.AnyTagClassName
{
color: #8C2307;
}
</style>
background-color css
<style>
a { background-color: #8C2307; }
a { background-color: rgb(140,35,7); }
div.DivClassName
{
background-color: #8C2307;
}
.BgClassName
{
background-color: #8C2307;
}
</style>
border-color css
<style>
span { border-color: #8C2307; }
span { border-color: rgb(140,35,7); }
td.TdClassName
{
border-color: #8C2307;
}
.TagClassName
{
border-color: #8C2307;
}
</style>