Shades of Matrix #8E4746
Tints of Matrix #8E4746
RGB
CMYK
RGB Variations
Color information
#8E4746 (or 0x8E4746) is known color: Matrix. HEX triplet: 8E, 47 and 46. RGB value is (142,71,70). Sum of RGB (Red+Green+Blue) = 142+71+70=283 (37% of max value = 765). Red value is 142 (55.86% from 255 or 50.18% from 283); Green value is 71 (28.12% from 255 or 25.09% from 283); Blue value is 70 (27.73% from 255 or 24.73% from 283); Max value from RGB is 142 - color contains mainly: red. Hex color #8E4746 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8E4746 is #71B8B9. Grayscale: #5C5C5C. Windows color (decimal): -7452858 or 4605838. OLE color: 4605838.
HSL color Cylindrical-coordinate representation of color #8E4746: hue angle of 0.83º degrees, saturation: 0.34, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #8E4746 is Cyan = 0, Magento = 0.5, Yellow = 0.51 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 142 | 71 | 70 | - |
| CMYK | 0 | 0.5 | 0.51 | 0.44 |
| HSL | 0.83º | 0.34% | 0.42% | - |
| HSV(B) | 0.83º | 0.51% | 0.56% | - |
| XYZ | 14.51 | 10.7 | 7.09 | - |
| YUV | 92.12 | 115.52 | 163.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 71 | 70 | 0 | 0.5 | 0.51 | 0.44 | 0.83 | 0.34 | 0.42 |
| Hex | 8E | 47 | 46 | 0 | 32 | 33 | 2C | 1 | 22 | 2A |
| Octal | 216 | 107 | 106 | 0 | 62 | 63 | 54 | 1 | 42 | 52 |
| Binary | 10001110 | 1000111 | 1000110 | 0 | 110010 | 110011 | 101100 | 1 | 100010 | 101010 |
Color Harmonies of #8E4746
Complementary color
Monochromatic Colors of #8E4746
Black with #8E4746
Text Example
Text Example
White with #8E4746
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8E4746; }
p { color: rgb(142,71,70); }
H1.HeaderClassName
{
color: #8E4746;
}
.AnyTagClassName
{
color: #8E4746;
}
</style>
background-color css
<style>
a { background-color: #8E4746; }
a { background-color: rgb(142,71,70); }
div.DivClassName
{
background-color: #8E4746;
}
.BgClassName
{
background-color: #8E4746;
}
</style>
border-color css
<style>
span { border-color: #8E4746; }
span { border-color: rgb(142,71,70); }
td.TdClassName
{
border-color: #8E4746;
}
.TagClassName
{
border-color: #8E4746;
}
</style>