Shades of Falu Red #882018
Tints of Falu Red #882018
RGB
CMYK
RGB Variations
Color information
#882018 (or 0x882018) is known color: Falu Red. HEX triplet: 88, 20 and 18. RGB value is (136,32,24). Sum of RGB (Red+Green+Blue) = 136+32+24=192 (25% of max value = 765). Red value is 136 (53.52% from 255 or 70.83% from 192); Green value is 32 (12.89% from 255 or 16.67% from 192); Blue value is 24 (9.77% from 255 or 12.5% from 192); Max value from RGB is 136 - color contains mainly: red. Hex color #882018 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #882018 is #77DFE7. Grayscale: #3E3E3E. Windows color (decimal): -7856104 or 1581192. OLE color: 1581192.
HSL color Cylindrical-coordinate representation of color #882018: hue angle of 4.29º degrees, saturation: 0.7, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #882018 is Cyan = 0, Magento = 0.76, Yellow = 0.82 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 136 | 32 | 24 | - |
| CMYK | 0 | 0.76 | 0.82 | 0.47 |
| HSL | 4.29º | 0.7% | 0.31% | - |
| HSV(B) | 4.29º | 0.82% | 0.53% | - |
| XYZ | 10.83 | 6.33 | 1.52 | - |
| YUV | 62.18 | 106.46 | 180.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 32 | 24 | 0 | 0.76 | 0.82 | 0.47 | 4.29 | 0.7 | 0.31 |
| Hex | 88 | 20 | 18 | 0 | 4C | 52 | 2F | 4 | 46 | 1F |
| Octal | 210 | 40 | 30 | 0 | 114 | 122 | 57 | 4 | 106 | 37 |
| Binary | 10001000 | 100000 | 11000 | 0 | 1001100 | 1010010 | 101111 | 100 | 1000110 | 11111 |
Color Harmonies of #882018
Complementary color
Monochromatic Colors of #882018
Black with #882018
Text Example
Text Example
White with #882018
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #882018; }
p { color: rgb(136,32,24); }
H1.HeaderClassName
{
color: #882018;
}
.AnyTagClassName
{
color: #882018;
}
</style>
background-color css
<style>
a { background-color: #882018; }
a { background-color: rgb(136,32,24); }
div.DivClassName
{
background-color: #882018;
}
.BgClassName
{
background-color: #882018;
}
</style>
border-color css
<style>
span { border-color: #882018; }
span { border-color: rgb(136,32,24); }
td.TdClassName
{
border-color: #882018;
}
.TagClassName
{
border-color: #882018;
}
</style>