Shades of Matrix #914D49
Tints of Matrix #914D49
RGB
CMYK
RGB Variations
Color information
#914D49 (or 0x914D49) is known color: Matrix. HEX triplet: 91, 4D and 49. RGB value is (145,77,73). Sum of RGB (Red+Green+Blue) = 145+77+73=295 (39% of max value = 765). Red value is 145 (57.03% from 255 or 49.15% from 295); Green value is 77 (30.47% from 255 or 26.10% from 295); Blue value is 73 (28.91% from 255 or 24.75% from 295); Max value from RGB is 145 - color contains mainly: red. Hex color #914D49 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #914D49 is #6EB2B6. Grayscale: #606060. Windows color (decimal): -7254711 or 4803985. OLE color: 4803985.
HSL color Cylindrical-coordinate representation of color #914D49: hue angle of 3.33º degrees, saturation: 0.33, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #914D49 is Cyan = 0, Magento = 0.47, Yellow = 0.50 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 145 | 77 | 73 | - |
| CMYK | 0 | 0.47 | 0.50 | 0.43 |
| HSL | 3.33º | 0.33% | 0.43% | - |
| HSV(B) | 3.33º | 0.5% | 0.57% | - |
| XYZ | 15.53 | 11.81 | 7.76 | - |
| YUV | 96.88 | 114.53 | 162.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 77 | 73 | 0 | 0.47 | 0.50 | 0.43 | 3.33 | 0.33 | 0.43 |
| Hex | 91 | 4D | 49 | 0 | 2F | 32 | 2B | 3 | 21 | 2B |
| Octal | 221 | 115 | 111 | 0 | 57 | 62 | 53 | 3 | 41 | 53 |
| Binary | 10010001 | 1001101 | 1001001 | 0 | 101111 | 110010 | 101011 | 11 | 100001 | 101011 |
Color Harmonies of #914D49
Complementary color
Monochromatic Colors of #914D49
Black with #914D49
Text Example
Text Example
White with #914D49
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #914D49; }
p { color: rgb(145,77,73); }
H1.HeaderClassName
{
color: #914D49;
}
.AnyTagClassName
{
color: #914D49;
}
</style>
background-color css
<style>
a { background-color: #914D49; }
a { background-color: rgb(145,77,73); }
div.DivClassName
{
background-color: #914D49;
}
.BgClassName
{
background-color: #914D49;
}
</style>
border-color css
<style>
span { border-color: #914D49; }
span { border-color: rgb(145,77,73); }
td.TdClassName
{
border-color: #914D49;
}
.TagClassName
{
border-color: #914D49;
}
</style>