Shades of Falu Red #8C2008
Tints of Falu Red #8C2008
RGB
CMYK
RGB Variations
Color information
#8C2008 (or 0x8C2008) is known color: Falu Red. HEX triplet: 8C, 20 and 08. RGB value is (140,32,8). Sum of RGB (Red+Green+Blue) = 140+32+8=180 (23% of max value = 765). Red value is 140 (55.08% from 255 or 77.78% from 180); Green value is 32 (12.89% from 255 or 17.78% from 180); Blue value is 8 (3.52% from 255 or 4.44% from 180); Max value from RGB is 140 - color contains mainly: red. Hex color #8C2008 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #8C2008 is #73DFF7. Grayscale: #3D3D3D. Windows color (decimal): -7593976 or 532620. OLE color: 532620.
HSL color Cylindrical-coordinate representation of color #8C2008: hue angle of 10.91º degrees, saturation: 0.89, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #8C2008 is Cyan = 0, Magento = 0.77, Yellow = 0.94 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 140 | 32 | 8 | - |
| CMYK | 0 | 0.77 | 0.94 | 0.45 |
| HSL | 10.91º | 0.89% | 0.29% | - |
| HSV(B) | 10.91º | 0.94% | 0.55% | - |
| XYZ | 11.38 | 6.63 | 0.91 | - |
| YUV | 61.56 | 97.78 | 183.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 32 | 8 | 0 | 0.77 | 0.94 | 0.45 | 10.91 | 0.89 | 0.29 |
| Hex | 8C | 20 | 8 | 0 | 4D | 5E | 2D | B | 59 | 1D |
| Octal | 214 | 40 | 10 | 0 | 115 | 136 | 55 | 13 | 131 | 35 |
| Binary | 10001100 | 100000 | 1000 | 0 | 1001101 | 1011110 | 101101 | 1011 | 1011001 | 11101 |
Color Harmonies of #8C2008
Complementary color
Monochromatic Colors of #8C2008
Black with #8C2008
Text Example
Text Example
White with #8C2008
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C2008; }
p { color: rgb(140,32,8); }
H1.HeaderClassName
{
color: #8C2008;
}
.AnyTagClassName
{
color: #8C2008;
}
</style>
background-color css
<style>
a { background-color: #8C2008; }
a { background-color: rgb(140,32,8); }
div.DivClassName
{
background-color: #8C2008;
}
.BgClassName
{
background-color: #8C2008;
}
</style>
border-color css
<style>
span { border-color: #8C2008; }
span { border-color: rgb(140,32,8); }
td.TdClassName
{
border-color: #8C2008;
}
.TagClassName
{
border-color: #8C2008;
}
</style>