Shades of Falu Red #8B200C
Tints of Falu Red #8B200C
RGB
CMYK
RGB Variations
Color information
#8B200C (or 0x8B200C) is known color: Falu Red. HEX triplet: 8B, 20 and 0C. RGB value is (139,32,12). Sum of RGB (Red+Green+Blue) = 139+32+12=183 (24% of max value = 765). Red value is 139 (54.69% from 255 or 75.96% from 183); Green value is 32 (12.89% from 255 or 17.49% from 183); Blue value is 12 (5.08% from 255 or 6.56% from 183); Max value from RGB is 139 - color contains mainly: red. Hex color #8B200C is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #8B200C is #74DFF3. Grayscale: #3D3D3D. Windows color (decimal): -7659508 or 794763. OLE color: 794763.
HSL color Cylindrical-coordinate representation of color #8B200C: hue angle of 9.45º degrees, saturation: 0.84, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #8B200C is Cyan = 0, Magento = 0.77, Yellow = 0.91 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 139 | 32 | 12 | - |
| CMYK | 0 | 0.77 | 0.91 | 0.45 |
| HSL | 9.45º | 0.84% | 0.3% | - |
| HSV(B) | 9.45º | 0.91% | 0.55% | - |
| XYZ | 11.23 | 6.55 | 1.02 | - |
| YUV | 61.71 | 99.95 | 183.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 32 | 12 | 0 | 0.77 | 0.91 | 0.45 | 9.45 | 0.84 | 0.3 |
| Hex | 8B | 20 | C | 0 | 4D | 5B | 2D | 9 | 54 | 1E |
| Octal | 213 | 40 | 14 | 0 | 115 | 133 | 55 | 11 | 124 | 36 |
| Binary | 10001011 | 100000 | 1100 | 0 | 1001101 | 1011011 | 101101 | 1001 | 1010100 | 11110 |
Color Harmonies of #8B200C
Complementary color
Monochromatic Colors of #8B200C
Black with #8B200C
Text Example
Text Example
White with #8B200C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B200C; }
p { color: rgb(139,32,12); }
H1.HeaderClassName
{
color: #8B200C;
}
.AnyTagClassName
{
color: #8B200C;
}
</style>
background-color css
<style>
a { background-color: #8B200C; }
a { background-color: rgb(139,32,12); }
div.DivClassName
{
background-color: #8B200C;
}
.BgClassName
{
background-color: #8B200C;
}
</style>
border-color css
<style>
span { border-color: #8B200C; }
span { border-color: rgb(139,32,12); }
td.TdClassName
{
border-color: #8B200C;
}
.TagClassName
{
border-color: #8B200C;
}
</style>