Shades of Matrix #8D4844
Tints of Matrix #8D4844
RGB
CMYK
RGB Variations
Color information
#8D4844 (or 0x8D4844) is known color: Matrix. HEX triplet: 8D, 48 and 44. RGB value is (141,72,68). Sum of RGB (Red+Green+Blue) = 141+72+68=281 (37% of max value = 765). Red value is 141 (55.47% from 255 or 50.18% from 281); Green value is 72 (28.52% from 255 or 25.62% from 281); Blue value is 68 (26.95% from 255 or 24.20% from 281); Max value from RGB is 141 - color contains mainly: red. Hex color #8D4844 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8D4844 is #72B7BB. Grayscale: #5C5C5C. Windows color (decimal): -7518140 or 4475021. OLE color: 4475021.
HSL color Cylindrical-coordinate representation of color #8D4844: hue angle of 3.29º degrees, saturation: 0.35, 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 #8D4844 is Cyan = 0, Magento = 0.49, Yellow = 0.52 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 141 | 72 | 68 | - |
| CMYK | 0 | 0.49 | 0.52 | 0.45 |
| HSL | 3.29º | 0.35% | 0.41% | - |
| HSV(B) | 3.29º | 0.52% | 0.55% | - |
| XYZ | 14.35 | 10.71 | 6.78 | - |
| YUV | 92.18 | 114.36 | 162.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 72 | 68 | 0 | 0.49 | 0.52 | 0.45 | 3.29 | 0.35 | 0.41 |
| Hex | 8D | 48 | 44 | 0 | 31 | 34 | 2D | 3 | 23 | 29 |
| Octal | 215 | 110 | 104 | 0 | 61 | 64 | 55 | 3 | 43 | 51 |
| Binary | 10001101 | 1001000 | 1000100 | 0 | 110001 | 110100 | 101101 | 11 | 100011 | 101001 |
Color Harmonies of #8D4844
Complementary color
Monochromatic Colors of #8D4844
Black with #8D4844
Text Example
Text Example
White with #8D4844
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D4844; }
p { color: rgb(141,72,68); }
H1.HeaderClassName
{
color: #8D4844;
}
.AnyTagClassName
{
color: #8D4844;
}
</style>
background-color css
<style>
a { background-color: #8D4844; }
a { background-color: rgb(141,72,68); }
div.DivClassName
{
background-color: #8D4844;
}
.BgClassName
{
background-color: #8D4844;
}
</style>
border-color css
<style>
span { border-color: #8D4844; }
span { border-color: rgb(141,72,68); }
td.TdClassName
{
border-color: #8D4844;
}
.TagClassName
{
border-color: #8D4844;
}
</style>