Shades of Matrix #89453C
Tints of Matrix #89453C
RGB
CMYK
RGB Variations
Color information
#89453C (or 0x89453C) is known color: Matrix. HEX triplet: 89, 45 and 3C. RGB value is (137,69,60). Sum of RGB (Red+Green+Blue) = 137+69+60=266 (35% of max value = 765). Red value is 137 (53.91% from 255 or 51.50% from 266); Green value is 69 (27.34% from 255 or 25.94% from 266); Blue value is 60 (23.83% from 255 or 22.56% from 266); Max value from RGB is 137 - color contains mainly: red. Hex color #89453C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #89453C is #76BAC3. Grayscale: #585858. Windows color (decimal): -7781060 or 3949961. OLE color: 3949961.
HSL color Cylindrical-coordinate representation of color #89453C: hue angle of 7.01º degrees, saturation: 0.39, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #89453C is Cyan = 0, Magento = 0.50, Yellow = 0.56 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 137 | 69 | 60 | - |
| CMYK | 0 | 0.50 | 0.56 | 0.46 |
| HSL | 7.01º | 0.39% | 0.39% | - |
| HSV(B) | 7.01º | 0.56% | 0.54% | - |
| XYZ | 13.26 | 9.9 | 5.49 | - |
| YUV | 88.31 | 112.03 | 162.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 69 | 60 | 0 | 0.50 | 0.56 | 0.46 | 7.01 | 0.39 | 0.39 |
| Hex | 89 | 45 | 3C | 0 | 32 | 38 | 2E | 7 | 27 | 27 |
| Octal | 211 | 105 | 74 | 0 | 62 | 70 | 56 | 7 | 47 | 47 |
| Binary | 10001001 | 1000101 | 111100 | 0 | 110010 | 111000 | 101110 | 111 | 100111 | 100111 |
Color Harmonies of #89453C
Complementary color
Monochromatic Colors of #89453C
Black with #89453C
Text Example
Text Example
White with #89453C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #89453C; }
p { color: rgb(137,69,60); }
H1.HeaderClassName
{
color: #89453C;
}
.AnyTagClassName
{
color: #89453C;
}
</style>
background-color css
<style>
a { background-color: #89453C; }
a { background-color: rgb(137,69,60); }
div.DivClassName
{
background-color: #89453C;
}
.BgClassName
{
background-color: #89453C;
}
</style>
border-color css
<style>
span { border-color: #89453C; }
span { border-color: rgb(137,69,60); }
td.TdClassName
{
border-color: #89453C;
}
.TagClassName
{
border-color: #89453C;
}
</style>