Shades of Mojo #964339
Tints of Mojo #964339
RGB
CMYK
RGB Variations
Color information
#964339 (or 0x964339) is known color: Mojo. HEX triplet: 96, 43 and 39. RGB value is (150,67,57). Sum of RGB (Red+Green+Blue) = 150+67+57=274 (36% of max value = 765). Red value is 150 (58.98% from 255 or 54.74% from 274); Green value is 67 (26.56% from 255 or 24.45% from 274); Blue value is 57 (22.66% from 255 or 20.80% from 274); Max value from RGB is 150 - color contains mainly: red. Hex color #964339 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #964339 is #69BCC6. Grayscale: #5A5A5A. Windows color (decimal): -6929607 or 3752854. OLE color: 3752854.
HSL color Cylindrical-coordinate representation of color #964339: hue angle of 6.45º 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 #964339 is Cyan = 0, Magento = 0.55, Yellow = 0.62 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 67 | 57 | - |
| CMYK | 0 | 0.55 | 0.62 | 0.41 |
| HSL | 6.45º | 0.45% | 0.41% | - |
| HSV(B) | 6.45º | 0.62% | 0.59% | - |
| XYZ | 15.32 | 10.79 | 5.15 | - |
| YUV | 90.68 | 109 | 170.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 67 | 57 | 0 | 0.55 | 0.62 | 0.41 | 6.45 | 0.45 | 0.41 |
| Hex | 96 | 43 | 39 | 0 | 37 | 3E | 29 | 6 | 2D | 29 |
| Octal | 226 | 103 | 71 | 0 | 67 | 76 | 51 | 6 | 55 | 51 |
| Binary | 10010110 | 1000011 | 111001 | 0 | 110111 | 111110 | 101001 | 110 | 101101 | 101001 |
Color Harmonies of #964339
Complementary color
Monochromatic Colors of #964339
Black with #964339
Text Example
Text Example
White with #964339
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #964339; }
p { color: rgb(150,67,57); }
H1.HeaderClassName
{
color: #964339;
}
.AnyTagClassName
{
color: #964339;
}
</style>
background-color css
<style>
a { background-color: #964339; }
a { background-color: rgb(150,67,57); }
div.DivClassName
{
background-color: #964339;
}
.BgClassName
{
background-color: #964339;
}
</style>
border-color css
<style>
span { border-color: #964339; }
span { border-color: rgb(150,67,57); }
td.TdClassName
{
border-color: #964339;
}
.TagClassName
{
border-color: #964339;
}
</style>