Shades of Falu Red #881B0F
Tints of Falu Red #881B0F
RGB
CMYK
RGB Variations
Color information
#881B0F (or 0x881B0F) is known color: Falu Red. HEX triplet: 88, 1B and 0F. RGB value is (136,27,15). Sum of RGB (Red+Green+Blue) = 136+27+15=178 (23% of max value = 765). Red value is 136 (53.52% from 255 or 76.40% from 178); Green value is 27 (10.94% from 255 or 15.17% from 178); Blue value is 15 (6.25% from 255 or 8.43% from 178); Max value from RGB is 136 - color contains mainly: red. Hex color #881B0F is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #881B0F is #77E4F0. Grayscale: #3A3A3A. Windows color (decimal): -7857393 or 990088. OLE color: 990088.
HSL color Cylindrical-coordinate representation of color #881B0F: hue angle of 5.95º degrees, saturation: 0.8, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #881B0F is Cyan = 0, Magento = 0.80, Yellow = 0.89 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 136 | 27 | 15 | - |
| CMYK | 0 | 0.80 | 0.89 | 0.47 |
| HSL | 5.95º | 0.8% | 0.3% | - |
| HSV(B) | 5.95º | 0.89% | 0.53% | - |
| XYZ | 10.63 | 6.05 | 1.06 | - |
| YUV | 58.22 | 103.61 | 183.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 27 | 15 | 0 | 0.80 | 0.89 | 0.47 | 5.95 | 0.8 | 0.3 |
| Hex | 88 | 1B | F | 0 | 50 | 59 | 2F | 6 | 50 | 1E |
| Octal | 210 | 33 | 17 | 0 | 120 | 131 | 57 | 6 | 120 | 36 |
| Binary | 10001000 | 11011 | 1111 | 0 | 1010000 | 1011001 | 101111 | 110 | 1010000 | 11110 |
Color Harmonies of #881B0F
Complementary color
Monochromatic Colors of #881B0F
Black with #881B0F
Text Example
Text Example
White with #881B0F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #881B0F; }
p { color: rgb(136,27,15); }
H1.HeaderClassName
{
color: #881B0F;
}
.AnyTagClassName
{
color: #881B0F;
}
</style>
background-color css
<style>
a { background-color: #881B0F; }
a { background-color: rgb(136,27,15); }
div.DivClassName
{
background-color: #881B0F;
}
.BgClassName
{
background-color: #881B0F;
}
</style>
border-color css
<style>
span { border-color: #881B0F; }
span { border-color: rgb(136,27,15); }
td.TdClassName
{
border-color: #881B0F;
}
.TagClassName
{
border-color: #881B0F;
}
</style>