Shades of Matrix #8D4A41
Tints of Matrix #8D4A41
RGB
CMYK
RGB Variations
Color information
#8D4A41 (or 0x8D4A41) is known color: Matrix. HEX triplet: 8D, 4A and 41. RGB value is (141,74,65). Sum of RGB (Red+Green+Blue) = 141+74+65=280 (37% of max value = 765). Red value is 141 (55.47% from 255 or 50.36% from 280); Green value is 74 (29.30% from 255 or 26.43% from 280); Blue value is 65 (25.78% from 255 or 23.21% from 280); Max value from RGB is 141 - color contains mainly: red. Hex color #8D4A41 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8D4A41 is #72B5BE. Grayscale: #5D5D5D. Windows color (decimal): -7517631 or 4278925. OLE color: 4278925.
HSL color Cylindrical-coordinate representation of color #8D4A41: hue angle of 7.11º degrees, saturation: 0.37, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #8D4A41 is Cyan = 0, Magento = 0.48, Yellow = 0.54 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 141 | 74 | 65 | - |
| CMYK | 0 | 0.48 | 0.54 | 0.45 |
| HSL | 7.11º | 0.37% | 0.4% | - |
| HSV(B) | 7.11º | 0.54% | 0.55% | - |
| XYZ | 14.39 | 10.94 | 6.35 | - |
| YUV | 93.01 | 112.2 | 162.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 74 | 65 | 0 | 0.48 | 0.54 | 0.45 | 7.11 | 0.37 | 0.4 |
| Hex | 8D | 4A | 41 | 0 | 30 | 36 | 2D | 7 | 25 | 28 |
| Octal | 215 | 112 | 101 | 0 | 60 | 66 | 55 | 7 | 45 | 50 |
| Binary | 10001101 | 1001010 | 1000001 | 0 | 110000 | 110110 | 101101 | 111 | 100101 | 101000 |
Color Harmonies of #8D4A41
Complementary color
Monochromatic Colors of #8D4A41
Black with #8D4A41
Text Example
Text Example
White with #8D4A41
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D4A41; }
p { color: rgb(141,74,65); }
H1.HeaderClassName
{
color: #8D4A41;
}
.AnyTagClassName
{
color: #8D4A41;
}
</style>
background-color css
<style>
a { background-color: #8D4A41; }
a { background-color: rgb(141,74,65); }
div.DivClassName
{
background-color: #8D4A41;
}
.BgClassName
{
background-color: #8D4A41;
}
</style>
border-color css
<style>
span { border-color: #8D4A41; }
span { border-color: rgb(141,74,65); }
td.TdClassName
{
border-color: #8D4A41;
}
.TagClassName
{
border-color: #8D4A41;
}
</style>