Shades of Falu Red #8C2410
Tints of Falu Red #8C2410
RGB
CMYK
RGB Variations
Color information
#8C2410 (or 0x8C2410) is known color: Falu Red. HEX triplet: 8C, 24 and 10. RGB value is (140,36,16). Sum of RGB (Red+Green+Blue) = 140+36+16=192 (25% of max value = 765). Red value is 140 (55.08% from 255 or 72.92% from 192); Green value is 36 (14.45% from 255 or 18.75% from 192); Blue value is 16 (6.64% from 255 or 8.33% from 192); Max value from RGB is 140 - color contains mainly: red. Hex color #8C2410 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #8C2410 is #73DBEF. Grayscale: #414141. Windows color (decimal): -7592944 or 1057932. OLE color: 1057932.
HSL color Cylindrical-coordinate representation of color #8C2410: hue angle of 9.68º degrees, saturation: 0.79, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #8C2410 is Cyan = 0, Magento = 0.74, Yellow = 0.89 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 140 | 36 | 16 | - |
| CMYK | 0 | 0.74 | 0.89 | 0.45 |
| HSL | 9.68º | 0.79% | 0.31% | - |
| HSV(B) | 9.68º | 0.89% | 0.55% | - |
| XYZ | 11.54 | 6.87 | 1.21 | - |
| YUV | 64.82 | 100.46 | 181.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 36 | 16 | 0 | 0.74 | 0.89 | 0.45 | 9.68 | 0.79 | 0.31 |
| Hex | 8C | 24 | 10 | 0 | 4A | 59 | 2D | A | 4F | 1F |
| Octal | 214 | 44 | 20 | 0 | 112 | 131 | 55 | 12 | 117 | 37 |
| Binary | 10001100 | 100100 | 10000 | 0 | 1001010 | 1011001 | 101101 | 1010 | 1001111 | 11111 |
Color Harmonies of #8C2410
Complementary color
Monochromatic Colors of #8C2410
Black with #8C2410
Text Example
Text Example
White with #8C2410
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C2410; }
p { color: rgb(140,36,16); }
H1.HeaderClassName
{
color: #8C2410;
}
.AnyTagClassName
{
color: #8C2410;
}
</style>
background-color css
<style>
a { background-color: #8C2410; }
a { background-color: rgb(140,36,16); }
div.DivClassName
{
background-color: #8C2410;
}
.BgClassName
{
background-color: #8C2410;
}
</style>
border-color css
<style>
span { border-color: #8C2410; }
span { border-color: rgb(140,36,16); }
td.TdClassName
{
border-color: #8C2410;
}
.TagClassName
{
border-color: #8C2410;
}
</style>