Shades of Mojo #964840
Tints of Mojo #964840
RGB
CMYK
RGB Variations
Color information
#964840 (or 0x964840) is known color: Mojo. HEX triplet: 96, 48 and 40. RGB value is (150,72,64). Sum of RGB (Red+Green+Blue) = 150+72+64=286 (37% of max value = 765). Red value is 150 (58.98% from 255 or 52.45% from 286); Green value is 72 (28.52% from 255 or 25.17% from 286); Blue value is 64 (25.39% from 255 or 22.38% from 286); Max value from RGB is 150 - color contains mainly: red. Hex color #964840 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #964840 is #69B7BF. Grayscale: #5E5E5E. Windows color (decimal): -6928320 or 4212886. OLE color: 4212886.
HSL color Cylindrical-coordinate representation of color #964840: hue angle of 5.58º degrees, saturation: 0.4, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #964840 is Cyan = 0, Magento = 0.52, Yellow = 0.57 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 72 | 64 | - |
| CMYK | 0 | 0.52 | 0.57 | 0.41 |
| HSL | 5.58º | 0.4% | 0.42% | - |
| HSV(B) | 5.58º | 0.57% | 0.59% | - |
| XYZ | 15.82 | 11.49 | 6.23 | - |
| YUV | 94.41 | 110.84 | 167.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 72 | 64 | 0 | 0.52 | 0.57 | 0.41 | 5.58 | 0.4 | 0.42 |
| Hex | 96 | 48 | 40 | 0 | 34 | 39 | 29 | 6 | 28 | 2A |
| Octal | 226 | 110 | 100 | 0 | 64 | 71 | 51 | 6 | 50 | 52 |
| Binary | 10010110 | 1001000 | 1000000 | 0 | 110100 | 111001 | 101001 | 110 | 101000 | 101010 |
Color Harmonies of #964840
Complementary color
Monochromatic Colors of #964840
Black with #964840
Text Example
Text Example
White with #964840
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #964840; }
p { color: rgb(150,72,64); }
H1.HeaderClassName
{
color: #964840;
}
.AnyTagClassName
{
color: #964840;
}
</style>
background-color css
<style>
a { background-color: #964840; }
a { background-color: rgb(150,72,64); }
div.DivClassName
{
background-color: #964840;
}
.BgClassName
{
background-color: #964840;
}
</style>
border-color css
<style>
span { border-color: #964840; }
span { border-color: rgb(150,72,64); }
td.TdClassName
{
border-color: #964840;
}
.TagClassName
{
border-color: #964840;
}
</style>