Shades of Matrix #8D4440
Tints of Matrix #8D4440
RGB
CMYK
RGB Variations
Color information
#8D4440 (or 0x8D4440) is known color: Matrix. HEX triplet: 8D, 44 and 40. RGB value is (141,68,64). Sum of RGB (Red+Green+Blue) = 141+68+64=273 (36% of max value = 765). Red value is 141 (55.47% from 255 or 51.65% from 273); Green value is 68 (26.95% from 255 or 24.91% from 273); Blue value is 64 (25.39% from 255 or 23.44% from 273); Max value from RGB is 141 - color contains mainly: red. Hex color #8D4440 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8D4440 is #72BBBF. Grayscale: #595959. Windows color (decimal): -7519168 or 4211853. OLE color: 4211853.
HSL color Cylindrical-coordinate representation of color #8D4440: hue angle of 3.12º degrees, saturation: 0.38, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #8D4440 is Cyan = 0, Magento = 0.52, Yellow = 0.55 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 141 | 68 | 64 | - |
| CMYK | 0 | 0.52 | 0.55 | 0.45 |
| HSL | 3.12º | 0.38% | 0.4% | - |
| HSV(B) | 3.12º | 0.55% | 0.55% | - |
| XYZ | 13.98 | 10.17 | 6.08 | - |
| YUV | 89.37 | 113.68 | 164.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 68 | 64 | 0 | 0.52 | 0.55 | 0.45 | 3.12 | 0.38 | 0.4 |
| Hex | 8D | 44 | 40 | 0 | 34 | 37 | 2D | 3 | 26 | 28 |
| Octal | 215 | 104 | 100 | 0 | 64 | 67 | 55 | 3 | 46 | 50 |
| Binary | 10001101 | 1000100 | 1000000 | 0 | 110100 | 110111 | 101101 | 11 | 100110 | 101000 |
Color Harmonies of #8D4440
Complementary color
Monochromatic Colors of #8D4440
Black with #8D4440
Text Example
Text Example
White with #8D4440
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D4440; }
p { color: rgb(141,68,64); }
H1.HeaderClassName
{
color: #8D4440;
}
.AnyTagClassName
{
color: #8D4440;
}
</style>
background-color css
<style>
a { background-color: #8D4440; }
a { background-color: rgb(141,68,64); }
div.DivClassName
{
background-color: #8D4440;
}
.BgClassName
{
background-color: #8D4440;
}
</style>
border-color css
<style>
span { border-color: #8D4440; }
span { border-color: rgb(141,68,64); }
td.TdClassName
{
border-color: #8D4440;
}
.TagClassName
{
border-color: #8D4440;
}
</style>