Shades of Matrix #934845
Tints of Matrix #934845
RGB
CMYK
RGB Variations
Color information
#934845 (or 0x934845) is known color: Matrix. HEX triplet: 93, 48 and 45. RGB value is (147,72,69). Sum of RGB (Red+Green+Blue) = 147+72+69=288 (38% of max value = 765). Red value is 147 (57.81% from 255 or 51.04% from 288); Green value is 72 (28.52% from 255 or 25% from 288); Blue value is 69 (27.34% from 255 or 23.96% from 288); Max value from RGB is 147 - color contains mainly: red. Hex color #934845 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #934845 is #6CB7BA. Grayscale: #5E5E5E. Windows color (decimal): -7124923 or 4540563. OLE color: 4540563.
HSL color Cylindrical-coordinate representation of color #934845: hue angle of 2.31º degrees, saturation: 0.36, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #934845 is Cyan = 0, Magento = 0.51, Yellow = 0.53 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 147 | 72 | 69 | - |
| CMYK | 0 | 0.51 | 0.53 | 0.42 |
| HSL | 2.31º | 0.36% | 0.42% | - |
| HSV(B) | 2.31º | 0.53% | 0.58% | - |
| XYZ | 15.42 | 11.27 | 6.99 | - |
| YUV | 94.08 | 113.85 | 165.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 72 | 69 | 0 | 0.51 | 0.53 | 0.42 | 2.31 | 0.36 | 0.42 |
| Hex | 93 | 48 | 45 | 0 | 33 | 35 | 2A | 2 | 24 | 2A |
| Octal | 223 | 110 | 105 | 0 | 63 | 65 | 52 | 2 | 44 | 52 |
| Binary | 10010011 | 1001000 | 1000101 | 0 | 110011 | 110101 | 101010 | 10 | 100100 | 101010 |
Color Harmonies of #934845
Complementary color
Monochromatic Colors of #934845
Black with #934845
Text Example
Text Example
White with #934845
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #934845; }
p { color: rgb(147,72,69); }
H1.HeaderClassName
{
color: #934845;
}
.AnyTagClassName
{
color: #934845;
}
</style>
background-color css
<style>
a { background-color: #934845; }
a { background-color: rgb(147,72,69); }
div.DivClassName
{
background-color: #934845;
}
.BgClassName
{
background-color: #934845;
}
</style>
border-color css
<style>
span { border-color: #934845; }
span { border-color: rgb(147,72,69); }
td.TdClassName
{
border-color: #934845;
}
.TagClassName
{
border-color: #934845;
}
</style>