Shades of Matrix #944945
Tints of Matrix #944945
RGB
CMYK
RGB Variations
Color information
#944945 (or 0x944945) is known color: Matrix. HEX triplet: 94, 49 and 45. RGB value is (148,73,69). Sum of RGB (Red+Green+Blue) = 148+73+69=290 (38% of max value = 765). Red value is 148 (58.20% from 255 or 51.03% from 290); Green value is 73 (28.91% from 255 or 25.17% from 290); Blue value is 69 (27.34% from 255 or 23.79% from 290); Max value from RGB is 148 - color contains mainly: red. Hex color #944945 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #944945 is #6BB6BA. Grayscale: #5F5F5F. Windows color (decimal): -7059131 or 4540820. OLE color: 4540820.
HSL color Cylindrical-coordinate representation of color #944945: hue angle of 3.04º degrees, saturation: 0.36, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #944945 is Cyan = 0, Magento = 0.51, Yellow = 0.53 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 148 | 73 | 69 | - |
| CMYK | 0 | 0.51 | 0.53 | 0.42 |
| HSL | 3.04º | 0.36% | 0.43% | - |
| HSV(B) | 3.04º | 0.53% | 0.58% | - |
| XYZ | 15.67 | 11.49 | 7.02 | - |
| YUV | 94.97 | 113.35 | 165.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 73 | 69 | 0 | 0.51 | 0.53 | 0.42 | 3.04 | 0.36 | 0.43 |
| Hex | 94 | 49 | 45 | 0 | 33 | 35 | 2A | 3 | 24 | 2B |
| Octal | 224 | 111 | 105 | 0 | 63 | 65 | 52 | 3 | 44 | 53 |
| Binary | 10010100 | 1001001 | 1000101 | 0 | 110011 | 110101 | 101010 | 11 | 100100 | 101011 |
Color Harmonies of #944945
Complementary color
Monochromatic Colors of #944945
Black with #944945
Text Example
Text Example
White with #944945
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #944945; }
p { color: rgb(148,73,69); }
H1.HeaderClassName
{
color: #944945;
}
.AnyTagClassName
{
color: #944945;
}
</style>
background-color css
<style>
a { background-color: #944945; }
a { background-color: rgb(148,73,69); }
div.DivClassName
{
background-color: #944945;
}
.BgClassName
{
background-color: #944945;
}
</style>
border-color css
<style>
span { border-color: #944945; }
span { border-color: rgb(148,73,69); }
td.TdClassName
{
border-color: #944945;
}
.TagClassName
{
border-color: #944945;
}
</style>