Shades of Matrix #8D4A45
Tints of Matrix #8D4A45
RGB
CMYK
RGB Variations
Color information
#8D4A45 (or 0x8D4A45) is known color: Matrix. HEX triplet: 8D, 4A and 45. RGB value is (141,74,69). Sum of RGB (Red+Green+Blue) = 141+74+69=284 (37% of max value = 765). Red value is 141 (55.47% from 255 or 49.65% from 284); Green value is 74 (29.30% from 255 or 26.06% from 284); Blue value is 69 (27.34% from 255 or 24.30% from 284); Max value from RGB is 141 - color contains mainly: red. Hex color #8D4A45 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8D4A45 is #72B5BA. Grayscale: #5D5D5D. Windows color (decimal): -7517627 or 4541069. OLE color: 4541069.
HSL color Cylindrical-coordinate representation of color #8D4A45: hue angle of 4.17º 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 #8D4A45 is Cyan = 0, Magento = 0.48, Yellow = 0.51 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 141 | 74 | 69 | - |
| CMYK | 0 | 0.48 | 0.51 | 0.45 |
| HSL | 4.17º | 0.34% | 0.41% | - |
| HSV(B) | 4.17º | 0.51% | 0.55% | - |
| XYZ | 14.51 | 10.99 | 6.99 | - |
| YUV | 93.46 | 114.2 | 161.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 74 | 69 | 0 | 0.48 | 0.51 | 0.45 | 4.17 | 0.34 | 0.41 |
| Hex | 8D | 4A | 45 | 0 | 30 | 33 | 2D | 4 | 22 | 29 |
| Octal | 215 | 112 | 105 | 0 | 60 | 63 | 55 | 4 | 42 | 51 |
| Binary | 10001101 | 1001010 | 1000101 | 0 | 110000 | 110011 | 101101 | 100 | 100010 | 101001 |
Color Harmonies of #8D4A45
Complementary color
Monochromatic Colors of #8D4A45
Black with #8D4A45
Text Example
Text Example
White with #8D4A45
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D4A45; }
p { color: rgb(141,74,69); }
H1.HeaderClassName
{
color: #8D4A45;
}
.AnyTagClassName
{
color: #8D4A45;
}
</style>
background-color css
<style>
a { background-color: #8D4A45; }
a { background-color: rgb(141,74,69); }
div.DivClassName
{
background-color: #8D4A45;
}
.BgClassName
{
background-color: #8D4A45;
}
</style>
border-color css
<style>
span { border-color: #8D4A45; }
span { border-color: rgb(141,74,69); }
td.TdClassName
{
border-color: #8D4A45;
}
.TagClassName
{
border-color: #8D4A45;
}
</style>