Shades of Matrix #944A43
Tints of Matrix #944A43
RGB
CMYK
RGB Variations
Color information
#944A43 (or 0x944A43) is known color: Matrix. HEX triplet: 94, 4A and 43. RGB value is (148,74,67). Sum of RGB (Red+Green+Blue) = 148+74+67=289 (38% of max value = 765). Red value is 148 (58.20% from 255 or 51.21% from 289); Green value is 74 (29.30% from 255 or 25.61% from 289); Blue value is 67 (26.56% from 255 or 23.18% from 289); Max value from RGB is 148 - color contains mainly: red. Hex color #944A43 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #944A43 is #6BB5BC. Grayscale: #5F5F5F. Windows color (decimal): -7058877 or 4410004. OLE color: 4410004.
HSL color Cylindrical-coordinate representation of color #944A43: hue angle of 5.19º degrees, saturation: 0.38, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #944A43 is Cyan = 0, Magento = 0.50, Yellow = 0.55 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 148 | 74 | 67 | - |
| CMYK | 0 | 0.50 | 0.55 | 0.42 |
| HSL | 5.19º | 0.38% | 0.42% | - |
| HSV(B) | 5.19º | 0.55% | 0.58% | - |
| XYZ | 15.67 | 11.6 | 6.72 | - |
| YUV | 95.33 | 112.02 | 165.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 74 | 67 | 0 | 0.50 | 0.55 | 0.42 | 5.19 | 0.38 | 0.42 |
| Hex | 94 | 4A | 43 | 0 | 32 | 37 | 2A | 5 | 26 | 2A |
| Octal | 224 | 112 | 103 | 0 | 62 | 67 | 52 | 5 | 46 | 52 |
| Binary | 10010100 | 1001010 | 1000011 | 0 | 110010 | 110111 | 101010 | 101 | 100110 | 101010 |
Color Harmonies of #944A43
Complementary color
Monochromatic Colors of #944A43
Black with #944A43
Text Example
Text Example
White with #944A43
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #944A43; }
p { color: rgb(148,74,67); }
H1.HeaderClassName
{
color: #944A43;
}
.AnyTagClassName
{
color: #944A43;
}
</style>
background-color css
<style>
a { background-color: #944A43; }
a { background-color: rgb(148,74,67); }
div.DivClassName
{
background-color: #944A43;
}
.BgClassName
{
background-color: #944A43;
}
</style>
border-color css
<style>
span { border-color: #944A43; }
span { border-color: rgb(148,74,67); }
td.TdClassName
{
border-color: #944A43;
}
.TagClassName
{
border-color: #944A43;
}
</style>