Shades of Falu Red #8C1B01
Tints of Falu Red #8C1B01
RGB
CMYK
RGB Variations
Color information
#8C1B01 (or 0x8C1B01) is known color: Falu Red. HEX triplet: 8C, 1B and 01. RGB value is (140,27,1). Sum of RGB (Red+Green+Blue) = 140+27+1=168 (22% of max value = 765). Red value is 140 (55.08% from 255 or 83.33% from 168); Green value is 27 (10.94% from 255 or 16.07% from 168); Blue value is 1 (0.78% from 255 or 0.60% from 168); Max value from RGB is 140 - color contains mainly: red. Hex color #8C1B01 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #8C1B01 is #73E4FE. Grayscale: #3A3A3A. Windows color (decimal): -7595263 or 72588. OLE color: 72588.
HSL color Cylindrical-coordinate representation of color #8C1B01: hue angle of 11.22º degrees, saturation: 0.99, 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 #8C1B01 is Cyan = 0, Magento = 0.81, Yellow = 0.99 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 140 | 27 | 1 | - |
| CMYK | 0 | 0.81 | 0.99 | 0.45 |
| HSL | 11.22º | 0.99% | 0.28% | - |
| HSV(B) | 11.22º | 0.99% | 0.55% | - |
| XYZ | 11.21 | 6.36 | 0.67 | - |
| YUV | 57.82 | 95.94 | 186.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 27 | 1 | 0 | 0.81 | 0.99 | 0.45 | 11.22 | 0.99 | 0.28 |
| Hex | 8C | 1B | 1 | 0 | 51 | 63 | 2D | B | 63 | 1C |
| Octal | 214 | 33 | 1 | 0 | 121 | 143 | 55 | 13 | 143 | 34 |
| Binary | 10001100 | 11011 | 1 | 0 | 1010001 | 1100011 | 101101 | 1011 | 1100011 | 11100 |
Color Harmonies of #8C1B01
Complementary color
Monochromatic Colors of #8C1B01
Black with #8C1B01
Text Example
Text Example
White with #8C1B01
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C1B01; }
p { color: rgb(140,27,1); }
H1.HeaderClassName
{
color: #8C1B01;
}
.AnyTagClassName
{
color: #8C1B01;
}
</style>
background-color css
<style>
a { background-color: #8C1B01; }
a { background-color: rgb(140,27,1); }
div.DivClassName
{
background-color: #8C1B01;
}
.BgClassName
{
background-color: #8C1B01;
}
</style>
border-color css
<style>
span { border-color: #8C1B01; }
span { border-color: rgb(140,27,1); }
td.TdClassName
{
border-color: #8C1B01;
}
.TagClassName
{
border-color: #8C1B01;
}
</style>