Shades of Matrix #8D4543
Tints of Matrix #8D4543
RGB
CMYK
RGB Variations
Color information
#8D4543 (or 0x8D4543) is known color: Matrix. HEX triplet: 8D, 45 and 43. RGB value is (141,69,67). Sum of RGB (Red+Green+Blue) = 141+69+67=277 (36% of max value = 765). Red value is 141 (55.47% from 255 or 50.90% from 277); Green value is 69 (27.34% from 255 or 24.91% from 277); Blue value is 67 (26.56% from 255 or 24.19% from 277); Max value from RGB is 141 - color contains mainly: red. Hex color #8D4543 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8D4543 is #72BABC. Grayscale: #5A5A5A. Windows color (decimal): -7518909 or 4408717. OLE color: 4408717.
HSL color Cylindrical-coordinate representation of color #8D4543: hue angle of 1.62º degrees, saturation: 0.36, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #8D4543 is Cyan = 0, Magento = 0.51, Yellow = 0.52 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 141 | 69 | 67 | - |
| CMYK | 0 | 0.51 | 0.52 | 0.45 |
| HSL | 1.62º | 0.36% | 0.41% | - |
| HSV(B) | 1.62º | 0.52% | 0.55% | - |
| XYZ | 14.13 | 10.32 | 6.56 | - |
| YUV | 90.3 | 114.85 | 164.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 69 | 67 | 0 | 0.51 | 0.52 | 0.45 | 1.62 | 0.36 | 0.41 |
| Hex | 8D | 45 | 43 | 0 | 33 | 34 | 2D | 2 | 24 | 29 |
| Octal | 215 | 105 | 103 | 0 | 63 | 64 | 55 | 2 | 44 | 51 |
| Binary | 10001101 | 1000101 | 1000011 | 0 | 110011 | 110100 | 101101 | 10 | 100100 | 101001 |
Color Harmonies of #8D4543
Complementary color
Monochromatic Colors of #8D4543
Black with #8D4543
Text Example
Text Example
White with #8D4543
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D4543; }
p { color: rgb(141,69,67); }
H1.HeaderClassName
{
color: #8D4543;
}
.AnyTagClassName
{
color: #8D4543;
}
</style>
background-color css
<style>
a { background-color: #8D4543; }
a { background-color: rgb(141,69,67); }
div.DivClassName
{
background-color: #8D4543;
}
.BgClassName
{
background-color: #8D4543;
}
</style>
border-color css
<style>
span { border-color: #8D4543; }
span { border-color: rgb(141,69,67); }
td.TdClassName
{
border-color: #8D4543;
}
.TagClassName
{
border-color: #8D4543;
}
</style>