Shades of Mojo #983F36
Tints of Mojo #983F36
RGB
CMYK
RGB Variations
Color information
#983F36 (or 0x983F36) is known color: Mojo. HEX triplet: 98, 3F and 36. RGB value is (152,63,54). Sum of RGB (Red+Green+Blue) = 152+63+54=269 (35% of max value = 765). Red value is 152 (59.77% from 255 or 56.51% from 269); Green value is 63 (25% from 255 or 23.42% from 269); Blue value is 54 (21.48% from 255 or 20.07% from 269); Max value from RGB is 152 - color contains mainly: red. Hex color #983F36 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #983F36 is #67C0C9. Grayscale: #585858. Windows color (decimal): -6799562 or 3555224. OLE color: 3555224.
HSL color Cylindrical-coordinate representation of color #983F36: hue angle of 5.51º 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 #983F36 is Cyan = 0, Magento = 0.59, Yellow = 0.64 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 63 | 54 | - |
| CMYK | 0 | 0.59 | 0.64 | 0.40 |
| HSL | 5.51º | 0.48% | 0.4% | - |
| HSV(B) | 5.51º | 0.64% | 0.6% | - |
| XYZ | 15.39 | 10.5 | 4.7 | - |
| YUV | 88.59 | 108.49 | 173.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 63 | 54 | 0 | 0.59 | 0.64 | 0.40 | 5.51 | 0.48 | 0.4 |
| Hex | 98 | 3F | 36 | 0 | 3B | 40 | 28 | 6 | 30 | 28 |
| Octal | 230 | 77 | 66 | 0 | 73 | 100 | 50 | 6 | 60 | 50 |
| Binary | 10011000 | 111111 | 110110 | 0 | 111011 | 1000000 | 101000 | 110 | 110000 | 101000 |
Color Harmonies of #983F36
Complementary color
Monochromatic Colors of #983F36
Black with #983F36
Text Example
Text Example
White with #983F36
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #983F36; }
p { color: rgb(152,63,54); }
H1.HeaderClassName
{
color: #983F36;
}
.AnyTagClassName
{
color: #983F36;
}
</style>
background-color css
<style>
a { background-color: #983F36; }
a { background-color: rgb(152,63,54); }
div.DivClassName
{
background-color: #983F36;
}
.BgClassName
{
background-color: #983F36;
}
</style>
border-color css
<style>
span { border-color: #983F36; }
span { border-color: rgb(152,63,54); }
td.TdClassName
{
border-color: #983F36;
}
.TagClassName
{
border-color: #983F36;
}
</style>