Shades of Matrix #8E4A43
Tints of Matrix #8E4A43
RGB
CMYK
RGB Variations
Color information
#8E4A43 (or 0x8E4A43) is known color: Matrix. HEX triplet: 8E, 4A and 43. RGB value is (142,74,67). Sum of RGB (Red+Green+Blue) = 142+74+67=283 (37% of max value = 765). Red value is 142 (55.86% from 255 or 50.18% from 283); Green value is 74 (29.30% from 255 or 26.15% from 283); Blue value is 67 (26.56% from 255 or 23.67% from 283); Max value from RGB is 142 - color contains mainly: red. Hex color #8E4A43 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8E4A43 is #71B5BC. Grayscale: #5D5D5D. Windows color (decimal): -7452093 or 4409998. OLE color: 4409998.
HSL color Cylindrical-coordinate representation of color #8E4A43: hue angle of 5.6º degrees, saturation: 0.36, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #8E4A43 is Cyan = 0, Magento = 0.48, Yellow = 0.53 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 142 | 74 | 67 | - |
| CMYK | 0 | 0.48 | 0.53 | 0.44 |
| HSL | 5.6º | 0.36% | 0.41% | - |
| HSV(B) | 5.6º | 0.53% | 0.56% | - |
| XYZ | 14.62 | 11.05 | 6.67 | - |
| YUV | 93.53 | 113.03 | 162.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 74 | 67 | 0 | 0.48 | 0.53 | 0.44 | 5.6 | 0.36 | 0.41 |
| Hex | 8E | 4A | 43 | 0 | 30 | 35 | 2C | 6 | 24 | 29 |
| Octal | 216 | 112 | 103 | 0 | 60 | 65 | 54 | 6 | 44 | 51 |
| Binary | 10001110 | 1001010 | 1000011 | 0 | 110000 | 110101 | 101100 | 110 | 100100 | 101001 |
Color Harmonies of #8E4A43
Complementary color
Monochromatic Colors of #8E4A43
Black with #8E4A43
Text Example
Text Example
White with #8E4A43
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8E4A43; }
p { color: rgb(142,74,67); }
H1.HeaderClassName
{
color: #8E4A43;
}
.AnyTagClassName
{
color: #8E4A43;
}
</style>
background-color css
<style>
a { background-color: #8E4A43; }
a { background-color: rgb(142,74,67); }
div.DivClassName
{
background-color: #8E4A43;
}
.BgClassName
{
background-color: #8E4A43;
}
</style>
border-color css
<style>
span { border-color: #8E4A43; }
span { border-color: rgb(142,74,67); }
td.TdClassName
{
border-color: #8E4A43;
}
.TagClassName
{
border-color: #8E4A43;
}
</style>