Shades of Matrix #894B41
Tints of Matrix #894B41
RGB
CMYK
RGB Variations
Color information
#894B41 (or 0x894B41) is known color: Matrix. HEX triplet: 89, 4B and 41. RGB value is (137,75,65). Sum of RGB (Red+Green+Blue) = 137+75+65=277 (36% of max value = 765). Red value is 137 (53.91% from 255 or 49.46% from 277); Green value is 75 (29.69% from 255 or 27.08% from 277); Blue value is 65 (25.78% from 255 or 23.47% from 277); Max value from RGB is 137 - color contains mainly: red. Hex color #894B41 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #894B41 is #76B4BE. Grayscale: #5C5C5C. Windows color (decimal): -7779519 or 4279177. OLE color: 4279177.
HSL color Cylindrical-coordinate representation of color #894B41: hue angle of 8.33º degrees, saturation: 0.36, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #894B41 is Cyan = 0, Magento = 0.45, Yellow = 0.53 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 137 | 75 | 65 | - |
| CMYK | 0 | 0.45 | 0.53 | 0.46 |
| HSL | 8.33º | 0.36% | 0.4% | - |
| HSV(B) | 8.33º | 0.53% | 0.54% | - |
| XYZ | 13.79 | 10.73 | 6.35 | - |
| YUV | 92.4 | 112.54 | 159.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 75 | 65 | 0 | 0.45 | 0.53 | 0.46 | 8.33 | 0.36 | 0.4 |
| Hex | 89 | 4B | 41 | 0 | 2D | 35 | 2E | 8 | 24 | 28 |
| Octal | 211 | 113 | 101 | 0 | 55 | 65 | 56 | 10 | 44 | 50 |
| Binary | 10001001 | 1001011 | 1000001 | 0 | 101101 | 110101 | 101110 | 1000 | 100100 | 101000 |
Color Harmonies of #894B41
Complementary color
Monochromatic Colors of #894B41
Black with #894B41
Text Example
Text Example
White with #894B41
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #894B41; }
p { color: rgb(137,75,65); }
H1.HeaderClassName
{
color: #894B41;
}
.AnyTagClassName
{
color: #894B41;
}
</style>
background-color css
<style>
a { background-color: #894B41; }
a { background-color: rgb(137,75,65); }
div.DivClassName
{
background-color: #894B41;
}
.BgClassName
{
background-color: #894B41;
}
</style>
border-color css
<style>
span { border-color: #894B41; }
span { border-color: rgb(137,75,65); }
td.TdClassName
{
border-color: #894B41;
}
.TagClassName
{
border-color: #894B41;
}
</style>