Shades of Falu Red #8B1E03
Tints of Falu Red #8B1E03
RGB
CMYK
RGB Variations
Color information
#8B1E03 (or 0x8B1E03) is known color: Falu Red. HEX triplet: 8B, 1E and 03. RGB value is (139,30,3). Sum of RGB (Red+Green+Blue) = 139+30+3=172 (22% of max value = 765). Red value is 139 (54.69% from 255 or 80.81% from 172); Green value is 30 (12.11% from 255 or 17.44% from 172); Blue value is 3 (1.56% from 255 or 1.74% from 172); Max value from RGB is 139 - color contains mainly: red. Hex color #8B1E03 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #8B1E03 is #74E1FC. Grayscale: #3B3B3B. Windows color (decimal): -7660029 or 204427. OLE color: 204427.
HSL color Cylindrical-coordinate representation of color #8B1E03: hue angle of 11.91º degrees, saturation: 0.96, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #8B1E03 is Cyan = 0, Magento = 0.78, Yellow = 0.98 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 139 | 30 | 3 | - |
| CMYK | 0 | 0.78 | 0.98 | 0.45 |
| HSL | 11.91º | 0.96% | 0.28% | - |
| HSV(B) | 11.91º | 0.98% | 0.55% | - |
| XYZ | 11.13 | 6.42 | 0.74 | - |
| YUV | 59.51 | 96.11 | 184.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 30 | 3 | 0 | 0.78 | 0.98 | 0.45 | 11.91 | 0.96 | 0.28 |
| Hex | 8B | 1E | 3 | 0 | 4E | 62 | 2D | C | 60 | 1C |
| Octal | 213 | 36 | 3 | 0 | 116 | 142 | 55 | 14 | 140 | 34 |
| Binary | 10001011 | 11110 | 11 | 0 | 1001110 | 1100010 | 101101 | 1100 | 1100000 | 11100 |
Color Harmonies of #8B1E03
Complementary color
Monochromatic Colors of #8B1E03
Black with #8B1E03
Text Example
Text Example
White with #8B1E03
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B1E03; }
p { color: rgb(139,30,3); }
H1.HeaderClassName
{
color: #8B1E03;
}
.AnyTagClassName
{
color: #8B1E03;
}
</style>
background-color css
<style>
a { background-color: #8B1E03; }
a { background-color: rgb(139,30,3); }
div.DivClassName
{
background-color: #8B1E03;
}
.BgClassName
{
background-color: #8B1E03;
}
</style>
border-color css
<style>
span { border-color: #8B1E03; }
span { border-color: rgb(139,30,3); }
td.TdClassName
{
border-color: #8B1E03;
}
.TagClassName
{
border-color: #8B1E03;
}
</style>