Shades of Matrix #8A4640
Tints of Matrix #8A4640
RGB
CMYK
RGB Variations
Color information
#8A4640 (or 0x8A4640) is known color: Matrix. HEX triplet: 8A, 46 and 40. RGB value is (138,70,64). Sum of RGB (Red+Green+Blue) = 138+70+64=272 (36% of max value = 765). Red value is 138 (54.30% from 255 or 50.74% from 272); Green value is 70 (27.73% from 255 or 25.74% from 272); Blue value is 64 (25.39% from 255 or 23.53% from 272); Max value from RGB is 138 - color contains mainly: red. Hex color #8A4640 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8A4640 is #75B9BF. Grayscale: #595959. Windows color (decimal): -7715264 or 4212362. OLE color: 4212362.
HSL color Cylindrical-coordinate representation of color #8A4640: hue angle of 4.86º degrees, saturation: 0.37, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #8A4640 is Cyan = 0, Magento = 0.49, Yellow = 0.54 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 138 | 70 | 64 | - |
| CMYK | 0 | 0.49 | 0.54 | 0.46 |
| HSL | 4.86º | 0.37% | 0.4% | - |
| HSV(B) | 4.86º | 0.54% | 0.54% | - |
| XYZ | 13.6 | 10.15 | 6.09 | - |
| YUV | 89.65 | 113.53 | 162.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 70 | 64 | 0 | 0.49 | 0.54 | 0.46 | 4.86 | 0.37 | 0.4 |
| Hex | 8A | 46 | 40 | 0 | 31 | 36 | 2E | 5 | 25 | 28 |
| Octal | 212 | 106 | 100 | 0 | 61 | 66 | 56 | 5 | 45 | 50 |
| Binary | 10001010 | 1000110 | 1000000 | 0 | 110001 | 110110 | 101110 | 101 | 100101 | 101000 |
Color Harmonies of #8A4640
Complementary color
Monochromatic Colors of #8A4640
Black with #8A4640
Text Example
Text Example
White with #8A4640
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A4640; }
p { color: rgb(138,70,64); }
H1.HeaderClassName
{
color: #8A4640;
}
.AnyTagClassName
{
color: #8A4640;
}
</style>
background-color css
<style>
a { background-color: #8A4640; }
a { background-color: rgb(138,70,64); }
div.DivClassName
{
background-color: #8A4640;
}
.BgClassName
{
background-color: #8A4640;
}
</style>
border-color css
<style>
span { border-color: #8A4640; }
span { border-color: rgb(138,70,64); }
td.TdClassName
{
border-color: #8A4640;
}
.TagClassName
{
border-color: #8A4640;
}
</style>