Shades of Matrix #8A4947
Tints of Matrix #8A4947
RGB
CMYK
RGB Variations
Color information
#8A4947 (or 0x8A4947) is known color: Matrix. HEX triplet: 8A, 49 and 47. RGB value is (138,73,71). Sum of RGB (Red+Green+Blue) = 138+73+71=282 (37% of max value = 765). Red value is 138 (54.30% from 255 or 48.94% from 282); Green value is 73 (28.91% from 255 or 25.89% from 282); Blue value is 71 (28.12% from 255 or 25.18% from 282); Max value from RGB is 138 - color contains mainly: red. Hex color #8A4947 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8A4947 is #75B6B8. Grayscale: #5C5C5C. Windows color (decimal): -7714489 or 4671882. OLE color: 4671882.
HSL color Cylindrical-coordinate representation of color #8A4947: hue angle of 1.79º degrees, saturation: 0.32, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #8A4947 is Cyan = 0, Magento = 0.47, Yellow = 0.49 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 138 | 73 | 71 | - |
| CMYK | 0 | 0.47 | 0.49 | 0.46 |
| HSL | 1.79º | 0.32% | 0.41% | - |
| HSV(B) | 1.79º | 0.49% | 0.54% | - |
| XYZ | 14 | 10.62 | 7.27 | - |
| YUV | 92.21 | 116.03 | 160.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 73 | 71 | 0 | 0.47 | 0.49 | 0.46 | 1.79 | 0.32 | 0.41 |
| Hex | 8A | 49 | 47 | 0 | 2F | 31 | 2E | 2 | 20 | 29 |
| Octal | 212 | 111 | 107 | 0 | 57 | 61 | 56 | 2 | 40 | 51 |
| Binary | 10001010 | 1001001 | 1000111 | 0 | 101111 | 110001 | 101110 | 10 | 100000 | 101001 |
Color Harmonies of #8A4947
Complementary color
Monochromatic Colors of #8A4947
Black with #8A4947
Text Example
Text Example
White with #8A4947
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A4947; }
p { color: rgb(138,73,71); }
H1.HeaderClassName
{
color: #8A4947;
}
.AnyTagClassName
{
color: #8A4947;
}
</style>
background-color css
<style>
a { background-color: #8A4947; }
a { background-color: rgb(138,73,71); }
div.DivClassName
{
background-color: #8A4947;
}
.BgClassName
{
background-color: #8A4947;
}
</style>
border-color css
<style>
span { border-color: #8A4947; }
span { border-color: rgb(138,73,71); }
td.TdClassName
{
border-color: #8A4947;
}
.TagClassName
{
border-color: #8A4947;
}
</style>