Shades of Matrix #89473E
Tints of Matrix #89473E
RGB
CMYK
RGB Variations
Color information
#89473E (or 0x89473E) is known color: Matrix. HEX triplet: 89, 47 and 3E. RGB value is (137,71,62). Sum of RGB (Red+Green+Blue) = 137+71+62=270 (35% of max value = 765). Red value is 137 (53.91% from 255 or 50.74% from 270); Green value is 71 (28.12% from 255 or 26.30% from 270); Blue value is 62 (24.61% from 255 or 22.96% from 270); Max value from RGB is 137 - color contains mainly: red. Hex color #89473E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #89473E is #76B8C1. Grayscale: #595959. Windows color (decimal): -7780546 or 4081545. OLE color: 4081545.
HSL color Cylindrical-coordinate representation of color #89473E: hue angle of 7.2º 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 #89473E is Cyan = 0, Magento = 0.48, Yellow = 0.55 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 137 | 71 | 62 | - |
| CMYK | 0 | 0.48 | 0.55 | 0.46 |
| HSL | 7.2º | 0.38% | 0.39% | - |
| HSV(B) | 7.2º | 0.55% | 0.54% | - |
| XYZ | 13.44 | 10.17 | 5.81 | - |
| YUV | 89.71 | 112.37 | 161.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 71 | 62 | 0 | 0.48 | 0.55 | 0.46 | 7.2 | 0.38 | 0.39 |
| Hex | 89 | 47 | 3E | 0 | 30 | 37 | 2E | 7 | 26 | 27 |
| Octal | 211 | 107 | 76 | 0 | 60 | 67 | 56 | 7 | 46 | 47 |
| Binary | 10001001 | 1000111 | 111110 | 0 | 110000 | 110111 | 101110 | 111 | 100110 | 100111 |
Color Harmonies of #89473E
Complementary color
Monochromatic Colors of #89473E
Black with #89473E
Text Example
Text Example
White with #89473E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #89473E; }
p { color: rgb(137,71,62); }
H1.HeaderClassName
{
color: #89473E;
}
.AnyTagClassName
{
color: #89473E;
}
</style>
background-color css
<style>
a { background-color: #89473E; }
a { background-color: rgb(137,71,62); }
div.DivClassName
{
background-color: #89473E;
}
.BgClassName
{
background-color: #89473E;
}
</style>
border-color css
<style>
span { border-color: #89473E; }
span { border-color: rgb(137,71,62); }
td.TdClassName
{
border-color: #89473E;
}
.TagClassName
{
border-color: #89473E;
}
</style>