Shades of Falu Red #881A07
Tints of Falu Red #881A07
RGB
CMYK
RGB Variations
Color information
#881A07 (or 0x881A07) is known color: Falu Red. HEX triplet: 88, 1A and 07. RGB value is (136,26,7). Sum of RGB (Red+Green+Blue) = 136+26+7=169 (22% of max value = 765). Red value is 136 (53.52% from 255 or 80.47% from 169); Green value is 26 (10.55% from 255 or 15.38% from 169); Blue value is 7 (3.12% from 255 or 4.14% from 169); Max value from RGB is 136 - color contains mainly: red. Hex color #881A07 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #881A07 is #77E5F8. Grayscale: #383838. Windows color (decimal): -7857657 or 465544. OLE color: 465544.
HSL color Cylindrical-coordinate representation of color #881A07: hue angle of 8.84º degrees, saturation: 0.9, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #881A07 is Cyan = 0, Magento = 0.81, Yellow = 0.95 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 136 | 26 | 7 | - |
| CMYK | 0 | 0.81 | 0.95 | 0.47 |
| HSL | 8.84º | 0.9% | 0.28% | - |
| HSV(B) | 8.84º | 0.95% | 0.53% | - |
| XYZ | 10.56 | 5.99 | 0.8 | - |
| YUV | 56.72 | 99.94 | 184.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 26 | 7 | 0 | 0.81 | 0.95 | 0.47 | 8.84 | 0.9 | 0.28 |
| Hex | 88 | 1A | 7 | 0 | 51 | 5F | 2F | 9 | 5A | 1C |
| Octal | 210 | 32 | 7 | 0 | 121 | 137 | 57 | 11 | 132 | 34 |
| Binary | 10001000 | 11010 | 111 | 0 | 1010001 | 1011111 | 101111 | 1001 | 1011010 | 11100 |
Color Harmonies of #881A07
Complementary color
Monochromatic Colors of #881A07
Black with #881A07
Text Example
Text Example
White with #881A07
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #881A07; }
p { color: rgb(136,26,7); }
H1.HeaderClassName
{
color: #881A07;
}
.AnyTagClassName
{
color: #881A07;
}
</style>
background-color css
<style>
a { background-color: #881A07; }
a { background-color: rgb(136,26,7); }
div.DivClassName
{
background-color: #881A07;
}
.BgClassName
{
background-color: #881A07;
}
</style>
border-color css
<style>
span { border-color: #881A07; }
span { border-color: rgb(136,26,7); }
td.TdClassName
{
border-color: #881A07;
}
.TagClassName
{
border-color: #881A07;
}
</style>