Shades of Falu Red #8C2208
Tints of Falu Red #8C2208
RGB
CMYK
RGB Variations
Color information
#8C2208 (or 0x8C2208) is known color: Falu Red. HEX triplet: 8C, 22 and 08. RGB value is (140,34,8). Sum of RGB (Red+Green+Blue) = 140+34+8=182 (24% of max value = 765). Red value is 140 (55.08% from 255 or 76.92% from 182); Green value is 34 (13.67% from 255 or 18.68% from 182); Blue value is 8 (3.52% from 255 or 4.40% from 182); Max value from RGB is 140 - color contains mainly: red. Hex color #8C2208 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #8C2208 is #73DDF7. Grayscale: #3E3E3E. Windows color (decimal): -7593464 or 533132. OLE color: 533132.
HSL color Cylindrical-coordinate representation of color #8C2208: hue angle of 11.82º 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 #8C2208 is Cyan = 0, Magento = 0.76, Yellow = 0.94 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 140 | 34 | 8 | - |
| CMYK | 0 | 0.76 | 0.94 | 0.45 |
| HSL | 11.82º | 0.89% | 0.29% | - |
| HSV(B) | 11.82º | 0.94% | 0.55% | - |
| XYZ | 11.43 | 6.74 | 0.93 | - |
| YUV | 62.73 | 97.12 | 183.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 34 | 8 | 0 | 0.76 | 0.94 | 0.45 | 11.82 | 0.89 | 0.29 |
| Hex | 8C | 22 | 8 | 0 | 4C | 5E | 2D | C | 59 | 1D |
| Octal | 214 | 42 | 10 | 0 | 114 | 136 | 55 | 14 | 131 | 35 |
| Binary | 10001100 | 100010 | 1000 | 0 | 1001100 | 1011110 | 101101 | 1100 | 1011001 | 11101 |
Color Harmonies of #8C2208
Complementary color
Monochromatic Colors of #8C2208
Black with #8C2208
Text Example
Text Example
White with #8C2208
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C2208; }
p { color: rgb(140,34,8); }
H1.HeaderClassName
{
color: #8C2208;
}
.AnyTagClassName
{
color: #8C2208;
}
</style>
background-color css
<style>
a { background-color: #8C2208; }
a { background-color: rgb(140,34,8); }
div.DivClassName
{
background-color: #8C2208;
}
.BgClassName
{
background-color: #8C2208;
}
</style>
border-color css
<style>
span { border-color: #8C2208; }
span { border-color: rgb(140,34,8); }
td.TdClassName
{
border-color: #8C2208;
}
.TagClassName
{
border-color: #8C2208;
}
</style>