Shades of Mojo #964439
Tints of Mojo #964439
RGB
CMYK
RGB Variations
Color information
#964439 (or 0x964439) is known color: Mojo. HEX triplet: 96, 44 and 39. RGB value is (150,68,57). Sum of RGB (Red+Green+Blue) = 150+68+57=275 (36% of max value = 765). Red value is 150 (58.98% from 255 or 54.55% from 275); Green value is 68 (26.95% from 255 or 24.73% from 275); Blue value is 57 (22.66% from 255 or 20.73% from 275); Max value from RGB is 150 - color contains mainly: red. Hex color #964439 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #964439 is #69BBC6. Grayscale: #5B5B5B. Windows color (decimal): -6929351 or 3753110. OLE color: 3753110.
HSL color Cylindrical-coordinate representation of color #964439: hue angle of 7.1º degrees, saturation: 0.45, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #964439 is Cyan = 0, Magento = 0.55, Yellow = 0.62 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 68 | 57 | - |
| CMYK | 0 | 0.55 | 0.62 | 0.41 |
| HSL | 7.1º | 0.45% | 0.41% | - |
| HSV(B) | 7.1º | 0.62% | 0.59% | - |
| XYZ | 15.38 | 10.91 | 5.17 | - |
| YUV | 91.26 | 108.67 | 169.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 68 | 57 | 0 | 0.55 | 0.62 | 0.41 | 7.1 | 0.45 | 0.41 |
| Hex | 96 | 44 | 39 | 0 | 37 | 3E | 29 | 7 | 2D | 29 |
| Octal | 226 | 104 | 71 | 0 | 67 | 76 | 51 | 7 | 55 | 51 |
| Binary | 10010110 | 1000100 | 111001 | 0 | 110111 | 111110 | 101001 | 111 | 101101 | 101001 |
Color Harmonies of #964439
Complementary color
Monochromatic Colors of #964439
Black with #964439
Text Example
Text Example
White with #964439
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #964439; }
p { color: rgb(150,68,57); }
H1.HeaderClassName
{
color: #964439;
}
.AnyTagClassName
{
color: #964439;
}
</style>
background-color css
<style>
a { background-color: #964439; }
a { background-color: rgb(150,68,57); }
div.DivClassName
{
background-color: #964439;
}
.BgClassName
{
background-color: #964439;
}
</style>
border-color css
<style>
span { border-color: #964439; }
span { border-color: rgb(150,68,57); }
td.TdClassName
{
border-color: #964439;
}
.TagClassName
{
border-color: #964439;
}
</style>