Shades of Falu Red #882309
Tints of Falu Red #882309
RGB
CMYK
RGB Variations
Color information
#882309 (or 0x882309) is known color: Falu Red. HEX triplet: 88, 23 and 09. RGB value is (136,35,9). Sum of RGB (Red+Green+Blue) = 136+35+9=180 (23% of max value = 765). Red value is 136 (53.52% from 255 or 75.56% from 180); Green value is 35 (14.06% from 255 or 19.44% from 180); Blue value is 9 (3.91% from 255 or 5% from 180); Max value from RGB is 136 - color contains mainly: red. Hex color #882309 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #882309 is #77DCF6. Grayscale: #3E3E3E. Windows color (decimal): -7855351 or 598920. OLE color: 598920.
HSL color Cylindrical-coordinate representation of color #882309: hue angle of 12.28º degrees, saturation: 0.88, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #882309 is Cyan = 0, Magento = 0.74, Yellow = 0.93 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 136 | 35 | 9 | - |
| CMYK | 0 | 0.74 | 0.93 | 0.47 |
| HSL | 12.28º | 0.88% | 0.28% | - |
| HSV(B) | 12.28º | 0.93% | 0.53% | - |
| XYZ | 10.8 | 6.46 | 0.94 | - |
| YUV | 62.24 | 97.96 | 180.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 35 | 9 | 0 | 0.74 | 0.93 | 0.47 | 12.28 | 0.88 | 0.28 |
| Hex | 88 | 23 | 9 | 0 | 4A | 5D | 2F | C | 58 | 1C |
| Octal | 210 | 43 | 11 | 0 | 112 | 135 | 57 | 14 | 130 | 34 |
| Binary | 10001000 | 100011 | 1001 | 0 | 1001010 | 1011101 | 101111 | 1100 | 1011000 | 11100 |
Color Harmonies of #882309
Complementary color
Monochromatic Colors of #882309
Black with #882309
Text Example
Text Example
White with #882309
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #882309; }
p { color: rgb(136,35,9); }
H1.HeaderClassName
{
color: #882309;
}
.AnyTagClassName
{
color: #882309;
}
</style>
background-color css
<style>
a { background-color: #882309; }
a { background-color: rgb(136,35,9); }
div.DivClassName
{
background-color: #882309;
}
.BgClassName
{
background-color: #882309;
}
</style>
border-color css
<style>
span { border-color: #882309; }
span { border-color: rgb(136,35,9); }
td.TdClassName
{
border-color: #882309;
}
.TagClassName
{
border-color: #882309;
}
</style>