Shades of Falu Red #8C2602
Tints of Falu Red #8C2602
RGB
CMYK
RGB Variations
Color information
#8C2602 (or 0x8C2602) is known color: Falu Red. HEX triplet: 8C, 26 and 02. RGB value is (140,38,2). Sum of RGB (Red+Green+Blue) = 140+38+2=180 (23% of max value = 765). Red value is 140 (55.08% from 255 or 77.78% from 180); Green value is 38 (15.23% from 255 or 21.11% from 180); Blue value is 2 (1.17% from 255 or 1.11% from 180); Max value from RGB is 140 - color contains mainly: red. Hex color #8C2602 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #8C2602 is #73D9FD. Grayscale: #404040. Windows color (decimal): -7592446 or 140940. OLE color: 140940.
HSL color Cylindrical-coordinate representation of color #8C2602: hue angle of 15.65º degrees, saturation: 0.97, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #8C2602 is Cyan = 0, Magento = 0.73, Yellow = 0.99 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 140 | 38 | 2 | - |
| CMYK | 0 | 0.73 | 0.99 | 0.45 |
| HSL | 15.65º | 0.97% | 0.28% | - |
| HSV(B) | 15.65º | 0.99% | 0.55% | - |
| XYZ | 11.52 | 6.97 | 0.79 | - |
| YUV | 64.39 | 92.79 | 181.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 38 | 2 | 0 | 0.73 | 0.99 | 0.45 | 15.65 | 0.97 | 0.28 |
| Hex | 8C | 26 | 2 | 0 | 49 | 63 | 2D | 10 | 61 | 1C |
| Octal | 214 | 46 | 2 | 0 | 111 | 143 | 55 | 20 | 141 | 34 |
| Binary | 10001100 | 100110 | 10 | 0 | 1001001 | 1100011 | 101101 | 10000 | 1100001 | 11100 |
Color Harmonies of #8C2602
Complementary color
Monochromatic Colors of #8C2602
Black with #8C2602
Text Example
Text Example
White with #8C2602
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C2602; }
p { color: rgb(140,38,2); }
H1.HeaderClassName
{
color: #8C2602;
}
.AnyTagClassName
{
color: #8C2602;
}
</style>
background-color css
<style>
a { background-color: #8C2602; }
a { background-color: rgb(140,38,2); }
div.DivClassName
{
background-color: #8C2602;
}
.BgClassName
{
background-color: #8C2602;
}
</style>
border-color css
<style>
span { border-color: #8C2602; }
span { border-color: rgb(140,38,2); }
td.TdClassName
{
border-color: #8C2602;
}
.TagClassName
{
border-color: #8C2602;
}
</style>