Shades of Falu Red #882310
Tints of Falu Red #882310
RGB
CMYK
RGB Variations
Color information
#882310 (or 0x882310) is known color: Falu Red. HEX triplet: 88, 23 and 10. RGB value is (136,35,16). Sum of RGB (Red+Green+Blue) = 136+35+16=187 (24% of max value = 765). Red value is 136 (53.52% from 255 or 72.73% from 187); Green value is 35 (14.06% from 255 or 18.72% from 187); Blue value is 16 (6.64% from 255 or 8.56% from 187); Max value from RGB is 136 - color contains mainly: red. Hex color #882310 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #882310 is #77DCEF. Grayscale: #3F3F3F. Windows color (decimal): -7855344 or 1057672. OLE color: 1057672.
HSL color Cylindrical-coordinate representation of color #882310: hue angle of 9.5º degrees, saturation: 0.79, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #882310 is Cyan = 0, Magento = 0.74, Yellow = 0.88 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 136 | 35 | 16 | - |
| CMYK | 0 | 0.74 | 0.88 | 0.47 |
| HSL | 9.5º | 0.79% | 0.3% | - |
| HSV(B) | 9.5º | 0.88% | 0.53% | - |
| XYZ | 10.85 | 6.47 | 1.17 | - |
| YUV | 63.03 | 101.46 | 180.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 35 | 16 | 0 | 0.74 | 0.88 | 0.47 | 9.5 | 0.79 | 0.3 |
| Hex | 88 | 23 | 10 | 0 | 4A | 58 | 2F | A | 4F | 1E |
| Octal | 210 | 43 | 20 | 0 | 112 | 130 | 57 | 12 | 117 | 36 |
| Binary | 10001000 | 100011 | 10000 | 0 | 1001010 | 1011000 | 101111 | 1010 | 1001111 | 11110 |
Color Harmonies of #882310
Complementary color
Monochromatic Colors of #882310
Black with #882310
Text Example
Text Example
White with #882310
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #882310; }
p { color: rgb(136,35,16); }
H1.HeaderClassName
{
color: #882310;
}
.AnyTagClassName
{
color: #882310;
}
</style>
background-color css
<style>
a { background-color: #882310; }
a { background-color: rgb(136,35,16); }
div.DivClassName
{
background-color: #882310;
}
.BgClassName
{
background-color: #882310;
}
</style>
border-color css
<style>
span { border-color: #882310; }
span { border-color: rgb(136,35,16); }
td.TdClassName
{
border-color: #882310;
}
.TagClassName
{
border-color: #882310;
}
</style>