Shades of Mojo #9B4135
Tints of Mojo #9B4135
RGB
CMYK
RGB Variations
Color information
#9B4135 (or 0x9B4135) is known color: Mojo. HEX triplet: 9B, 41 and 35. RGB value is (155,65,53). Sum of RGB (Red+Green+Blue) = 155+65+53=273 (36% of max value = 765). Red value is 155 (60.94% from 255 or 56.78% from 273); Green value is 65 (25.78% from 255 or 23.81% from 273); Blue value is 53 (21.09% from 255 or 19.41% from 273); Max value from RGB is 155 - color contains mainly: red. Hex color #9B4135 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9B4135 is #64BECA. Grayscale: #5A5A5A. Windows color (decimal): -6602443 or 3490203. OLE color: 3490203.
HSL color Cylindrical-coordinate representation of color #9B4135: hue angle of 7.06º degrees, saturation: 0.49, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #9B4135 is Cyan = 0, Magento = 0.58, Yellow = 0.66 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 155 | 65 | 53 | - |
| CMYK | 0 | 0.58 | 0.66 | 0.39 |
| HSL | 7.06º | 0.49% | 0.41% | - |
| HSV(B) | 7.06º | 0.66% | 0.61% | - |
| XYZ | 16.05 | 11.01 | 4.65 | - |
| YUV | 90.54 | 106.82 | 173.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 65 | 53 | 0 | 0.58 | 0.66 | 0.39 | 7.06 | 0.49 | 0.41 |
| Hex | 9B | 41 | 35 | 0 | 3A | 42 | 27 | 7 | 31 | 29 |
| Octal | 233 | 101 | 65 | 0 | 72 | 102 | 47 | 7 | 61 | 51 |
| Binary | 10011011 | 1000001 | 110101 | 0 | 111010 | 1000010 | 100111 | 111 | 110001 | 101001 |
Color Harmonies of #9B4135
Complementary color
Monochromatic Colors of #9B4135
Black with #9B4135
Text Example
Text Example
White with #9B4135
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B4135; }
p { color: rgb(155,65,53); }
H1.HeaderClassName
{
color: #9B4135;
}
.AnyTagClassName
{
color: #9B4135;
}
</style>
background-color css
<style>
a { background-color: #9B4135; }
a { background-color: rgb(155,65,53); }
div.DivClassName
{
background-color: #9B4135;
}
.BgClassName
{
background-color: #9B4135;
}
</style>
border-color css
<style>
span { border-color: #9B4135; }
span { border-color: rgb(155,65,53); }
td.TdClassName
{
border-color: #9B4135;
}
.TagClassName
{
border-color: #9B4135;
}
</style>