Shades of Matrix #8D4747
Tints of Matrix #8D4747
RGB
CMYK
RGB Variations
Color information
#8D4747 (or 0x8D4747) is known color: Matrix. HEX triplet: 8D, 47 and 47. RGB value is (141,71,71). Sum of RGB (Red+Green+Blue) = 141+71+71=283 (37% of max value = 765). Red value is 141 (55.47% from 255 or 49.82% from 283); Green value is 71 (28.12% from 255 or 25.09% from 283); Blue value is 71 (28.12% from 255 or 25.09% from 283); Max value from RGB is 141 - color contains mainly: red. Hex color #8D4747 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8D4747 is #72B8B8. Grayscale: #5C5C5C. Windows color (decimal): -7518393 or 4671373. OLE color: 4671373.
HSL color Cylindrical-coordinate representation of color #8D4747: hue angle of 0º 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 #8D4747 is Cyan = 0, Magento = 0.50, Yellow = 0.50 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 141 | 71 | 71 | - |
| CMYK | 0 | 0.50 | 0.50 | 0.45 |
| HSL | 0º | 0.33% | 0.42% | - |
| HSV(B) | 0º | 0.5% | 0.55% | - |
| XYZ | 14.38 | 10.62 | 7.25 | - |
| YUV | 91.93 | 116.19 | 163 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 71 | 71 | 0 | 0.50 | 0.50 | 0.45 | 0 | 0.33 | 0.42 |
| Hex | 8D | 47 | 47 | 0 | 32 | 32 | 2D | 0 | 21 | 2A |
| Octal | 215 | 107 | 107 | 0 | 62 | 62 | 55 | 0 | 41 | 52 |
| Binary | 10001101 | 1000111 | 1000111 | 0 | 110010 | 110010 | 101101 | 0 | 100001 | 101010 |
Color Harmonies of #8D4747
Complementary color
Monochromatic Colors of #8D4747
Black with #8D4747
Text Example
Text Example
White with #8D4747
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D4747; }
p { color: rgb(141,71,71); }
H1.HeaderClassName
{
color: #8D4747;
}
.AnyTagClassName
{
color: #8D4747;
}
</style>
background-color css
<style>
a { background-color: #8D4747; }
a { background-color: rgb(141,71,71); }
div.DivClassName
{
background-color: #8D4747;
}
.BgClassName
{
background-color: #8D4747;
}
</style>
border-color css
<style>
span { border-color: #8D4747; }
span { border-color: rgb(141,71,71); }
td.TdClassName
{
border-color: #8D4747;
}
.TagClassName
{
border-color: #8D4747;
}
</style>