Shades of Falu Red #881B0B
Tints of Falu Red #881B0B
RGB
CMYK
RGB Variations
Color information
#881B0B (or 0x881B0B) is known color: Falu Red. HEX triplet: 88, 1B and 0B. RGB value is (136,27,11). Sum of RGB (Red+Green+Blue) = 136+27+11=174 (23% of max value = 765). Red value is 136 (53.52% from 255 or 78.16% from 174); Green value is 27 (10.94% from 255 or 15.52% from 174); Blue value is 11 (4.69% from 255 or 6.32% from 174); Max value from RGB is 136 - color contains mainly: red. Hex color #881B0B is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #881B0B is #77E4F4. Grayscale: #393939. Windows color (decimal): -7857397 or 727944. OLE color: 727944.
HSL color Cylindrical-coordinate representation of color #881B0B: hue angle of 7.68º degrees, saturation: 0.85, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #881B0B is Cyan = 0, Magento = 0.80, Yellow = 0.92 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 136 | 27 | 11 | - |
| CMYK | 0 | 0.80 | 0.92 | 0.47 |
| HSL | 7.68º | 0.85% | 0.29% | - |
| HSV(B) | 7.68º | 0.92% | 0.53% | - |
| XYZ | 10.61 | 6.04 | 0.92 | - |
| YUV | 57.77 | 101.61 | 183.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 27 | 11 | 0 | 0.80 | 0.92 | 0.47 | 7.68 | 0.85 | 0.29 |
| Hex | 88 | 1B | B | 0 | 50 | 5C | 2F | 8 | 55 | 1D |
| Octal | 210 | 33 | 13 | 0 | 120 | 134 | 57 | 10 | 125 | 35 |
| Binary | 10001000 | 11011 | 1011 | 0 | 1010000 | 1011100 | 101111 | 1000 | 1010101 | 11101 |
Color Harmonies of #881B0B
Complementary color
Monochromatic Colors of #881B0B
Black with #881B0B
Text Example
Text Example
White with #881B0B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #881B0B; }
p { color: rgb(136,27,11); }
H1.HeaderClassName
{
color: #881B0B;
}
.AnyTagClassName
{
color: #881B0B;
}
</style>
background-color css
<style>
a { background-color: #881B0B; }
a { background-color: rgb(136,27,11); }
div.DivClassName
{
background-color: #881B0B;
}
.BgClassName
{
background-color: #881B0B;
}
</style>
border-color css
<style>
span { border-color: #881B0B; }
span { border-color: rgb(136,27,11); }
td.TdClassName
{
border-color: #881B0B;
}
.TagClassName
{
border-color: #881B0B;
}
</style>