Shades of Matrix #8A443E
Tints of Matrix #8A443E
RGB
CMYK
RGB Variations
Color information
#8A443E (or 0x8A443E) is known color: Matrix. HEX triplet: 8A, 44 and 3E. RGB value is (138,68,62). Sum of RGB (Red+Green+Blue) = 138+68+62=268 (35% of max value = 765). Red value is 138 (54.30% from 255 or 51.49% from 268); Green value is 68 (26.95% from 255 or 25.37% from 268); Blue value is 62 (24.61% from 255 or 23.13% from 268); Max value from RGB is 138 - color contains mainly: red. Hex color #8A443E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8A443E is #75BBC1. Grayscale: #585858. Windows color (decimal): -7715778 or 4080778. OLE color: 4080778.
HSL color Cylindrical-coordinate representation of color #8A443E: hue angle of 4.74º degrees, saturation: 0.38, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #8A443E is Cyan = 0, Magento = 0.51, Yellow = 0.55 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 138 | 68 | 62 | - |
| CMYK | 0 | 0.51 | 0.55 | 0.46 |
| HSL | 4.74º | 0.38% | 0.39% | - |
| HSV(B) | 4.74º | 0.55% | 0.54% | - |
| XYZ | 13.42 | 9.89 | 5.76 | - |
| YUV | 88.25 | 113.19 | 163.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 68 | 62 | 0 | 0.51 | 0.55 | 0.46 | 4.74 | 0.38 | 0.39 |
| Hex | 8A | 44 | 3E | 0 | 33 | 37 | 2E | 5 | 26 | 27 |
| Octal | 212 | 104 | 76 | 0 | 63 | 67 | 56 | 5 | 46 | 47 |
| Binary | 10001010 | 1000100 | 111110 | 0 | 110011 | 110111 | 101110 | 101 | 100110 | 100111 |
Color Harmonies of #8A443E
Complementary color
Monochromatic Colors of #8A443E
Black with #8A443E
Text Example
Text Example
White with #8A443E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A443E; }
p { color: rgb(138,68,62); }
H1.HeaderClassName
{
color: #8A443E;
}
.AnyTagClassName
{
color: #8A443E;
}
</style>
background-color css
<style>
a { background-color: #8A443E; }
a { background-color: rgb(138,68,62); }
div.DivClassName
{
background-color: #8A443E;
}
.BgClassName
{
background-color: #8A443E;
}
</style>
border-color css
<style>
span { border-color: #8A443E; }
span { border-color: rgb(138,68,62); }
td.TdClassName
{
border-color: #8A443E;
}
.TagClassName
{
border-color: #8A443E;
}
</style>