Shades of Matrix #8D4F47
Tints of Matrix #8D4F47
RGB
CMYK
RGB Variations
Color information
#8D4F47 (or 0x8D4F47) is known color: Matrix. HEX triplet: 8D, 4F and 47. RGB value is (141,79,71). Sum of RGB (Red+Green+Blue) = 141+79+71=291 (38% of max value = 765). Red value is 141 (55.47% from 255 or 48.45% from 291); Green value is 79 (31.25% from 255 or 27.15% from 291); Blue value is 71 (28.12% from 255 or 24.40% from 291); Max value from RGB is 141 - color contains mainly: red. Hex color #8D4F47 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8D4F47 is #72B0B8. Grayscale: #606060. Windows color (decimal): -7516345 or 4673421. OLE color: 4673421.
HSL color Cylindrical-coordinate representation of color #8D4F47: hue angle of 6.86º degrees, saturation: 0.33, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #8D4F47 is Cyan = 0, Magento = 0.44, Yellow = 0.50 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 141 | 79 | 71 | - |
| CMYK | 0 | 0.44 | 0.50 | 0.45 |
| HSL | 6.86º | 0.33% | 0.42% | - |
| HSV(B) | 6.86º | 0.5% | 0.55% | - |
| XYZ | 14.92 | 11.71 | 7.44 | - |
| YUV | 96.63 | 113.54 | 159.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 79 | 71 | 0 | 0.44 | 0.50 | 0.45 | 6.86 | 0.33 | 0.42 |
| Hex | 8D | 4F | 47 | 0 | 2C | 32 | 2D | 7 | 21 | 2A |
| Octal | 215 | 117 | 107 | 0 | 54 | 62 | 55 | 7 | 41 | 52 |
| Binary | 10001101 | 1001111 | 1000111 | 0 | 101100 | 110010 | 101101 | 111 | 100001 | 101010 |
Color Harmonies of #8D4F47
Complementary color
Monochromatic Colors of #8D4F47
Black with #8D4F47
Text Example
Text Example
White with #8D4F47
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D4F47; }
p { color: rgb(141,79,71); }
H1.HeaderClassName
{
color: #8D4F47;
}
.AnyTagClassName
{
color: #8D4F47;
}
</style>
background-color css
<style>
a { background-color: #8D4F47; }
a { background-color: rgb(141,79,71); }
div.DivClassName
{
background-color: #8D4F47;
}
.BgClassName
{
background-color: #8D4F47;
}
</style>
border-color css
<style>
span { border-color: #8D4F47; }
span { border-color: rgb(141,79,71); }
td.TdClassName
{
border-color: #8D4F47;
}
.TagClassName
{
border-color: #8D4F47;
}
</style>