Shades of Falu Red #8C1C04
Tints of Falu Red #8C1C04
RGB
CMYK
RGB Variations
Color information
#8C1C04 (or 0x8C1C04) is known color: Falu Red. HEX triplet: 8C, 1C and 04. RGB value is (140,28,4). Sum of RGB (Red+Green+Blue) = 140+28+4=172 (22% of max value = 765). Red value is 140 (55.08% from 255 or 81.40% from 172); Green value is 28 (11.33% from 255 or 16.28% from 172); Blue value is 4 (1.95% from 255 or 2.33% from 172); Max value from RGB is 140 - color contains mainly: red. Hex color #8C1C04 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #8C1C04 is #73E3FB. Grayscale: #3A3A3A. Windows color (decimal): -7595004 or 269452. OLE color: 269452.
HSL color Cylindrical-coordinate representation of color #8C1C04: hue angle of 10.59º degrees, saturation: 0.94, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #8C1C04 is Cyan = 0, Magento = 0.80, Yellow = 0.97 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 140 | 28 | 4 | - |
| CMYK | 0 | 0.80 | 0.97 | 0.45 |
| HSL | 10.59º | 0.94% | 0.28% | - |
| HSV(B) | 10.59º | 0.97% | 0.55% | - |
| XYZ | 11.25 | 6.41 | 0.76 | - |
| YUV | 58.75 | 97.11 | 185.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 28 | 4 | 0 | 0.80 | 0.97 | 0.45 | 10.59 | 0.94 | 0.28 |
| Hex | 8C | 1C | 4 | 0 | 50 | 61 | 2D | B | 5E | 1C |
| Octal | 214 | 34 | 4 | 0 | 120 | 141 | 55 | 13 | 136 | 34 |
| Binary | 10001100 | 11100 | 100 | 0 | 1010000 | 1100001 | 101101 | 1011 | 1011110 | 11100 |
Color Harmonies of #8C1C04
Complementary color
Monochromatic Colors of #8C1C04
Black with #8C1C04
Text Example
Text Example
White with #8C1C04
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C1C04; }
p { color: rgb(140,28,4); }
H1.HeaderClassName
{
color: #8C1C04;
}
.AnyTagClassName
{
color: #8C1C04;
}
</style>
background-color css
<style>
a { background-color: #8C1C04; }
a { background-color: rgb(140,28,4); }
div.DivClassName
{
background-color: #8C1C04;
}
.BgClassName
{
background-color: #8C1C04;
}
</style>
border-color css
<style>
span { border-color: #8C1C04; }
span { border-color: rgb(140,28,4); }
td.TdClassName
{
border-color: #8C1C04;
}
.TagClassName
{
border-color: #8C1C04;
}
</style>