Shades of Matrix #894343
Tints of Matrix #894343
RGB
CMYK
RGB Variations
Color information
#894343 (or 0x894343) is known color: Matrix. HEX triplet: 89, 43 and 43. RGB value is (137,67,67). Sum of RGB (Red+Green+Blue) = 137+67+67=271 (35% of max value = 765). Red value is 137 (53.91% from 255 or 50.55% from 271); Green value is 67 (26.56% from 255 or 24.72% from 271); Blue value is 67 (26.56% from 255 or 24.72% from 271); Max value from RGB is 137 - color contains mainly: red. Hex color #894343 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #894343 is #76BCBC. Grayscale: #585858. Windows color (decimal): -7781565 or 4408201. OLE color: 4408201.
HSL color Cylindrical-coordinate representation of color #894343: hue angle of 0º 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 #894343 is Cyan = 0, Magento = 0.51, Yellow = 0.51 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 137 | 67 | 67 | - |
| CMYK | 0 | 0.51 | 0.51 | 0.46 |
| HSL | 0º | 0.34% | 0.4% | - |
| HSV(B) | 0º | 0.51% | 0.54% | - |
| XYZ | 13.34 | 9.74 | 6.49 | - |
| YUV | 87.93 | 116.19 | 163 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 67 | 67 | 0 | 0.51 | 0.51 | 0.46 | 0 | 0.34 | 0.4 |
| Hex | 89 | 43 | 43 | 0 | 33 | 33 | 2E | 0 | 22 | 28 |
| Octal | 211 | 103 | 103 | 0 | 63 | 63 | 56 | 0 | 42 | 50 |
| Binary | 10001001 | 1000011 | 1000011 | 0 | 110011 | 110011 | 101110 | 0 | 100010 | 101000 |
Color Harmonies of #894343
Complementary color
Monochromatic Colors of #894343
Black with #894343
Text Example
Text Example
White with #894343
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #894343; }
p { color: rgb(137,67,67); }
H1.HeaderClassName
{
color: #894343;
}
.AnyTagClassName
{
color: #894343;
}
</style>
background-color css
<style>
a { background-color: #894343; }
a { background-color: rgb(137,67,67); }
div.DivClassName
{
background-color: #894343;
}
.BgClassName
{
background-color: #894343;
}
</style>
border-color css
<style>
span { border-color: #894343; }
span { border-color: rgb(137,67,67); }
td.TdClassName
{
border-color: #894343;
}
.TagClassName
{
border-color: #894343;
}
</style>