Shades of Matrix #904C49
Tints of Matrix #904C49
RGB
CMYK
RGB Variations
Color information
#904C49 (or 0x904C49) is known color: Matrix. HEX triplet: 90, 4C and 49. RGB value is (144,76,73). Sum of RGB (Red+Green+Blue) = 144+76+73=293 (38% of max value = 765). Red value is 144 (56.64% from 255 or 49.15% from 293); Green value is 76 (30.08% from 255 or 25.94% from 293); Blue value is 73 (28.91% from 255 or 24.91% from 293); Max value from RGB is 144 - color contains mainly: red. Hex color #904C49 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #904C49 is #6FB3B6. Grayscale: #606060. Windows color (decimal): -7320503 or 4803728. OLE color: 4803728.
HSL color Cylindrical-coordinate representation of color #904C49: hue angle of 2.54º degrees, saturation: 0.33, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #904C49 is Cyan = 0, Magento = 0.47, Yellow = 0.49 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 144 | 76 | 73 | - |
| CMYK | 0 | 0.47 | 0.49 | 0.44 |
| HSL | 2.54º | 0.33% | 0.43% | - |
| HSV(B) | 2.54º | 0.49% | 0.56% | - |
| XYZ | 15.29 | 11.58 | 7.73 | - |
| YUV | 95.99 | 115.03 | 162.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 76 | 73 | 0 | 0.47 | 0.49 | 0.44 | 2.54 | 0.33 | 0.43 |
| Hex | 90 | 4C | 49 | 0 | 2F | 31 | 2C | 3 | 21 | 2B |
| Octal | 220 | 114 | 111 | 0 | 57 | 61 | 54 | 3 | 41 | 53 |
| Binary | 10010000 | 1001100 | 1001001 | 0 | 101111 | 110001 | 101100 | 11 | 100001 | 101011 |
Color Harmonies of #904C49
Complementary color
Monochromatic Colors of #904C49
Black with #904C49
Text Example
Text Example
White with #904C49
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #904C49; }
p { color: rgb(144,76,73); }
H1.HeaderClassName
{
color: #904C49;
}
.AnyTagClassName
{
color: #904C49;
}
</style>
background-color css
<style>
a { background-color: #904C49; }
a { background-color: rgb(144,76,73); }
div.DivClassName
{
background-color: #904C49;
}
.BgClassName
{
background-color: #904C49;
}
</style>
border-color css
<style>
span { border-color: #904C49; }
span { border-color: rgb(144,76,73); }
td.TdClassName
{
border-color: #904C49;
}
.TagClassName
{
border-color: #904C49;
}
</style>