Shades of Falu Red #882307
Tints of Falu Red #882307
RGB
CMYK
RGB Variations
Color information
#882307 (or 0x882307) is known color: Falu Red. HEX triplet: 88, 23 and 07. RGB value is (136,35,7). Sum of RGB (Red+Green+Blue) = 136+35+7=178 (23% of max value = 765). Red value is 136 (53.52% from 255 or 76.40% from 178); Green value is 35 (14.06% from 255 or 19.66% from 178); Blue value is 7 (3.12% from 255 or 3.93% from 178); Max value from RGB is 136 - color contains mainly: red. Hex color #882307 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #882307 is #77DCF8. Grayscale: #3E3E3E. Windows color (decimal): -7855353 or 467848. OLE color: 467848.
HSL color Cylindrical-coordinate representation of color #882307: hue angle of 13.02º 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 #882307 is Cyan = 0, Magento = 0.74, Yellow = 0.95 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 136 | 35 | 7 | - |
| CMYK | 0 | 0.74 | 0.95 | 0.47 |
| HSL | 13.02º | 0.9% | 0.28% | - |
| HSV(B) | 13.02º | 0.95% | 0.53% | - |
| XYZ | 10.79 | 6.45 | 0.88 | - |
| YUV | 62.01 | 96.96 | 180.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 35 | 7 | 0 | 0.74 | 0.95 | 0.47 | 13.02 | 0.9 | 0.28 |
| Hex | 88 | 23 | 7 | 0 | 4A | 5F | 2F | D | 5A | 1C |
| Octal | 210 | 43 | 7 | 0 | 112 | 137 | 57 | 15 | 132 | 34 |
| Binary | 10001000 | 100011 | 111 | 0 | 1001010 | 1011111 | 101111 | 1101 | 1011010 | 11100 |
Color Harmonies of #882307
Complementary color
Monochromatic Colors of #882307
Black with #882307
Text Example
Text Example
White with #882307
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #882307; }
p { color: rgb(136,35,7); }
H1.HeaderClassName
{
color: #882307;
}
.AnyTagClassName
{
color: #882307;
}
</style>
background-color css
<style>
a { background-color: #882307; }
a { background-color: rgb(136,35,7); }
div.DivClassName
{
background-color: #882307;
}
.BgClassName
{
background-color: #882307;
}
</style>
border-color css
<style>
span { border-color: #882307; }
span { border-color: rgb(136,35,7); }
td.TdClassName
{
border-color: #882307;
}
.TagClassName
{
border-color: #882307;
}
</style>