Shades of Matrix #904A40
Tints of Matrix #904A40
RGB
CMYK
RGB Variations
Color information
#904A40 (or 0x904A40) is known color: Matrix. HEX triplet: 90, 4A and 40. RGB value is (144,74,64). Sum of RGB (Red+Green+Blue) = 144+74+64=282 (37% of max value = 765). Red value is 144 (56.64% from 255 or 51.06% from 282); Green value is 74 (29.30% from 255 or 26.24% from 282); Blue value is 64 (25.39% from 255 or 22.70% from 282); Max value from RGB is 144 - color contains mainly: red. Hex color #904A40 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #904A40 is #6FB5BF. Grayscale: #5D5D5D. Windows color (decimal): -7321024 or 4213392. OLE color: 4213392.
HSL color Cylindrical-coordinate representation of color #904A40: hue angle of 7.5º degrees, saturation: 0.38, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #904A40 is Cyan = 0, Magento = 0.49, Yellow = 0.56 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 144 | 74 | 64 | - |
| CMYK | 0 | 0.49 | 0.56 | 0.44 |
| HSL | 7.5º | 0.38% | 0.41% | - |
| HSV(B) | 7.5º | 0.56% | 0.56% | - |
| XYZ | 14.88 | 11.2 | 6.23 | - |
| YUV | 93.79 | 111.19 | 163.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 74 | 64 | 0 | 0.49 | 0.56 | 0.44 | 7.5 | 0.38 | 0.41 |
| Hex | 90 | 4A | 40 | 0 | 31 | 38 | 2C | 8 | 26 | 29 |
| Octal | 220 | 112 | 100 | 0 | 61 | 70 | 54 | 10 | 46 | 51 |
| Binary | 10010000 | 1001010 | 1000000 | 0 | 110001 | 111000 | 101100 | 1000 | 100110 | 101001 |
Color Harmonies of #904A40
Complementary color
Monochromatic Colors of #904A40
Black with #904A40
Text Example
Text Example
White with #904A40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #904A40; }
p { color: rgb(144,74,64); }
H1.HeaderClassName
{
color: #904A40;
}
.AnyTagClassName
{
color: #904A40;
}
</style>
background-color css
<style>
a { background-color: #904A40; }
a { background-color: rgb(144,74,64); }
div.DivClassName
{
background-color: #904A40;
}
.BgClassName
{
background-color: #904A40;
}
</style>
border-color css
<style>
span { border-color: #904A40; }
span { border-color: rgb(144,74,64); }
td.TdClassName
{
border-color: #904A40;
}
.TagClassName
{
border-color: #904A40;
}
</style>