Shades of Matrix #8E4945
Tints of Matrix #8E4945
RGB
CMYK
RGB Variations
Color information
#8E4945 (or 0x8E4945) is known color: Matrix. HEX triplet: 8E, 49 and 45. RGB value is (142,73,69). Sum of RGB (Red+Green+Blue) = 142+73+69=284 (37% of max value = 765). Red value is 142 (55.86% from 255 or 50% from 284); Green value is 73 (28.91% from 255 or 25.70% from 284); Blue value is 69 (27.34% from 255 or 24.30% from 284); Max value from RGB is 142 - color contains mainly: red. Hex color #8E4945 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8E4945 is #71B6BA. Grayscale: #5D5D5D. Windows color (decimal): -7452347 or 4540814. OLE color: 4540814.
HSL color Cylindrical-coordinate representation of color #8E4945: hue angle of 3.29º degrees, saturation: 0.35, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #8E4945 is Cyan = 0, Magento = 0.49, Yellow = 0.51 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 142 | 73 | 69 | - |
| CMYK | 0 | 0.49 | 0.51 | 0.44 |
| HSL | 3.29º | 0.35% | 0.41% | - |
| HSV(B) | 3.29º | 0.51% | 0.56% | - |
| XYZ | 14.61 | 10.95 | 6.97 | - |
| YUV | 93.18 | 114.36 | 162.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 73 | 69 | 0 | 0.49 | 0.51 | 0.44 | 3.29 | 0.35 | 0.41 |
| Hex | 8E | 49 | 45 | 0 | 31 | 33 | 2C | 3 | 23 | 29 |
| Octal | 216 | 111 | 105 | 0 | 61 | 63 | 54 | 3 | 43 | 51 |
| Binary | 10001110 | 1001001 | 1000101 | 0 | 110001 | 110011 | 101100 | 11 | 100011 | 101001 |
Color Harmonies of #8E4945
Complementary color
Monochromatic Colors of #8E4945
Black with #8E4945
Text Example
Text Example
White with #8E4945
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8E4945; }
p { color: rgb(142,73,69); }
H1.HeaderClassName
{
color: #8E4945;
}
.AnyTagClassName
{
color: #8E4945;
}
</style>
background-color css
<style>
a { background-color: #8E4945; }
a { background-color: rgb(142,73,69); }
div.DivClassName
{
background-color: #8E4945;
}
.BgClassName
{
background-color: #8E4945;
}
</style>
border-color css
<style>
span { border-color: #8E4945; }
span { border-color: rgb(142,73,69); }
td.TdClassName
{
border-color: #8E4945;
}
.TagClassName
{
border-color: #8E4945;
}
</style>