Shades of Mojo #964438
Tints of Mojo #964438
RGB
CMYK
RGB Variations
Color information
#964438 (or 0x964438) is known color: Mojo. HEX triplet: 96, 44 and 38. RGB value is (150,68,56). Sum of RGB (Red+Green+Blue) = 150+68+56=274 (36% of max value = 765). Red value is 150 (58.98% from 255 or 54.74% from 274); Green value is 68 (26.95% from 255 or 24.82% from 274); Blue value is 56 (22.27% from 255 or 20.44% from 274); Max value from RGB is 150 - color contains mainly: red. Hex color #964438 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #964438 is #69BBC7. Grayscale: #5B5B5B. Windows color (decimal): -6929352 or 3687574. OLE color: 3687574.
HSL color Cylindrical-coordinate representation of color #964438: hue angle of 7.66º degrees, saturation: 0.46, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #964438 is Cyan = 0, Magento = 0.55, Yellow = 0.63 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 68 | 56 | - |
| CMYK | 0 | 0.55 | 0.63 | 0.41 |
| HSL | 7.66º | 0.46% | 0.4% | - |
| HSV(B) | 7.66º | 0.63% | 0.59% | - |
| XYZ | 15.36 | 10.9 | 5.04 | - |
| YUV | 91.15 | 108.17 | 169.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 68 | 56 | 0 | 0.55 | 0.63 | 0.41 | 7.66 | 0.46 | 0.4 |
| Hex | 96 | 44 | 38 | 0 | 37 | 3F | 29 | 8 | 2E | 28 |
| Octal | 226 | 104 | 70 | 0 | 67 | 77 | 51 | 10 | 56 | 50 |
| Binary | 10010110 | 1000100 | 111000 | 0 | 110111 | 111111 | 101001 | 1000 | 101110 | 101000 |
Color Harmonies of #964438
Complementary color
Monochromatic Colors of #964438
Black with #964438
Text Example
Text Example
White with #964438
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #964438; }
p { color: rgb(150,68,56); }
H1.HeaderClassName
{
color: #964438;
}
.AnyTagClassName
{
color: #964438;
}
</style>
background-color css
<style>
a { background-color: #964438; }
a { background-color: rgb(150,68,56); }
div.DivClassName
{
background-color: #964438;
}
.BgClassName
{
background-color: #964438;
}
</style>
border-color css
<style>
span { border-color: #964438; }
span { border-color: rgb(150,68,56); }
td.TdClassName
{
border-color: #964438;
}
.TagClassName
{
border-color: #964438;
}
</style>