Shades of Matrix #914949
Tints of Matrix #914949
RGB
CMYK
RGB Variations
Color information
#914949 (or 0x914949) is known color: Matrix. HEX triplet: 91, 49 and 49. RGB value is (145,73,73). Sum of RGB (Red+Green+Blue) = 145+73+73=291 (38% of max value = 765). Red value is 145 (57.03% from 255 or 49.83% from 291); Green value is 73 (28.91% from 255 or 25.09% from 291); Blue value is 73 (28.91% from 255 or 25.09% from 291); Max value from RGB is 145 - color contains mainly: red. Hex color #914949 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #914949 is #6EB6B6. Grayscale: #5E5E5E. Windows color (decimal): -7255735 or 4802961. OLE color: 4802961.
HSL color Cylindrical-coordinate representation of color #914949: hue angle of 0º 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 #914949 is Cyan = 0, Magento = 0.50, Yellow = 0.50 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 145 | 73 | 73 | - |
| CMYK | 0 | 0.50 | 0.50 | 0.43 |
| HSL | 0º | 0.33% | 0.43% | - |
| HSV(B) | 0º | 0.5% | 0.57% | - |
| XYZ | 15.26 | 11.27 | 7.67 | - |
| YUV | 94.53 | 115.85 | 164 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 73 | 73 | 0 | 0.50 | 0.50 | 0.43 | 0 | 0.33 | 0.43 |
| Hex | 91 | 49 | 49 | 0 | 32 | 32 | 2B | 0 | 21 | 2B |
| Octal | 221 | 111 | 111 | 0 | 62 | 62 | 53 | 0 | 41 | 53 |
| Binary | 10010001 | 1001001 | 1001001 | 0 | 110010 | 110010 | 101011 | 0 | 100001 | 101011 |
Color Harmonies of #914949
Complementary color
Monochromatic Colors of #914949
Black with #914949
Text Example
Text Example
White with #914949
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #914949; }
p { color: rgb(145,73,73); }
H1.HeaderClassName
{
color: #914949;
}
.AnyTagClassName
{
color: #914949;
}
</style>
background-color css
<style>
a { background-color: #914949; }
a { background-color: rgb(145,73,73); }
div.DivClassName
{
background-color: #914949;
}
.BgClassName
{
background-color: #914949;
}
</style>
border-color css
<style>
span { border-color: #914949; }
span { border-color: rgb(145,73,73); }
td.TdClassName
{
border-color: #914949;
}
.TagClassName
{
border-color: #914949;
}
</style>