Shades of Matrix #8D4845
Tints of Matrix #8D4845
RGB
CMYK
RGB Variations
Color information
#8D4845 (or 0x8D4845) is known color: Matrix. HEX triplet: 8D, 48 and 45. RGB value is (141,72,69). Sum of RGB (Red+Green+Blue) = 141+72+69=282 (37% of max value = 765). Red value is 141 (55.47% from 255 or 50% from 282); Green value is 72 (28.52% from 255 or 25.53% from 282); Blue value is 69 (27.34% from 255 or 24.47% from 282); Max value from RGB is 141 - color contains mainly: red. Hex color #8D4845 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8D4845 is #72B7BA. Grayscale: #5C5C5C. Windows color (decimal): -7518139 or 4540557. OLE color: 4540557.
HSL color Cylindrical-coordinate representation of color #8D4845: hue angle of 2.5º degrees, saturation: 0.34, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #8D4845 is Cyan = 0, Magento = 0.49, Yellow = 0.51 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 141 | 72 | 69 | - |
| CMYK | 0 | 0.49 | 0.51 | 0.45 |
| HSL | 2.5º | 0.34% | 0.41% | - |
| HSV(B) | 2.5º | 0.51% | 0.55% | - |
| XYZ | 14.38 | 10.73 | 6.94 | - |
| YUV | 92.29 | 114.86 | 162.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 72 | 69 | 0 | 0.49 | 0.51 | 0.45 | 2.5 | 0.34 | 0.41 |
| Hex | 8D | 48 | 45 | 0 | 31 | 33 | 2D | 2 | 22 | 29 |
| Octal | 215 | 110 | 105 | 0 | 61 | 63 | 55 | 2 | 42 | 51 |
| Binary | 10001101 | 1001000 | 1000101 | 0 | 110001 | 110011 | 101101 | 10 | 100010 | 101001 |
Color Harmonies of #8D4845
Complementary color
Monochromatic Colors of #8D4845
Black with #8D4845
Text Example
Text Example
White with #8D4845
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D4845; }
p { color: rgb(141,72,69); }
H1.HeaderClassName
{
color: #8D4845;
}
.AnyTagClassName
{
color: #8D4845;
}
</style>
background-color css
<style>
a { background-color: #8D4845; }
a { background-color: rgb(141,72,69); }
div.DivClassName
{
background-color: #8D4845;
}
.BgClassName
{
background-color: #8D4845;
}
</style>
border-color css
<style>
span { border-color: #8D4845; }
span { border-color: rgb(141,72,69); }
td.TdClassName
{
border-color: #8D4845;
}
.TagClassName
{
border-color: #8D4845;
}
</style>