Shades of Mojo #964B3B
Tints of Mojo #964B3B
RGB
CMYK
RGB Variations
Color information
#964B3B (or 0x964B3B) is known color: Mojo. HEX triplet: 96, 4B and 3B. RGB value is (150,75,59). Sum of RGB (Red+Green+Blue) = 150+75+59=284 (37% of max value = 765). Red value is 150 (58.98% from 255 or 52.82% from 284); Green value is 75 (29.69% from 255 or 26.41% from 284); Blue value is 59 (23.44% from 255 or 20.77% from 284); Max value from RGB is 150 - color contains mainly: red. Hex color #964B3B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #964B3B is #69B4C4. Grayscale: #5F5F5F. Windows color (decimal): -6927557 or 3885974. OLE color: 3885974.
HSL color Cylindrical-coordinate representation of color #964B3B: hue angle of 10.55º 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 #964B3B is Cyan = 0, Magento = 0.5, Yellow = 0.61 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 75 | 59 | - |
| CMYK | 0 | 0.5 | 0.61 | 0.41 |
| HSL | 10.55º | 0.44% | 0.41% | - |
| HSV(B) | 10.55º | 0.61% | 0.59% | - |
| XYZ | 15.88 | 11.83 | 5.58 | - |
| YUV | 95.6 | 107.35 | 166.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 75 | 59 | 0 | 0.5 | 0.61 | 0.41 | 10.55 | 0.44 | 0.41 |
| Hex | 96 | 4B | 3B | 0 | 32 | 3D | 29 | B | 2C | 29 |
| Octal | 226 | 113 | 73 | 0 | 62 | 75 | 51 | 13 | 54 | 51 |
| Binary | 10010110 | 1001011 | 111011 | 0 | 110010 | 111101 | 101001 | 1011 | 101100 | 101001 |
Color Harmonies of #964B3B
Complementary color
Monochromatic Colors of #964B3B
Black with #964B3B
Text Example
Text Example
White with #964B3B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #964B3B; }
p { color: rgb(150,75,59); }
H1.HeaderClassName
{
color: #964B3B;
}
.AnyTagClassName
{
color: #964B3B;
}
</style>
background-color css
<style>
a { background-color: #964B3B; }
a { background-color: rgb(150,75,59); }
div.DivClassName
{
background-color: #964B3B;
}
.BgClassName
{
background-color: #964B3B;
}
</style>
border-color css
<style>
span { border-color: #964B3B; }
span { border-color: rgb(150,75,59); }
td.TdClassName
{
border-color: #964B3B;
}
.TagClassName
{
border-color: #964B3B;
}
</style>