Shades of Mojo #994435
Tints of Mojo #994435
RGB
CMYK
RGB Variations
Color information
#994435 (or 0x994435) is known color: Mojo. HEX triplet: 99, 44 and 35. RGB value is (153,68,53). Sum of RGB (Red+Green+Blue) = 153+68+53=274 (36% of max value = 765). Red value is 153 (60.16% from 255 or 55.84% from 274); Green value is 68 (26.95% from 255 or 24.82% from 274); Blue value is 53 (21.09% from 255 or 19.34% from 274); Max value from RGB is 153 - color contains mainly: red. Hex color #994435 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #994435 is #66BBCA. Grayscale: #5B5B5B. Windows color (decimal): -6732747 or 3490969. OLE color: 3490969.
HSL color Cylindrical-coordinate representation of color #994435: hue angle of 9º degrees, saturation: 0.49, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #994435 is Cyan = 0, Magento = 0.56, Yellow = 0.65 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 68 | 53 | - |
| CMYK | 0 | 0.56 | 0.65 | 0.4 |
| HSL | 9º | 0.49% | 0.4% | - |
| HSV(B) | 9º | 0.65% | 0.6% | - |
| XYZ | 15.85 | 11.16 | 4.69 | - |
| YUV | 91.71 | 106.16 | 171.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 68 | 53 | 0 | 0.56 | 0.65 | 0.4 | 9 | 0.49 | 0.4 |
| Hex | 99 | 44 | 35 | 0 | 38 | 41 | 28 | 9 | 31 | 28 |
| Octal | 231 | 104 | 65 | 0 | 70 | 101 | 50 | 11 | 61 | 50 |
| Binary | 10011001 | 1000100 | 110101 | 0 | 111000 | 1000001 | 101000 | 1001 | 110001 | 101000 |
Color Harmonies of #994435
Complementary color
Monochromatic Colors of #994435
Black with #994435
Text Example
Text Example
White with #994435
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #994435; }
p { color: rgb(153,68,53); }
H1.HeaderClassName
{
color: #994435;
}
.AnyTagClassName
{
color: #994435;
}
</style>
background-color css
<style>
a { background-color: #994435; }
a { background-color: rgb(153,68,53); }
div.DivClassName
{
background-color: #994435;
}
.BgClassName
{
background-color: #994435;
}
</style>
border-color css
<style>
span { border-color: #994435; }
span { border-color: rgb(153,68,53); }
td.TdClassName
{
border-color: #994435;
}
.TagClassName
{
border-color: #994435;
}
</style>