Shades of Matrix #8E4441
Tints of Matrix #8E4441
RGB
CMYK
RGB Variations
Color information
#8E4441 (or 0x8E4441) is known color: Matrix. HEX triplet: 8E, 44 and 41. RGB value is (142,68,65). Sum of RGB (Red+Green+Blue) = 142+68+65=275 (36% of max value = 765). Red value is 142 (55.86% from 255 or 51.64% from 275); Green value is 68 (26.95% from 255 or 24.73% from 275); Blue value is 65 (25.78% from 255 or 23.64% from 275); Max value from RGB is 142 - color contains mainly: red. Hex color #8E4441 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8E4441 is #71BBBE. Grayscale: #595959. Windows color (decimal): -7453631 or 4277390. OLE color: 4277390.
HSL color Cylindrical-coordinate representation of color #8E4441: hue angle of 2.34º degrees, saturation: 0.37, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #8E4441 is Cyan = 0, Magento = 0.52, Yellow = 0.54 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 142 | 68 | 65 | - |
| CMYK | 0 | 0.52 | 0.54 | 0.44 |
| HSL | 2.34º | 0.37% | 0.41% | - |
| HSV(B) | 2.34º | 0.54% | 0.56% | - |
| XYZ | 14.18 | 10.27 | 6.24 | - |
| YUV | 89.78 | 114.02 | 165.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 68 | 65 | 0 | 0.52 | 0.54 | 0.44 | 2.34 | 0.37 | 0.41 |
| Hex | 8E | 44 | 41 | 0 | 34 | 36 | 2C | 2 | 25 | 29 |
| Octal | 216 | 104 | 101 | 0 | 64 | 66 | 54 | 2 | 45 | 51 |
| Binary | 10001110 | 1000100 | 1000001 | 0 | 110100 | 110110 | 101100 | 10 | 100101 | 101001 |
Color Harmonies of #8E4441
Complementary color
Monochromatic Colors of #8E4441
Black with #8E4441
Text Example
Text Example
White with #8E4441
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8E4441; }
p { color: rgb(142,68,65); }
H1.HeaderClassName
{
color: #8E4441;
}
.AnyTagClassName
{
color: #8E4441;
}
</style>
background-color css
<style>
a { background-color: #8E4441; }
a { background-color: rgb(142,68,65); }
div.DivClassName
{
background-color: #8E4441;
}
.BgClassName
{
background-color: #8E4441;
}
</style>
border-color css
<style>
span { border-color: #8E4441; }
span { border-color: rgb(142,68,65); }
td.TdClassName
{
border-color: #8E4441;
}
.TagClassName
{
border-color: #8E4441;
}
</style>