Shades of Falu Red #882113
Tints of Falu Red #882113
RGB
CMYK
RGB Variations
Color information
#882113 (or 0x882113) is known color: Falu Red. HEX triplet: 88, 21 and 13. RGB value is (136,33,19). Sum of RGB (Red+Green+Blue) = 136+33+19=188 (24% of max value = 765). Red value is 136 (53.52% from 255 or 72.34% from 188); Green value is 33 (13.28% from 255 or 17.55% from 188); Blue value is 19 (7.81% from 255 or 10.11% from 188); Max value from RGB is 136 - color contains mainly: red. Hex color #882113 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #882113 is #77DEEC. Grayscale: #3E3E3E. Windows color (decimal): -7855853 or 1253768. OLE color: 1253768.
HSL color Cylindrical-coordinate representation of color #882113: hue angle of 7.18º degrees, saturation: 0.75, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #882113 is Cyan = 0, Magento = 0.76, Yellow = 0.86 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 136 | 33 | 19 | - |
| CMYK | 0 | 0.76 | 0.86 | 0.47 |
| HSL | 7.18º | 0.75% | 0.3% | - |
| HSV(B) | 7.18º | 0.86% | 0.53% | - |
| XYZ | 10.81 | 6.37 | 1.28 | - |
| YUV | 62.2 | 103.62 | 180.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 33 | 19 | 0 | 0.76 | 0.86 | 0.47 | 7.18 | 0.75 | 0.3 |
| Hex | 88 | 21 | 13 | 0 | 4C | 56 | 2F | 7 | 4B | 1E |
| Octal | 210 | 41 | 23 | 0 | 114 | 126 | 57 | 7 | 113 | 36 |
| Binary | 10001000 | 100001 | 10011 | 0 | 1001100 | 1010110 | 101111 | 111 | 1001011 | 11110 |
Color Harmonies of #882113
Complementary color
Monochromatic Colors of #882113
Black with #882113
Text Example
Text Example
White with #882113
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #882113; }
p { color: rgb(136,33,19); }
H1.HeaderClassName
{
color: #882113;
}
.AnyTagClassName
{
color: #882113;
}
</style>
background-color css
<style>
a { background-color: #882113; }
a { background-color: rgb(136,33,19); }
div.DivClassName
{
background-color: #882113;
}
.BgClassName
{
background-color: #882113;
}
</style>
border-color css
<style>
span { border-color: #882113; }
span { border-color: rgb(136,33,19); }
td.TdClassName
{
border-color: #882113;
}
.TagClassName
{
border-color: #882113;
}
</style>