Shades of Matrix #904A47
Tints of Matrix #904A47
RGB
CMYK
RGB Variations
Color information
#904A47 (or 0x904A47) is known color: Matrix. HEX triplet: 90, 4A and 47. RGB value is (144,74,71). Sum of RGB (Red+Green+Blue) = 144+74+71=289 (38% of max value = 765). Red value is 144 (56.64% from 255 or 49.83% from 289); Green value is 74 (29.30% from 255 or 25.61% from 289); Blue value is 71 (28.12% from 255 or 24.57% from 289); Max value from RGB is 144 - color contains mainly: red. Hex color #904A47 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #904A47 is #6FB5B8. Grayscale: #5E5E5E. Windows color (decimal): -7321017 or 4672144. OLE color: 4672144.
HSL color Cylindrical-coordinate representation of color #904A47: hue angle of 2.47º degrees, saturation: 0.34, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #904A47 is Cyan = 0, Magento = 0.49, Yellow = 0.51 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 144 | 74 | 71 | - |
| CMYK | 0 | 0.49 | 0.51 | 0.44 |
| HSL | 2.47º | 0.34% | 0.42% | - |
| HSV(B) | 2.47º | 0.51% | 0.56% | - |
| XYZ | 15.09 | 11.28 | 7.34 | - |
| YUV | 94.59 | 114.69 | 163.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 74 | 71 | 0 | 0.49 | 0.51 | 0.44 | 2.47 | 0.34 | 0.42 |
| Hex | 90 | 4A | 47 | 0 | 31 | 33 | 2C | 2 | 22 | 2A |
| Octal | 220 | 112 | 107 | 0 | 61 | 63 | 54 | 2 | 42 | 52 |
| Binary | 10010000 | 1001010 | 1000111 | 0 | 110001 | 110011 | 101100 | 10 | 100010 | 101010 |
Color Harmonies of #904A47
Complementary color
Monochromatic Colors of #904A47
Black with #904A47
Text Example
Text Example
White with #904A47
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #904A47; }
p { color: rgb(144,74,71); }
H1.HeaderClassName
{
color: #904A47;
}
.AnyTagClassName
{
color: #904A47;
}
</style>
background-color css
<style>
a { background-color: #904A47; }
a { background-color: rgb(144,74,71); }
div.DivClassName
{
background-color: #904A47;
}
.BgClassName
{
background-color: #904A47;
}
</style>
border-color css
<style>
span { border-color: #904A47; }
span { border-color: rgb(144,74,71); }
td.TdClassName
{
border-color: #904A47;
}
.TagClassName
{
border-color: #904A47;
}
</style>