Shades of Matrix #904444
Tints of Matrix #904444
RGB
CMYK
RGB Variations
Color information
#904444 (or 0x904444) is known color: Matrix. HEX triplet: 90, 44 and 44. RGB value is (144,68,68). Sum of RGB (Red+Green+Blue) = 144+68+68=280 (37% of max value = 765). Red value is 144 (56.64% from 255 or 51.43% from 280); Green value is 68 (26.95% from 255 or 24.29% from 280); Blue value is 68 (26.95% from 255 or 24.29% from 280); Max value from RGB is 144 - color contains mainly: red. Hex color #904444 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #904444 is #6FBBBB. Grayscale: #5A5A5A. Windows color (decimal): -7322556 or 4474000. OLE color: 4474000.
HSL color Cylindrical-coordinate representation of color #904444: hue angle of 0º degrees, saturation: 0.36, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #904444 is Cyan = 0, Magento = 0.53, Yellow = 0.53 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 144 | 68 | 68 | - |
| CMYK | 0 | 0.53 | 0.53 | 0.44 |
| HSL | 0º | 0.36% | 0.42% | - |
| HSV(B) | 0º | 0.53% | 0.56% | - |
| XYZ | 14.61 | 10.48 | 6.72 | - |
| YUV | 90.72 | 115.18 | 166 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 68 | 68 | 0 | 0.53 | 0.53 | 0.44 | 0 | 0.36 | 0.42 |
| Hex | 90 | 44 | 44 | 0 | 35 | 35 | 2C | 0 | 24 | 2A |
| Octal | 220 | 104 | 104 | 0 | 65 | 65 | 54 | 0 | 44 | 52 |
| Binary | 10010000 | 1000100 | 1000100 | 0 | 110101 | 110101 | 101100 | 0 | 100100 | 101010 |
Color Harmonies of #904444
Complementary color
Monochromatic Colors of #904444
Black with #904444
Text Example
Text Example
White with #904444
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #904444; }
p { color: rgb(144,68,68); }
H1.HeaderClassName
{
color: #904444;
}
.AnyTagClassName
{
color: #904444;
}
</style>
background-color css
<style>
a { background-color: #904444; }
a { background-color: rgb(144,68,68); }
div.DivClassName
{
background-color: #904444;
}
.BgClassName
{
background-color: #904444;
}
</style>
border-color css
<style>
span { border-color: #904444; }
span { border-color: rgb(144,68,68); }
td.TdClassName
{
border-color: #904444;
}
.TagClassName
{
border-color: #904444;
}
</style>