Shades of Matrix #904744
Tints of Matrix #904744
RGB
CMYK
RGB Variations
Color information
#904744 (or 0x904744) is known color: Matrix. HEX triplet: 90, 47 and 44. RGB value is (144,71,68). Sum of RGB (Red+Green+Blue) = 144+71+68=283 (37% of max value = 765). Red value is 144 (56.64% from 255 or 50.88% from 283); Green value is 71 (28.12% from 255 or 25.09% from 283); Blue value is 68 (26.95% from 255 or 24.03% from 283); Max value from RGB is 144 - color contains mainly: red. Hex color #904744 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #904744 is #6FB8BB. Grayscale: #5C5C5C. Windows color (decimal): -7321788 or 4474768. OLE color: 4474768.
HSL color Cylindrical-coordinate representation of color #904744: hue angle of 2.37º 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 #904744 is Cyan = 0, Magento = 0.51, Yellow = 0.53 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 144 | 71 | 68 | - |
| CMYK | 0 | 0.51 | 0.53 | 0.44 |
| HSL | 2.37º | 0.36% | 0.42% | - |
| HSV(B) | 2.37º | 0.53% | 0.56% | - |
| XYZ | 14.8 | 10.85 | 6.78 | - |
| YUV | 92.49 | 114.18 | 164.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 71 | 68 | 0 | 0.51 | 0.53 | 0.44 | 2.37 | 0.36 | 0.42 |
| Hex | 90 | 47 | 44 | 0 | 33 | 35 | 2C | 2 | 24 | 2A |
| Octal | 220 | 107 | 104 | 0 | 63 | 65 | 54 | 2 | 44 | 52 |
| Binary | 10010000 | 1000111 | 1000100 | 0 | 110011 | 110101 | 101100 | 10 | 100100 | 101010 |
Color Harmonies of #904744
Complementary color
Monochromatic Colors of #904744
Black with #904744
Text Example
Text Example
White with #904744
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #904744; }
p { color: rgb(144,71,68); }
H1.HeaderClassName
{
color: #904744;
}
.AnyTagClassName
{
color: #904744;
}
</style>
background-color css
<style>
a { background-color: #904744; }
a { background-color: rgb(144,71,68); }
div.DivClassName
{
background-color: #904744;
}
.BgClassName
{
background-color: #904744;
}
</style>
border-color css
<style>
span { border-color: #904744; }
span { border-color: rgb(144,71,68); }
td.TdClassName
{
border-color: #904744;
}
.TagClassName
{
border-color: #904744;
}
</style>