Shades of Mojo #994A39
Tints of Mojo #994A39
RGB
CMYK
RGB Variations
Color information
#994A39 (or 0x994A39) is known color: Mojo. HEX triplet: 99, 4A and 39. RGB value is (153,74,57). Sum of RGB (Red+Green+Blue) = 153+74+57=284 (37% of max value = 765). Red value is 153 (60.16% from 255 or 53.87% from 284); Green value is 74 (29.30% from 255 or 26.06% from 284); Blue value is 57 (22.66% from 255 or 20.07% from 284); Max value from RGB is 153 - color contains mainly: red. Hex color #994A39 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #994A39 is #66B5C6. Grayscale: #5F5F5F. Windows color (decimal): -6731207 or 3754649. OLE color: 3754649.
HSL color Cylindrical-coordinate representation of color #994A39: hue angle of 10.62º degrees, saturation: 0.46, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #994A39 is Cyan = 0, Magento = 0.52, Yellow = 0.63 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 74 | 57 | - |
| CMYK | 0 | 0.52 | 0.63 | 0.4 |
| HSL | 10.63º | 0.46% | 0.41% | - |
| HSV(B) | 10.63º | 0.63% | 0.6% | - |
| XYZ | 16.32 | 11.97 | 5.32 | - |
| YUV | 95.68 | 106.17 | 168.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 74 | 57 | 0 | 0.52 | 0.63 | 0.4 | 10.63 | 0.46 | 0.41 |
| Hex | 99 | 4A | 39 | 0 | 34 | 3F | 28 | B | 2E | 29 |
| Octal | 231 | 112 | 71 | 0 | 64 | 77 | 50 | 13 | 56 | 51 |
| Binary | 10011001 | 1001010 | 111001 | 0 | 110100 | 111111 | 101000 | 1011 | 101110 | 101001 |
Color Harmonies of #994A39
Complementary color
Monochromatic Colors of #994A39
Black with #994A39
Text Example
Text Example
White with #994A39
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #994A39; }
p { color: rgb(153,74,57); }
H1.HeaderClassName
{
color: #994A39;
}
.AnyTagClassName
{
color: #994A39;
}
</style>
background-color css
<style>
a { background-color: #994A39; }
a { background-color: rgb(153,74,57); }
div.DivClassName
{
background-color: #994A39;
}
.BgClassName
{
background-color: #994A39;
}
</style>
border-color css
<style>
span { border-color: #994A39; }
span { border-color: rgb(153,74,57); }
td.TdClassName
{
border-color: #994A39;
}
.TagClassName
{
border-color: #994A39;
}
</style>