Shades of Matrix #944848
Tints of Matrix #944848
RGB
CMYK
RGB Variations
Color information
#944848 (or 0x944848) is known color: Matrix. HEX triplet: 94, 48 and 48. RGB value is (148,72,72). Sum of RGB (Red+Green+Blue) = 148+72+72=292 (38% of max value = 765). Red value is 148 (58.20% from 255 or 50.68% from 292); Green value is 72 (28.52% from 255 or 24.66% from 292); Blue value is 72 (28.52% from 255 or 24.66% from 292); Max value from RGB is 148 - color contains mainly: red. Hex color #944848 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #944848 is #6BB7B7. Grayscale: #5E5E5E. Windows color (decimal): -7059384 or 4737172. OLE color: 4737172.
HSL color Cylindrical-coordinate representation of color #944848: hue angle of 0º degrees, saturation: 0.35, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #944848 is Cyan = 0, Magento = 0.51, Yellow = 0.51 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 148 | 72 | 72 | - |
| CMYK | 0 | 0.51 | 0.51 | 0.42 |
| HSL | 0º | 0.35% | 0.43% | - |
| HSV(B) | 0º | 0.51% | 0.58% | - |
| XYZ | 15.7 | 11.4 | 7.5 | - |
| YUV | 94.72 | 115.18 | 166 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 72 | 72 | 0 | 0.51 | 0.51 | 0.42 | 0 | 0.35 | 0.43 |
| Hex | 94 | 48 | 48 | 0 | 33 | 33 | 2A | 0 | 23 | 2B |
| Octal | 224 | 110 | 110 | 0 | 63 | 63 | 52 | 0 | 43 | 53 |
| Binary | 10010100 | 1001000 | 1001000 | 0 | 110011 | 110011 | 101010 | 0 | 100011 | 101011 |
Color Harmonies of #944848
Complementary color
Monochromatic Colors of #944848
Black with #944848
Text Example
Text Example
White with #944848
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #944848; }
p { color: rgb(148,72,72); }
H1.HeaderClassName
{
color: #944848;
}
.AnyTagClassName
{
color: #944848;
}
</style>
background-color css
<style>
a { background-color: #944848; }
a { background-color: rgb(148,72,72); }
div.DivClassName
{
background-color: #944848;
}
.BgClassName
{
background-color: #944848;
}
</style>
border-color css
<style>
span { border-color: #944848; }
span { border-color: rgb(148,72,72); }
td.TdClassName
{
border-color: #944848;
}
.TagClassName
{
border-color: #944848;
}
</style>