Shades of Mojo #994037
Tints of Mojo #994037
RGB
CMYK
RGB Variations
Color information
#994037 (or 0x994037) is known color: Mojo. HEX triplet: 99, 40 and 37. RGB value is (153,64,55). Sum of RGB (Red+Green+Blue) = 153+64+55=272 (36% of max value = 765). Red value is 153 (60.16% from 255 or 56.25% from 272); Green value is 64 (25.39% from 255 or 23.53% from 272); Blue value is 55 (21.88% from 255 or 20.22% from 272); Max value from RGB is 153 - color contains mainly: red. Hex color #994037 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #994037 is #66BFC8. Grayscale: #595959. Windows color (decimal): -6733769 or 3621017. OLE color: 3621017.
HSL color Cylindrical-coordinate representation of color #994037: hue angle of 5.51º degrees, saturation: 0.47, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #994037 is Cyan = 0, Magento = 0.58, Yellow = 0.64 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 64 | 55 | - |
| CMYK | 0 | 0.58 | 0.64 | 0.4 |
| HSL | 5.51º | 0.47% | 0.41% | - |
| HSV(B) | 5.51º | 0.64% | 0.6% | - |
| XYZ | 15.66 | 10.71 | 4.86 | - |
| YUV | 89.59 | 108.49 | 173.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 64 | 55 | 0 | 0.58 | 0.64 | 0.4 | 5.51 | 0.47 | 0.41 |
| Hex | 99 | 40 | 37 | 0 | 3A | 40 | 28 | 6 | 2F | 29 |
| Octal | 231 | 100 | 67 | 0 | 72 | 100 | 50 | 6 | 57 | 51 |
| Binary | 10011001 | 1000000 | 110111 | 0 | 111010 | 1000000 | 101000 | 110 | 101111 | 101001 |
Color Harmonies of #994037
Complementary color
Monochromatic Colors of #994037
Black with #994037
Text Example
Text Example
White with #994037
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #994037; }
p { color: rgb(153,64,55); }
H1.HeaderClassName
{
color: #994037;
}
.AnyTagClassName
{
color: #994037;
}
</style>
background-color css
<style>
a { background-color: #994037; }
a { background-color: rgb(153,64,55); }
div.DivClassName
{
background-color: #994037;
}
.BgClassName
{
background-color: #994037;
}
</style>
border-color css
<style>
span { border-color: #994037; }
span { border-color: rgb(153,64,55); }
td.TdClassName
{
border-color: #994037;
}
.TagClassName
{
border-color: #994037;
}
</style>