Shades of Matrix #894845
Tints of Matrix #894845
RGB
CMYK
RGB Variations
Color information
#894845 (or 0x894845) is known color: Matrix. HEX triplet: 89, 48 and 45. RGB value is (137,72,69). Sum of RGB (Red+Green+Blue) = 137+72+69=278 (36% of max value = 765). Red value is 137 (53.91% from 255 or 49.28% from 278); Green value is 72 (28.52% from 255 or 25.90% from 278); Blue value is 69 (27.34% from 255 or 24.82% from 278); Max value from RGB is 137 - color contains mainly: red. Hex color #894845 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #894845 is #76B7BA. Grayscale: #5B5B5B. Windows color (decimal): -7780283 or 4540553. OLE color: 4540553.
HSL color Cylindrical-coordinate representation of color #894845: hue angle of 2.65º degrees, saturation: 0.33, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #894845 is Cyan = 0, Magento = 0.47, Yellow = 0.50 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 137 | 72 | 69 | - |
| CMYK | 0 | 0.47 | 0.50 | 0.46 |
| HSL | 2.65º | 0.33% | 0.4% | - |
| HSV(B) | 2.65º | 0.5% | 0.54% | - |
| XYZ | 13.71 | 10.38 | 6.91 | - |
| YUV | 91.09 | 115.53 | 160.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 72 | 69 | 0 | 0.47 | 0.50 | 0.46 | 2.65 | 0.33 | 0.4 |
| Hex | 89 | 48 | 45 | 0 | 2F | 32 | 2E | 3 | 21 | 28 |
| Octal | 211 | 110 | 105 | 0 | 57 | 62 | 56 | 3 | 41 | 50 |
| Binary | 10001001 | 1001000 | 1000101 | 0 | 101111 | 110010 | 101110 | 11 | 100001 | 101000 |
Color Harmonies of #894845
Complementary color
Monochromatic Colors of #894845
Black with #894845
Text Example
Text Example
White with #894845
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #894845; }
p { color: rgb(137,72,69); }
H1.HeaderClassName
{
color: #894845;
}
.AnyTagClassName
{
color: #894845;
}
</style>
background-color css
<style>
a { background-color: #894845; }
a { background-color: rgb(137,72,69); }
div.DivClassName
{
background-color: #894845;
}
.BgClassName
{
background-color: #894845;
}
</style>
border-color css
<style>
span { border-color: #894845; }
span { border-color: rgb(137,72,69); }
td.TdClassName
{
border-color: #894845;
}
.TagClassName
{
border-color: #894845;
}
</style>