Shades of Falu Red #881D00
Tints of Falu Red #881D00
RGB
CMYK
RGB Variations
Color information
#881D00 (or 0x881D00) is known color: Falu Red. HEX triplet: 88, 1D and 00. RGB value is (136,29,0). Sum of RGB (Red+Green+Blue) = 136+29+0=165 (21% of max value = 765). Red value is 136 (53.52% from 255 or 82.42% from 165); Green value is 29 (11.72% from 255 or 17.58% from 165); Blue value is 0 (0.39% from 255 or 0% from 165); Max value from RGB is 136 - color contains mainly: red. Hex color #881D00 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #881D00 is #77E2FF. Grayscale: #393939. Windows color (decimal): -7856896 or 7560. OLE color: 7560.
HSL color Cylindrical-coordinate representation of color #881D00: hue angle of 12.79º degrees, saturation: 1, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 1%. Process color model (Four color, CMYK) of #881D00 is Cyan = 0, Magento = 0.79, Yellow = 1 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 136 | 29 | 0 | - |
| CMYK | 0 | 0.79 | 1 | 0.47 |
| HSL | 12.79º | 1% | 0.27% | - |
| HSV(B) | 12.79º | 1% | 0.53% | - |
| XYZ | 10.59 | 6.11 | 0.62 | - |
| YUV | 57.69 | 95.45 | 183.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 29 | 0 | 0 | 0.79 | 1 | 0.47 | 12.79 | 1 | 0.27 |
| Hex | 88 | 1D | 0 | 0 | 4F | 64 | 2F | D | 64 | 1B |
| Octal | 210 | 35 | 0 | 0 | 117 | 144 | 57 | 15 | 144 | 33 |
| Binary | 10001000 | 11101 | 0 | 0 | 1001111 | 1100100 | 101111 | 1101 | 1100100 | 11011 |
Color Harmonies of #881D00
Complementary color
Monochromatic Colors of #881D00
Black with #881D00
Text Example
Text Example
White with #881D00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #881D00; }
p { color: rgb(136,29,0); }
H1.HeaderClassName
{
color: #881D00;
}
.AnyTagClassName
{
color: #881D00;
}
</style>
background-color css
<style>
a { background-color: #881D00; }
a { background-color: rgb(136,29,0); }
div.DivClassName
{
background-color: #881D00;
}
.BgClassName
{
background-color: #881D00;
}
</style>
border-color css
<style>
span { border-color: #881D00; }
span { border-color: rgb(136,29,0); }
td.TdClassName
{
border-color: #881D00;
}
.TagClassName
{
border-color: #881D00;
}
</style>