Shades of Matrix #934644
Tints of Matrix #934644
RGB
CMYK
RGB Variations
Color information
#934644 (or 0x934644) is known color: Matrix. HEX triplet: 93, 46 and 44. RGB value is (147,70,68). Sum of RGB (Red+Green+Blue) = 147+70+68=285 (37% of max value = 765). Red value is 147 (57.81% from 255 or 51.58% from 285); Green value is 70 (27.73% from 255 or 24.56% from 285); Blue value is 68 (26.95% from 255 or 23.86% from 285); Max value from RGB is 147 - color contains mainly: red. Hex color #934644 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #934644 is #6CB9BB. Grayscale: #5C5C5C. Windows color (decimal): -7125436 or 4474515. OLE color: 4474515.
HSL color Cylindrical-coordinate representation of color #934644: hue angle of 1.52º 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 #934644 is Cyan = 0, Magento = 0.52, Yellow = 0.54 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 147 | 70 | 68 | - |
| CMYK | 0 | 0.52 | 0.54 | 0.42 |
| HSL | 1.52º | 0.37% | 0.42% | - |
| HSV(B) | 1.52º | 0.54% | 0.58% | - |
| XYZ | 15.27 | 11 | 6.79 | - |
| YUV | 92.8 | 114.01 | 166.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 70 | 68 | 0 | 0.52 | 0.54 | 0.42 | 1.52 | 0.37 | 0.42 |
| Hex | 93 | 46 | 44 | 0 | 34 | 36 | 2A | 2 | 25 | 2A |
| Octal | 223 | 106 | 104 | 0 | 64 | 66 | 52 | 2 | 45 | 52 |
| Binary | 10010011 | 1000110 | 1000100 | 0 | 110100 | 110110 | 101010 | 10 | 100101 | 101010 |
Color Harmonies of #934644
Complementary color
Monochromatic Colors of #934644
Black with #934644
Text Example
Text Example
White with #934644
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #934644; }
p { color: rgb(147,70,68); }
H1.HeaderClassName
{
color: #934644;
}
.AnyTagClassName
{
color: #934644;
}
</style>
background-color css
<style>
a { background-color: #934644; }
a { background-color: rgb(147,70,68); }
div.DivClassName
{
background-color: #934644;
}
.BgClassName
{
background-color: #934644;
}
</style>
border-color css
<style>
span { border-color: #934644; }
span { border-color: rgb(147,70,68); }
td.TdClassName
{
border-color: #934644;
}
.TagClassName
{
border-color: #934644;
}
</style>