Shades of Matrix #934844
Tints of Matrix #934844
RGB
CMYK
RGB Variations
Color information
#934844 (or 0x934844) is known color: Matrix. HEX triplet: 93, 48 and 44. RGB value is (147,72,68). Sum of RGB (Red+Green+Blue) = 147+72+68=287 (38% of max value = 765). Red value is 147 (57.81% from 255 or 51.22% from 287); Green value is 72 (28.52% from 255 or 25.09% from 287); Blue value is 68 (26.95% from 255 or 23.69% from 287); Max value from RGB is 147 - color contains mainly: red. Hex color #934844 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #934844 is #6CB7BB. Grayscale: #5E5E5E. Windows color (decimal): -7124924 or 4475027. OLE color: 4475027.
HSL color Cylindrical-coordinate representation of color #934844: hue angle of 3.04º 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 #934844 is Cyan = 0, Magento = 0.51, Yellow = 0.54 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 147 | 72 | 68 | - |
| CMYK | 0 | 0.51 | 0.54 | 0.42 |
| HSL | 3.04º | 0.37% | 0.42% | - |
| HSV(B) | 3.04º | 0.54% | 0.58% | - |
| XYZ | 15.39 | 11.26 | 6.83 | - |
| YUV | 93.97 | 113.35 | 165.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 72 | 68 | 0 | 0.51 | 0.54 | 0.42 | 3.04 | 0.37 | 0.42 |
| Hex | 93 | 48 | 44 | 0 | 33 | 36 | 2A | 3 | 25 | 2A |
| Octal | 223 | 110 | 104 | 0 | 63 | 66 | 52 | 3 | 45 | 52 |
| Binary | 10010011 | 1001000 | 1000100 | 0 | 110011 | 110110 | 101010 | 11 | 100101 | 101010 |
Color Harmonies of #934844
Complementary color
Monochromatic Colors of #934844
Black with #934844
Text Example
Text Example
White with #934844
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #934844; }
p { color: rgb(147,72,68); }
H1.HeaderClassName
{
color: #934844;
}
.AnyTagClassName
{
color: #934844;
}
</style>
background-color css
<style>
a { background-color: #934844; }
a { background-color: rgb(147,72,68); }
div.DivClassName
{
background-color: #934844;
}
.BgClassName
{
background-color: #934844;
}
</style>
border-color css
<style>
span { border-color: #934844; }
span { border-color: rgb(147,72,68); }
td.TdClassName
{
border-color: #934844;
}
.TagClassName
{
border-color: #934844;
}
</style>