Shades of Matrix #8D4A43
Tints of Matrix #8D4A43
RGB
CMYK
RGB Variations
Color information
#8D4A43 (or 0x8D4A43) is known color: Matrix. HEX triplet: 8D, 4A and 43. RGB value is (141,74,67). Sum of RGB (Red+Green+Blue) = 141+74+67=282 (37% of max value = 765). Red value is 141 (55.47% from 255 or 50% from 282); Green value is 74 (29.30% from 255 or 26.24% from 282); Blue value is 67 (26.56% from 255 or 23.76% from 282); Max value from RGB is 141 - color contains mainly: red. Hex color #8D4A43 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8D4A43 is #72B5BC. Grayscale: #5D5D5D. Windows color (decimal): -7517629 or 4409997. OLE color: 4409997.
HSL color Cylindrical-coordinate representation of color #8D4A43: hue angle of 5.68º 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 #8D4A43 is Cyan = 0, Magento = 0.48, Yellow = 0.52 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 141 | 74 | 67 | - |
| CMYK | 0 | 0.48 | 0.52 | 0.45 |
| HSL | 5.68º | 0.36% | 0.41% | - |
| HSV(B) | 5.68º | 0.52% | 0.55% | - |
| XYZ | 14.45 | 10.97 | 6.67 | - |
| YUV | 93.24 | 113.2 | 162.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 74 | 67 | 0 | 0.48 | 0.52 | 0.45 | 5.68 | 0.36 | 0.41 |
| Hex | 8D | 4A | 43 | 0 | 30 | 34 | 2D | 6 | 24 | 29 |
| Octal | 215 | 112 | 103 | 0 | 60 | 64 | 55 | 6 | 44 | 51 |
| Binary | 10001101 | 1001010 | 1000011 | 0 | 110000 | 110100 | 101101 | 110 | 100100 | 101001 |
Color Harmonies of #8D4A43
Complementary color
Monochromatic Colors of #8D4A43
Black with #8D4A43
Text Example
Text Example
White with #8D4A43
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D4A43; }
p { color: rgb(141,74,67); }
H1.HeaderClassName
{
color: #8D4A43;
}
.AnyTagClassName
{
color: #8D4A43;
}
</style>
background-color css
<style>
a { background-color: #8D4A43; }
a { background-color: rgb(141,74,67); }
div.DivClassName
{
background-color: #8D4A43;
}
.BgClassName
{
background-color: #8D4A43;
}
</style>
border-color css
<style>
span { border-color: #8D4A43; }
span { border-color: rgb(141,74,67); }
td.TdClassName
{
border-color: #8D4A43;
}
.TagClassName
{
border-color: #8D4A43;
}
</style>