Shades of Matrix #89463D
Tints of Matrix #89463D
RGB
CMYK
RGB Variations
Color information
#89463D (or 0x89463D) is known color: Matrix. HEX triplet: 89, 46 and 3D. RGB value is (137,70,61). Sum of RGB (Red+Green+Blue) = 137+70+61=268 (35% of max value = 765). Red value is 137 (53.91% from 255 or 51.12% from 268); Green value is 70 (27.73% from 255 or 26.12% from 268); Blue value is 61 (24.22% from 255 or 22.76% from 268); Max value from RGB is 137 - color contains mainly: red. Hex color #89463D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #89463D is #76B9C2. Grayscale: #595959. Windows color (decimal): -7780803 or 4015753. OLE color: 4015753.
HSL color Cylindrical-coordinate representation of color #89463D: hue angle of 7.11º 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 #89463D is Cyan = 0, Magento = 0.49, Yellow = 0.55 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 137 | 70 | 61 | - |
| CMYK | 0 | 0.49 | 0.55 | 0.46 |
| HSL | 7.11º | 0.38% | 0.39% | - |
| HSV(B) | 7.11º | 0.55% | 0.54% | - |
| XYZ | 13.35 | 10.04 | 5.65 | - |
| YUV | 89.01 | 112.2 | 162.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 70 | 61 | 0 | 0.49 | 0.55 | 0.46 | 7.11 | 0.38 | 0.39 |
| Hex | 89 | 46 | 3D | 0 | 31 | 37 | 2E | 7 | 26 | 27 |
| Octal | 211 | 106 | 75 | 0 | 61 | 67 | 56 | 7 | 46 | 47 |
| Binary | 10001001 | 1000110 | 111101 | 0 | 110001 | 110111 | 101110 | 111 | 100110 | 100111 |
Color Harmonies of #89463D
Complementary color
Monochromatic Colors of #89463D
Black with #89463D
Text Example
Text Example
White with #89463D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #89463D; }
p { color: rgb(137,70,61); }
H1.HeaderClassName
{
color: #89463D;
}
.AnyTagClassName
{
color: #89463D;
}
</style>
background-color css
<style>
a { background-color: #89463D; }
a { background-color: rgb(137,70,61); }
div.DivClassName
{
background-color: #89463D;
}
.BgClassName
{
background-color: #89463D;
}
</style>
border-color css
<style>
span { border-color: #89463D; }
span { border-color: rgb(137,70,61); }
td.TdClassName
{
border-color: #89463D;
}
.TagClassName
{
border-color: #89463D;
}
</style>