Shades of Mojo #994437
Tints of Mojo #994437
RGB
CMYK
RGB Variations
Color information
#994437 (or 0x994437) is known color: Mojo. HEX triplet: 99, 44 and 37. RGB value is (153,68,55). Sum of RGB (Red+Green+Blue) = 153+68+55=276 (36% of max value = 765). Red value is 153 (60.16% from 255 or 55.43% from 276); Green value is 68 (26.95% from 255 or 24.64% from 276); Blue value is 55 (21.88% from 255 or 19.93% from 276); Max value from RGB is 153 - color contains mainly: red. Hex color #994437 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #994437 is #66BBC8. Grayscale: #5C5C5C. Windows color (decimal): -6732745 or 3622041. OLE color: 3622041.
HSL color Cylindrical-coordinate representation of color #994437: hue angle of 7.96º 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 #994437 is Cyan = 0, Magento = 0.56, Yellow = 0.64 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 68 | 55 | - |
| CMYK | 0 | 0.56 | 0.64 | 0.4 |
| HSL | 7.96º | 0.47% | 0.41% | - |
| HSV(B) | 7.96º | 0.64% | 0.6% | - |
| XYZ | 15.89 | 11.18 | 4.94 | - |
| YUV | 91.93 | 107.16 | 171.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 68 | 55 | 0 | 0.56 | 0.64 | 0.4 | 7.96 | 0.47 | 0.41 |
| Hex | 99 | 44 | 37 | 0 | 38 | 40 | 28 | 8 | 2F | 29 |
| Octal | 231 | 104 | 67 | 0 | 70 | 100 | 50 | 10 | 57 | 51 |
| Binary | 10011001 | 1000100 | 110111 | 0 | 111000 | 1000000 | 101000 | 1000 | 101111 | 101001 |
Color Harmonies of #994437
Complementary color
Monochromatic Colors of #994437
Black with #994437
Text Example
Text Example
White with #994437
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #994437; }
p { color: rgb(153,68,55); }
H1.HeaderClassName
{
color: #994437;
}
.AnyTagClassName
{
color: #994437;
}
</style>
background-color css
<style>
a { background-color: #994437; }
a { background-color: rgb(153,68,55); }
div.DivClassName
{
background-color: #994437;
}
.BgClassName
{
background-color: #994437;
}
</style>
border-color css
<style>
span { border-color: #994437; }
span { border-color: rgb(153,68,55); }
td.TdClassName
{
border-color: #994437;
}
.TagClassName
{
border-color: #994437;
}
</style>