Shades of Matrix #904740
Tints of Matrix #904740
RGB
CMYK
RGB Variations
Color information
#904740 (or 0x904740) is known color: Matrix. HEX triplet: 90, 47 and 40. RGB value is (144,71,64). Sum of RGB (Red+Green+Blue) = 144+71+64=279 (36% of max value = 765). Red value is 144 (56.64% from 255 or 51.61% from 279); Green value is 71 (28.12% from 255 or 25.45% from 279); Blue value is 64 (25.39% from 255 or 22.94% from 279); Max value from RGB is 144 - color contains mainly: red. Hex color #904740 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #904740 is #6FB8BF. Grayscale: #5C5C5C. Windows color (decimal): -7321792 or 4212624. OLE color: 4212624.
HSL color Cylindrical-coordinate representation of color #904740: hue angle of 5.25º 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 #904740 is Cyan = 0, Magento = 0.51, Yellow = 0.56 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 144 | 71 | 64 | - |
| CMYK | 0 | 0.51 | 0.56 | 0.44 |
| HSL | 5.25º | 0.38% | 0.41% | - |
| HSV(B) | 5.25º | 0.56% | 0.56% | - |
| XYZ | 14.68 | 10.81 | 6.16 | - |
| YUV | 92.03 | 112.18 | 165.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 71 | 64 | 0 | 0.51 | 0.56 | 0.44 | 5.25 | 0.38 | 0.41 |
| Hex | 90 | 47 | 40 | 0 | 33 | 38 | 2C | 5 | 26 | 29 |
| Octal | 220 | 107 | 100 | 0 | 63 | 70 | 54 | 5 | 46 | 51 |
| Binary | 10010000 | 1000111 | 1000000 | 0 | 110011 | 111000 | 101100 | 101 | 100110 | 101001 |
Color Harmonies of #904740
Complementary color
Monochromatic Colors of #904740
Black with #904740
Text Example
Text Example
White with #904740
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #904740; }
p { color: rgb(144,71,64); }
H1.HeaderClassName
{
color: #904740;
}
.AnyTagClassName
{
color: #904740;
}
</style>
background-color css
<style>
a { background-color: #904740; }
a { background-color: rgb(144,71,64); }
div.DivClassName
{
background-color: #904740;
}
.BgClassName
{
background-color: #904740;
}
</style>
border-color css
<style>
span { border-color: #904740; }
span { border-color: rgb(144,71,64); }
td.TdClassName
{
border-color: #904740;
}
.TagClassName
{
border-color: #904740;
}
</style>