Shades of Matrix #894643
Tints of Matrix #894643
RGB
CMYK
RGB Variations
Color information
#894643 (or 0x894643) is known color: Matrix. HEX triplet: 89, 46 and 43. RGB value is (137,70,67). Sum of RGB (Red+Green+Blue) = 137+70+67=274 (36% of max value = 765). Red value is 137 (53.91% from 255 or 50% from 274); Green value is 70 (27.73% from 255 or 25.55% from 274); Blue value is 67 (26.56% from 255 or 24.45% from 274); Max value from RGB is 137 - color contains mainly: red. Hex color #894643 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #894643 is #76B9BC. Grayscale: #595959. Windows color (decimal): -7780797 or 4408969. OLE color: 4408969.
HSL color Cylindrical-coordinate representation of color #894643: hue angle of 2.57º degrees, saturation: 0.34, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #894643 is Cyan = 0, Magento = 0.49, Yellow = 0.51 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 137 | 70 | 67 | - |
| CMYK | 0 | 0.49 | 0.51 | 0.46 |
| HSL | 2.57º | 0.34% | 0.4% | - |
| HSV(B) | 2.57º | 0.51% | 0.54% | - |
| XYZ | 13.52 | 10.1 | 6.55 | - |
| YUV | 89.69 | 115.2 | 161.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 70 | 67 | 0 | 0.49 | 0.51 | 0.46 | 2.57 | 0.34 | 0.4 |
| Hex | 89 | 46 | 43 | 0 | 31 | 33 | 2E | 3 | 22 | 28 |
| Octal | 211 | 106 | 103 | 0 | 61 | 63 | 56 | 3 | 42 | 50 |
| Binary | 10001001 | 1000110 | 1000011 | 0 | 110001 | 110011 | 101110 | 11 | 100010 | 101000 |
Color Harmonies of #894643
Complementary color
Monochromatic Colors of #894643
Black with #894643
Text Example
Text Example
White with #894643
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #894643; }
p { color: rgb(137,70,67); }
H1.HeaderClassName
{
color: #894643;
}
.AnyTagClassName
{
color: #894643;
}
</style>
background-color css
<style>
a { background-color: #894643; }
a { background-color: rgb(137,70,67); }
div.DivClassName
{
background-color: #894643;
}
.BgClassName
{
background-color: #894643;
}
</style>
border-color css
<style>
span { border-color: #894643; }
span { border-color: rgb(137,70,67); }
td.TdClassName
{
border-color: #894643;
}
.TagClassName
{
border-color: #894643;
}
</style>