Shades of Falu Red #881707
Tints of Falu Red #881707
RGB
CMYK
RGB Variations
Color information
#881707 (or 0x881707) is known color: Falu Red. HEX triplet: 88, 17 and 07. RGB value is (136,23,7). Sum of RGB (Red+Green+Blue) = 136+23+7=166 (21% of max value = 765). Red value is 136 (53.52% from 255 or 81.93% from 166); Green value is 23 (9.38% from 255 or 13.86% from 166); Blue value is 7 (3.12% from 255 or 4.22% from 166); Max value from RGB is 136 - color contains mainly: red. Hex color #881707 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #881707 is #77E8F8. Grayscale: #373737. Windows color (decimal): -7858425 or 464776. OLE color: 464776.
HSL color Cylindrical-coordinate representation of color #881707: hue angle of 7.44º 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 #881707 is Cyan = 0, Magento = 0.83, Yellow = 0.95 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 136 | 23 | 7 | - |
| CMYK | 0 | 0.83 | 0.95 | 0.47 |
| HSL | 7.44º | 0.9% | 0.28% | - |
| HSV(B) | 7.44º | 0.95% | 0.53% | - |
| XYZ | 10.5 | 5.86 | 0.78 | - |
| YUV | 54.96 | 100.94 | 185.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 23 | 7 | 0 | 0.83 | 0.95 | 0.47 | 7.44 | 0.9 | 0.28 |
| Hex | 88 | 17 | 7 | 0 | 53 | 5F | 2F | 7 | 5A | 1C |
| Octal | 210 | 27 | 7 | 0 | 123 | 137 | 57 | 7 | 132 | 34 |
| Binary | 10001000 | 10111 | 111 | 0 | 1010011 | 1011111 | 101111 | 111 | 1011010 | 11100 |
Color Harmonies of #881707
Complementary color
Monochromatic Colors of #881707
Black with #881707
Text Example
Text Example
White with #881707
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #881707; }
p { color: rgb(136,23,7); }
H1.HeaderClassName
{
color: #881707;
}
.AnyTagClassName
{
color: #881707;
}
</style>
background-color css
<style>
a { background-color: #881707; }
a { background-color: rgb(136,23,7); }
div.DivClassName
{
background-color: #881707;
}
.BgClassName
{
background-color: #881707;
}
</style>
border-color css
<style>
span { border-color: #881707; }
span { border-color: rgb(136,23,7); }
td.TdClassName
{
border-color: #881707;
}
.TagClassName
{
border-color: #881707;
}
</style>