Shades of Falu Red #8C200B
Tints of Falu Red #8C200B
RGB
CMYK
RGB Variations
Color information
#8C200B (or 0x8C200B) is known color: Falu Red. HEX triplet: 8C, 20 and 0B. RGB value is (140,32,11). Sum of RGB (Red+Green+Blue) = 140+32+11=183 (24% of max value = 765). Red value is 140 (55.08% from 255 or 76.50% from 183); Green value is 32 (12.89% from 255 or 17.49% from 183); Blue value is 11 (4.69% from 255 or 6.01% from 183); Max value from RGB is 140 - color contains mainly: red. Hex color #8C200B is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #8C200B is #73DFF4. Grayscale: #3E3E3E. Windows color (decimal): -7593973 or 729228. OLE color: 729228.
HSL color Cylindrical-coordinate representation of color #8C200B: hue angle of 9.77º degrees, saturation: 0.85, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #8C200B is Cyan = 0, Magento = 0.77, Yellow = 0.92 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 140 | 32 | 11 | - |
| CMYK | 0 | 0.77 | 0.92 | 0.45 |
| HSL | 9.77º | 0.85% | 0.3% | - |
| HSV(B) | 9.77º | 0.92% | 0.55% | - |
| XYZ | 11.39 | 6.63 | 1 | - |
| YUV | 61.9 | 99.28 | 183.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 32 | 11 | 0 | 0.77 | 0.92 | 0.45 | 9.77 | 0.85 | 0.3 |
| Hex | 8C | 20 | B | 0 | 4D | 5C | 2D | A | 55 | 1E |
| Octal | 214 | 40 | 13 | 0 | 115 | 134 | 55 | 12 | 125 | 36 |
| Binary | 10001100 | 100000 | 1011 | 0 | 1001101 | 1011100 | 101101 | 1010 | 1010101 | 11110 |
Color Harmonies of #8C200B
Complementary color
Monochromatic Colors of #8C200B
Black with #8C200B
Text Example
Text Example
White with #8C200B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C200B; }
p { color: rgb(140,32,11); }
H1.HeaderClassName
{
color: #8C200B;
}
.AnyTagClassName
{
color: #8C200B;
}
</style>
background-color css
<style>
a { background-color: #8C200B; }
a { background-color: rgb(140,32,11); }
div.DivClassName
{
background-color: #8C200B;
}
.BgClassName
{
background-color: #8C200B;
}
</style>
border-color css
<style>
span { border-color: #8C200B; }
span { border-color: rgb(140,32,11); }
td.TdClassName
{
border-color: #8C200B;
}
.TagClassName
{
border-color: #8C200B;
}
</style>