Shades of Matrix #944844
Tints of Matrix #944844
RGB
CMYK
RGB Variations
Color information
#944844 (or 0x944844) is known color: Matrix. HEX triplet: 94, 48 and 44. RGB value is (148,72,68). Sum of RGB (Red+Green+Blue) = 148+72+68=288 (38% of max value = 765). Red value is 148 (58.20% from 255 or 51.39% from 288); Green value is 72 (28.52% from 255 or 25% from 288); Blue value is 68 (26.95% from 255 or 23.61% from 288); Max value from RGB is 148 - color contains mainly: red. Hex color #944844 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #944844 is #6BB7BB. Grayscale: #5E5E5E. Windows color (decimal): -7059388 or 4475028. OLE color: 4475028.
HSL color Cylindrical-coordinate representation of color #944844: hue angle of 3º degrees, saturation: 0.37, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #944844 is Cyan = 0, Magento = 0.51, Yellow = 0.54 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 148 | 72 | 68 | - |
| CMYK | 0 | 0.51 | 0.54 | 0.42 |
| HSL | 3º | 0.37% | 0.42% | - |
| HSV(B) | 3º | 0.54% | 0.58% | - |
| XYZ | 15.57 | 11.35 | 6.84 | - |
| YUV | 94.27 | 113.18 | 166.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 72 | 68 | 0 | 0.51 | 0.54 | 0.42 | 3 | 0.37 | 0.42 |
| Hex | 94 | 48 | 44 | 0 | 33 | 36 | 2A | 3 | 25 | 2A |
| Octal | 224 | 110 | 104 | 0 | 63 | 66 | 52 | 3 | 45 | 52 |
| Binary | 10010100 | 1001000 | 1000100 | 0 | 110011 | 110110 | 101010 | 11 | 100101 | 101010 |
Color Harmonies of #944844
Complementary color
Monochromatic Colors of #944844
Black with #944844
Text Example
Text Example
White with #944844
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #944844; }
p { color: rgb(148,72,68); }
H1.HeaderClassName
{
color: #944844;
}
.AnyTagClassName
{
color: #944844;
}
</style>
background-color css
<style>
a { background-color: #944844; }
a { background-color: rgb(148,72,68); }
div.DivClassName
{
background-color: #944844;
}
.BgClassName
{
background-color: #944844;
}
</style>
border-color css
<style>
span { border-color: #944844; }
span { border-color: rgb(148,72,68); }
td.TdClassName
{
border-color: #944844;
}
.TagClassName
{
border-color: #944844;
}
</style>