Shades of Matrix #944B47
Tints of Matrix #944B47
RGB
CMYK
RGB Variations
Color information
#944B47 (or 0x944B47) is known color: Matrix. HEX triplet: 94, 4B and 47. RGB value is (148,75,71). Sum of RGB (Red+Green+Blue) = 148+75+71=294 (38% of max value = 765). Red value is 148 (58.20% from 255 or 50.34% from 294); Green value is 75 (29.69% from 255 or 25.51% from 294); Blue value is 71 (28.12% from 255 or 24.15% from 294); Max value from RGB is 148 - color contains mainly: red. Hex color #944B47 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #944B47 is #6BB4B8. Grayscale: #606060. Windows color (decimal): -7058617 or 4672404. OLE color: 4672404.
HSL color Cylindrical-coordinate representation of color #944B47: hue angle of 3.12º degrees, saturation: 0.35, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #944B47 is Cyan = 0, Magento = 0.49, Yellow = 0.52 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 148 | 75 | 71 | - |
| CMYK | 0 | 0.49 | 0.52 | 0.42 |
| HSL | 3.12º | 0.35% | 0.43% | - |
| HSV(B) | 3.12º | 0.52% | 0.58% | - |
| XYZ | 15.87 | 11.78 | 7.4 | - |
| YUV | 96.37 | 113.68 | 164.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 75 | 71 | 0 | 0.49 | 0.52 | 0.42 | 3.12 | 0.35 | 0.43 |
| Hex | 94 | 4B | 47 | 0 | 31 | 34 | 2A | 3 | 23 | 2B |
| Octal | 224 | 113 | 107 | 0 | 61 | 64 | 52 | 3 | 43 | 53 |
| Binary | 10010100 | 1001011 | 1000111 | 0 | 110001 | 110100 | 101010 | 11 | 100011 | 101011 |
Color Harmonies of #944B47
Complementary color
Monochromatic Colors of #944B47
Black with #944B47
Text Example
Text Example
White with #944B47
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #944B47; }
p { color: rgb(148,75,71); }
H1.HeaderClassName
{
color: #944B47;
}
.AnyTagClassName
{
color: #944B47;
}
</style>
background-color css
<style>
a { background-color: #944B47; }
a { background-color: rgb(148,75,71); }
div.DivClassName
{
background-color: #944B47;
}
.BgClassName
{
background-color: #944B47;
}
</style>
border-color css
<style>
span { border-color: #944B47; }
span { border-color: rgb(148,75,71); }
td.TdClassName
{
border-color: #944B47;
}
.TagClassName
{
border-color: #944B47;
}
</style>