Shades of Mojo #984039
Tints of Mojo #984039
RGB
CMYK
RGB Variations
Color information
#984039 (or 0x984039) is known color: Mojo. HEX triplet: 98, 40 and 39. RGB value is (152,64,57). Sum of RGB (Red+Green+Blue) = 152+64+57=273 (36% of max value = 765). Red value is 152 (59.77% from 255 or 55.68% from 273); Green value is 64 (25.39% from 255 or 23.44% from 273); Blue value is 57 (22.66% from 255 or 20.88% from 273); Max value from RGB is 152 - color contains mainly: red. Hex color #984039 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #984039 is #67BFC6. Grayscale: #595959. Windows color (decimal): -6799303 or 3752088. OLE color: 3752088.
HSL color Cylindrical-coordinate representation of color #984039: hue angle of 4.42º degrees, saturation: 0.45, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #984039 is Cyan = 0, Magento = 0.58, Yellow = 0.62 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 64 | 57 | - |
| CMYK | 0 | 0.58 | 0.62 | 0.40 |
| HSL | 4.42º | 0.45% | 0.41% | - |
| HSV(B) | 4.42º | 0.63% | 0.6% | - |
| XYZ | 15.52 | 10.64 | 5.11 | - |
| YUV | 89.51 | 109.65 | 172.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 64 | 57 | 0 | 0.58 | 0.62 | 0.40 | 4.42 | 0.45 | 0.41 |
| Hex | 98 | 40 | 39 | 0 | 3A | 3E | 28 | 4 | 2D | 29 |
| Octal | 230 | 100 | 71 | 0 | 72 | 76 | 50 | 4 | 55 | 51 |
| Binary | 10011000 | 1000000 | 111001 | 0 | 111010 | 111110 | 101000 | 100 | 101101 | 101001 |
Color Harmonies of #984039
Complementary color
Monochromatic Colors of #984039
Black with #984039
Text Example
Text Example
White with #984039
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #984039; }
p { color: rgb(152,64,57); }
H1.HeaderClassName
{
color: #984039;
}
.AnyTagClassName
{
color: #984039;
}
</style>
background-color css
<style>
a { background-color: #984039; }
a { background-color: rgb(152,64,57); }
div.DivClassName
{
background-color: #984039;
}
.BgClassName
{
background-color: #984039;
}
</style>
border-color css
<style>
span { border-color: #984039; }
span { border-color: rgb(152,64,57); }
td.TdClassName
{
border-color: #984039;
}
.TagClassName
{
border-color: #984039;
}
</style>