Shades of Falu Red #882601
Tints of Falu Red #882601
RGB
CMYK
RGB Variations
Color information
#882601 (or 0x882601) is known color: Falu Red. HEX triplet: 88, 26 and 01. RGB value is (136,38,1). Sum of RGB (Red+Green+Blue) = 136+38+1=175 (23% of max value = 765). Red value is 136 (53.52% from 255 or 77.71% from 175); Green value is 38 (15.23% from 255 or 21.71% from 175); Blue value is 1 (0.78% from 255 or 0.57% from 175); Max value from RGB is 136 - color contains mainly: red. Hex color #882601 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #882601 is #77D9FE. Grayscale: #3F3F3F. Windows color (decimal): -7854591 or 75400. OLE color: 75400.
HSL color Cylindrical-coordinate representation of color #882601: hue angle of 16.44º degrees, saturation: 0.99, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #882601 is Cyan = 0, Magento = 0.72, Yellow = 0.99 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 136 | 38 | 1 | - |
| CMYK | 0 | 0.72 | 0.99 | 0.47 |
| HSL | 16.44º | 0.99% | 0.27% | - |
| HSV(B) | 16.44º | 0.99% | 0.53% | - |
| XYZ | 10.85 | 6.62 | 0.74 | - |
| YUV | 63.08 | 92.97 | 180.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 38 | 1 | 0 | 0.72 | 0.99 | 0.47 | 16.44 | 0.99 | 0.27 |
| Hex | 88 | 26 | 1 | 0 | 48 | 63 | 2F | 10 | 63 | 1B |
| Octal | 210 | 46 | 1 | 0 | 110 | 143 | 57 | 20 | 143 | 33 |
| Binary | 10001000 | 100110 | 1 | 0 | 1001000 | 1100011 | 101111 | 10000 | 1100011 | 11011 |
Color Harmonies of #882601
Complementary color
Monochromatic Colors of #882601
Black with #882601
Text Example
Text Example
White with #882601
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #882601; }
p { color: rgb(136,38,1); }
H1.HeaderClassName
{
color: #882601;
}
.AnyTagClassName
{
color: #882601;
}
</style>
background-color css
<style>
a { background-color: #882601; }
a { background-color: rgb(136,38,1); }
div.DivClassName
{
background-color: #882601;
}
.BgClassName
{
background-color: #882601;
}
</style>
border-color css
<style>
span { border-color: #882601; }
span { border-color: rgb(136,38,1); }
td.TdClassName
{
border-color: #882601;
}
.TagClassName
{
border-color: #882601;
}
</style>