Shades of Mojo #964A3A
Tints of Mojo #964A3A
RGB
CMYK
RGB Variations
Color information
#964A3A (or 0x964A3A) is known color: Mojo. HEX triplet: 96, 4A and 3A. RGB value is (150,74,58). Sum of RGB (Red+Green+Blue) = 150+74+58=282 (37% of max value = 765). Red value is 150 (58.98% from 255 or 53.19% from 282); Green value is 74 (29.30% from 255 or 26.24% from 282); Blue value is 58 (23.05% from 255 or 20.57% from 282); Max value from RGB is 150 - color contains mainly: red. Hex color #964A3A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #964A3A is #69B5C5. Grayscale: #5F5F5F. Windows color (decimal): -6927814 or 3820182. OLE color: 3820182.
HSL color Cylindrical-coordinate representation of color #964A3A: hue angle of 10.43º degrees, saturation: 0.44, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #964A3A is Cyan = 0, Magento = 0.51, Yellow = 0.61 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 74 | 58 | - |
| CMYK | 0 | 0.51 | 0.61 | 0.41 |
| HSL | 10.43º | 0.44% | 0.41% | - |
| HSV(B) | 10.43º | 0.61% | 0.59% | - |
| XYZ | 15.79 | 11.69 | 5.43 | - |
| YUV | 94.9 | 107.18 | 167.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 74 | 58 | 0 | 0.51 | 0.61 | 0.41 | 10.43 | 0.44 | 0.41 |
| Hex | 96 | 4A | 3A | 0 | 33 | 3D | 29 | A | 2C | 29 |
| Octal | 226 | 112 | 72 | 0 | 63 | 75 | 51 | 12 | 54 | 51 |
| Binary | 10010110 | 1001010 | 111010 | 0 | 110011 | 111101 | 101001 | 1010 | 101100 | 101001 |
Color Harmonies of #964A3A
Complementary color
Monochromatic Colors of #964A3A
Black with #964A3A
Text Example
Text Example
White with #964A3A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #964A3A; }
p { color: rgb(150,74,58); }
H1.HeaderClassName
{
color: #964A3A;
}
.AnyTagClassName
{
color: #964A3A;
}
</style>
background-color css
<style>
a { background-color: #964A3A; }
a { background-color: rgb(150,74,58); }
div.DivClassName
{
background-color: #964A3A;
}
.BgClassName
{
background-color: #964A3A;
}
</style>
border-color css
<style>
span { border-color: #964A3A; }
span { border-color: rgb(150,74,58); }
td.TdClassName
{
border-color: #964A3A;
}
.TagClassName
{
border-color: #964A3A;
}
</style>