Shades of Falu Red #8B1B01
Tints of Falu Red #8B1B01
RGB
CMYK
RGB Variations
Color information
#8B1B01 (or 0x8B1B01) is known color: Falu Red. HEX triplet: 8B, 1B and 01. RGB value is (139,27,1). Sum of RGB (Red+Green+Blue) = 139+27+1=167 (22% of max value = 765). Red value is 139 (54.69% from 255 or 83.23% from 167); Green value is 27 (10.94% from 255 or 16.17% from 167); Blue value is 1 (0.78% from 255 or 0.60% from 167); Max value from RGB is 139 - color contains mainly: red. Hex color #8B1B01 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #8B1B01 is #74E4FE. Grayscale: #393939. Windows color (decimal): -7660799 or 72587. OLE color: 72587.
HSL color Cylindrical-coordinate representation of color #8B1B01: hue angle of 11.3º degrees, saturation: 0.99, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #8B1B01 is Cyan = 0, Magento = 0.81, Yellow = 0.99 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 139 | 27 | 1 | - |
| CMYK | 0 | 0.81 | 0.99 | 0.45 |
| HSL | 11.3º | 0.99% | 0.27% | - |
| HSV(B) | 11.3º | 0.99% | 0.55% | - |
| XYZ | 11.04 | 6.28 | 0.66 | - |
| YUV | 57.52 | 96.11 | 186.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 27 | 1 | 0 | 0.81 | 0.99 | 0.45 | 11.3 | 0.99 | 0.27 |
| Hex | 8B | 1B | 1 | 0 | 51 | 63 | 2D | B | 63 | 1B |
| Octal | 213 | 33 | 1 | 0 | 121 | 143 | 55 | 13 | 143 | 33 |
| Binary | 10001011 | 11011 | 1 | 0 | 1010001 | 1100011 | 101101 | 1011 | 1100011 | 11011 |
Color Harmonies of #8B1B01
Complementary color
Monochromatic Colors of #8B1B01
Black with #8B1B01
Text Example
Text Example
White with #8B1B01
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B1B01; }
p { color: rgb(139,27,1); }
H1.HeaderClassName
{
color: #8B1B01;
}
.AnyTagClassName
{
color: #8B1B01;
}
</style>
background-color css
<style>
a { background-color: #8B1B01; }
a { background-color: rgb(139,27,1); }
div.DivClassName
{
background-color: #8B1B01;
}
.BgClassName
{
background-color: #8B1B01;
}
</style>
border-color css
<style>
span { border-color: #8B1B01; }
span { border-color: rgb(139,27,1); }
td.TdClassName
{
border-color: #8B1B01;
}
.TagClassName
{
border-color: #8B1B01;
}
</style>