Shades of Mojo #9B4839
Tints of Mojo #9B4839
RGB
CMYK
RGB Variations
Color information
#9B4839 (or 0x9B4839) is known color: Mojo. HEX triplet: 9B, 48 and 39. RGB value is (155,72,57). Sum of RGB (Red+Green+Blue) = 155+72+57=284 (37% of max value = 765). Red value is 155 (60.94% from 255 or 54.58% from 284); Green value is 72 (28.52% from 255 or 25.35% from 284); Blue value is 57 (22.66% from 255 or 20.07% from 284); Max value from RGB is 155 - color contains mainly: red. Hex color #9B4839 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9B4839 is #64B7C6. Grayscale: #5F5F5F. Windows color (decimal): -6600647 or 3754139. OLE color: 3754139.
HSL color Cylindrical-coordinate representation of color #9B4839: hue angle of 9.18º degrees, saturation: 0.46, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #9B4839 is Cyan = 0, Magento = 0.54, Yellow = 0.63 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 155 | 72 | 57 | - |
| CMYK | 0 | 0.54 | 0.63 | 0.39 |
| HSL | 9.18º | 0.46% | 0.42% | - |
| HSV(B) | 9.18º | 0.63% | 0.61% | - |
| XYZ | 16.57 | 11.9 | 5.29 | - |
| YUV | 95.11 | 106.5 | 170.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 72 | 57 | 0 | 0.54 | 0.63 | 0.39 | 9.18 | 0.46 | 0.42 |
| Hex | 9B | 48 | 39 | 0 | 36 | 3F | 27 | 9 | 2E | 2A |
| Octal | 233 | 110 | 71 | 0 | 66 | 77 | 47 | 11 | 56 | 52 |
| Binary | 10011011 | 1001000 | 111001 | 0 | 110110 | 111111 | 100111 | 1001 | 101110 | 101010 |
Color Harmonies of #9B4839
Complementary color
Monochromatic Colors of #9B4839
Black with #9B4839
Text Example
Text Example
White with #9B4839
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B4839; }
p { color: rgb(155,72,57); }
H1.HeaderClassName
{
color: #9B4839;
}
.AnyTagClassName
{
color: #9B4839;
}
</style>
background-color css
<style>
a { background-color: #9B4839; }
a { background-color: rgb(155,72,57); }
div.DivClassName
{
background-color: #9B4839;
}
.BgClassName
{
background-color: #9B4839;
}
</style>
border-color css
<style>
span { border-color: #9B4839; }
span { border-color: rgb(155,72,57); }
td.TdClassName
{
border-color: #9B4839;
}
.TagClassName
{
border-color: #9B4839;
}
</style>