Shades of Matrix #904A42
Tints of Matrix #904A42
RGB
CMYK
RGB Variations
Color information
#904A42 (or 0x904A42) is known color: Matrix. HEX triplet: 90, 4A and 42. RGB value is (144,74,66). Sum of RGB (Red+Green+Blue) = 144+74+66=284 (37% of max value = 765). Red value is 144 (56.64% from 255 or 50.70% from 284); Green value is 74 (29.30% from 255 or 26.06% from 284); Blue value is 66 (26.17% from 255 or 23.24% from 284); Max value from RGB is 144 - color contains mainly: red. Hex color #904A42 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #904A42 is #6FB5BD. Grayscale: #5E5E5E. Windows color (decimal): -7321022 or 4344464. OLE color: 4344464.
HSL color Cylindrical-coordinate representation of color #904A42: hue angle of 6.15º degrees, saturation: 0.37, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #904A42 is Cyan = 0, Magento = 0.49, Yellow = 0.54 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 144 | 74 | 66 | - |
| CMYK | 0 | 0.49 | 0.54 | 0.44 |
| HSL | 6.15º | 0.37% | 0.41% | - |
| HSV(B) | 6.15º | 0.54% | 0.56% | - |
| XYZ | 14.93 | 11.22 | 6.53 | - |
| YUV | 94.02 | 112.19 | 163.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 74 | 66 | 0 | 0.49 | 0.54 | 0.44 | 6.15 | 0.37 | 0.41 |
| Hex | 90 | 4A | 42 | 0 | 31 | 36 | 2C | 6 | 25 | 29 |
| Octal | 220 | 112 | 102 | 0 | 61 | 66 | 54 | 6 | 45 | 51 |
| Binary | 10010000 | 1001010 | 1000010 | 0 | 110001 | 110110 | 101100 | 110 | 100101 | 101001 |
Color Harmonies of #904A42
Complementary color
Monochromatic Colors of #904A42
Black with #904A42
Text Example
Text Example
White with #904A42
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #904A42; }
p { color: rgb(144,74,66); }
H1.HeaderClassName
{
color: #904A42;
}
.AnyTagClassName
{
color: #904A42;
}
</style>
background-color css
<style>
a { background-color: #904A42; }
a { background-color: rgb(144,74,66); }
div.DivClassName
{
background-color: #904A42;
}
.BgClassName
{
background-color: #904A42;
}
</style>
border-color css
<style>
span { border-color: #904A42; }
span { border-color: rgb(144,74,66); }
td.TdClassName
{
border-color: #904A42;
}
.TagClassName
{
border-color: #904A42;
}
</style>