Shades of Matrix #914940
Tints of Matrix #914940
RGB
CMYK
RGB Variations
Color information
#914940 (or 0x914940) is known color: Matrix. HEX triplet: 91, 49 and 40. RGB value is (145,73,64). Sum of RGB (Red+Green+Blue) = 145+73+64=282 (37% of max value = 765). Red value is 145 (57.03% from 255 or 51.42% from 282); Green value is 73 (28.91% from 255 or 25.89% from 282); Blue value is 64 (25.39% from 255 or 22.70% from 282); Max value from RGB is 145 - color contains mainly: red. Hex color #914940 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #914940 is #6EB6BF. Grayscale: #5D5D5D. Windows color (decimal): -7255744 or 4213137. OLE color: 4213137.
HSL color Cylindrical-coordinate representation of color #914940: hue angle of 6.67º degrees, saturation: 0.39, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #914940 is Cyan = 0, Magento = 0.50, Yellow = 0.56 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 145 | 73 | 64 | - |
| CMYK | 0 | 0.50 | 0.56 | 0.43 |
| HSL | 6.67º | 0.39% | 0.41% | - |
| HSV(B) | 6.67º | 0.56% | 0.57% | - |
| XYZ | 14.99 | 11.16 | 6.21 | - |
| YUV | 93.5 | 111.35 | 164.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 73 | 64 | 0 | 0.50 | 0.56 | 0.43 | 6.67 | 0.39 | 0.41 |
| Hex | 91 | 49 | 40 | 0 | 32 | 38 | 2B | 7 | 27 | 29 |
| Octal | 221 | 111 | 100 | 0 | 62 | 70 | 53 | 7 | 47 | 51 |
| Binary | 10010001 | 1001001 | 1000000 | 0 | 110010 | 111000 | 101011 | 111 | 100111 | 101001 |
Color Harmonies of #914940
Complementary color
Monochromatic Colors of #914940
Black with #914940
Text Example
Text Example
White with #914940
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #914940; }
p { color: rgb(145,73,64); }
H1.HeaderClassName
{
color: #914940;
}
.AnyTagClassName
{
color: #914940;
}
</style>
background-color css
<style>
a { background-color: #914940; }
a { background-color: rgb(145,73,64); }
div.DivClassName
{
background-color: #914940;
}
.BgClassName
{
background-color: #914940;
}
</style>
border-color css
<style>
span { border-color: #914940; }
span { border-color: rgb(145,73,64); }
td.TdClassName
{
border-color: #914940;
}
.TagClassName
{
border-color: #914940;
}
</style>