Shades of Falu Red #882117
Tints of Falu Red #882117
RGB
CMYK
RGB Variations
Color information
#882117 (or 0x882117) is known color: Falu Red. HEX triplet: 88, 21 and 17. RGB value is (136,33,23). Sum of RGB (Red+Green+Blue) = 136+33+23=192 (25% of max value = 765). Red value is 136 (53.52% from 255 or 70.83% from 192); Green value is 33 (13.28% from 255 or 17.19% from 192); Blue value is 23 (9.38% from 255 or 11.98% from 192); Max value from RGB is 136 - color contains mainly: red. Hex color #882117 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #882117 is #77DEE8. Grayscale: #3E3E3E. Windows color (decimal): -7855849 or 1515912. OLE color: 1515912.
HSL color Cylindrical-coordinate representation of color #882117: hue angle of 5.31º degrees, saturation: 0.71, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #882117 is Cyan = 0, Magento = 0.76, Yellow = 0.83 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 136 | 33 | 23 | - |
| CMYK | 0 | 0.76 | 0.83 | 0.47 |
| HSL | 5.31º | 0.71% | 0.31% | - |
| HSV(B) | 5.31º | 0.83% | 0.53% | - |
| XYZ | 10.85 | 6.38 | 1.47 | - |
| YUV | 62.66 | 105.62 | 180.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 33 | 23 | 0 | 0.76 | 0.83 | 0.47 | 5.31 | 0.71 | 0.31 |
| Hex | 88 | 21 | 17 | 0 | 4C | 53 | 2F | 5 | 47 | 1F |
| Octal | 210 | 41 | 27 | 0 | 114 | 123 | 57 | 5 | 107 | 37 |
| Binary | 10001000 | 100001 | 10111 | 0 | 1001100 | 1010011 | 101111 | 101 | 1000111 | 11111 |
Color Harmonies of #882117
Complementary color
Monochromatic Colors of #882117
Black with #882117
Text Example
Text Example
White with #882117
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #882117; }
p { color: rgb(136,33,23); }
H1.HeaderClassName
{
color: #882117;
}
.AnyTagClassName
{
color: #882117;
}
</style>
background-color css
<style>
a { background-color: #882117; }
a { background-color: rgb(136,33,23); }
div.DivClassName
{
background-color: #882117;
}
.BgClassName
{
background-color: #882117;
}
</style>
border-color css
<style>
span { border-color: #882117; }
span { border-color: rgb(136,33,23); }
td.TdClassName
{
border-color: #882117;
}
.TagClassName
{
border-color: #882117;
}
</style>