Shades of Matrix #8D4342
Tints of Matrix #8D4342
RGB
CMYK
RGB Variations
Color information
#8D4342 (or 0x8D4342) is known color: Matrix. HEX triplet: 8D, 43 and 42. RGB value is (141,67,66). Sum of RGB (Red+Green+Blue) = 141+67+66=274 (36% of max value = 765). Red value is 141 (55.47% from 255 or 51.46% from 274); Green value is 67 (26.56% from 255 or 24.45% from 274); Blue value is 66 (26.17% from 255 or 24.09% from 274); Max value from RGB is 141 - color contains mainly: red. Hex color #8D4342 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8D4342 is #72BCBD. Grayscale: #595959. Windows color (decimal): -7519422 or 4342669. OLE color: 4342669.
HSL color Cylindrical-coordinate representation of color #8D4342: hue angle of 0.8º degrees, saturation: 0.36, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #8D4342 is Cyan = 0, Magento = 0.52, Yellow = 0.53 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 141 | 67 | 66 | - |
| CMYK | 0 | 0.52 | 0.53 | 0.45 |
| HSL | 0.8º | 0.36% | 0.41% | - |
| HSV(B) | 0.8º | 0.53% | 0.55% | - |
| XYZ | 13.98 | 10.07 | 6.36 | - |
| YUV | 89.01 | 115.02 | 165.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 67 | 66 | 0 | 0.52 | 0.53 | 0.45 | 0.8 | 0.36 | 0.41 |
| Hex | 8D | 43 | 42 | 0 | 34 | 35 | 2D | 1 | 24 | 29 |
| Octal | 215 | 103 | 102 | 0 | 64 | 65 | 55 | 1 | 44 | 51 |
| Binary | 10001101 | 1000011 | 1000010 | 0 | 110100 | 110101 | 101101 | 1 | 100100 | 101001 |
Color Harmonies of #8D4342
Complementary color
Monochromatic Colors of #8D4342
Black with #8D4342
Text Example
Text Example
White with #8D4342
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D4342; }
p { color: rgb(141,67,66); }
H1.HeaderClassName
{
color: #8D4342;
}
.AnyTagClassName
{
color: #8D4342;
}
</style>
background-color css
<style>
a { background-color: #8D4342; }
a { background-color: rgb(141,67,66); }
div.DivClassName
{
background-color: #8D4342;
}
.BgClassName
{
background-color: #8D4342;
}
</style>
border-color css
<style>
span { border-color: #8D4342; }
span { border-color: rgb(141,67,66); }
td.TdClassName
{
border-color: #8D4342;
}
.TagClassName
{
border-color: #8D4342;
}
</style>