Shades of Mojo #984036
Tints of Mojo #984036
RGB
CMYK
RGB Variations
Color information
#984036 (or 0x984036) is known color: Mojo. HEX triplet: 98, 40 and 36. RGB value is (152,64,54). Sum of RGB (Red+Green+Blue) = 152+64+54=270 (35% of max value = 765). Red value is 152 (59.77% from 255 or 56.30% from 270); Green value is 64 (25.39% from 255 or 23.70% from 270); Blue value is 54 (21.48% from 255 or 20% from 270); Max value from RGB is 152 - color contains mainly: red. Hex color #984036 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #984036 is #67BFC9. Grayscale: #595959. Windows color (decimal): -6799306 or 3555480. OLE color: 3555480.
HSL color Cylindrical-coordinate representation of color #984036: hue angle of 6.12º degrees, saturation: 0.48, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #984036 is Cyan = 0, Magento = 0.58, Yellow = 0.64 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 64 | 54 | - |
| CMYK | 0 | 0.58 | 0.64 | 0.40 |
| HSL | 6.12º | 0.48% | 0.4% | - |
| HSV(B) | 6.12º | 0.64% | 0.6% | - |
| XYZ | 15.45 | 10.61 | 4.72 | - |
| YUV | 89.17 | 108.15 | 172.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 64 | 54 | 0 | 0.58 | 0.64 | 0.40 | 6.12 | 0.48 | 0.4 |
| Hex | 98 | 40 | 36 | 0 | 3A | 40 | 28 | 6 | 30 | 28 |
| Octal | 230 | 100 | 66 | 0 | 72 | 100 | 50 | 6 | 60 | 50 |
| Binary | 10011000 | 1000000 | 110110 | 0 | 111010 | 1000000 | 101000 | 110 | 110000 | 101000 |
Color Harmonies of #984036
Complementary color
Monochromatic Colors of #984036
Black with #984036
Text Example
Text Example
White with #984036
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #984036; }
p { color: rgb(152,64,54); }
H1.HeaderClassName
{
color: #984036;
}
.AnyTagClassName
{
color: #984036;
}
</style>
background-color css
<style>
a { background-color: #984036; }
a { background-color: rgb(152,64,54); }
div.DivClassName
{
background-color: #984036;
}
.BgClassName
{
background-color: #984036;
}
</style>
border-color css
<style>
span { border-color: #984036; }
span { border-color: rgb(152,64,54); }
td.TdClassName
{
border-color: #984036;
}
.TagClassName
{
border-color: #984036;
}
</style>