Shades of Mojo #984A3B
Tints of Mojo #984A3B
RGB
CMYK
RGB Variations
Color information
#984A3B (or 0x984A3B) is known color: Mojo. HEX triplet: 98, 4A and 3B. RGB value is (152,74,59). Sum of RGB (Red+Green+Blue) = 152+74+59=285 (37% of max value = 765). Red value is 152 (59.77% from 255 or 53.33% from 285); Green value is 74 (29.30% from 255 or 25.96% from 285); Blue value is 59 (23.44% from 255 or 20.70% from 285); Max value from RGB is 152 - color contains mainly: red. Hex color #984A3B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #984A3B is #67B5C4. Grayscale: #5F5F5F. Windows color (decimal): -6796741 or 3885720. OLE color: 3885720.
HSL color Cylindrical-coordinate representation of color #984A3B: hue angle of 9.68º degrees, saturation: 0.44, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #984A3B is Cyan = 0, Magento = 0.51, Yellow = 0.61 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 74 | 59 | - |
| CMYK | 0 | 0.51 | 0.61 | 0.40 |
| HSL | 9.68º | 0.44% | 0.41% | - |
| HSV(B) | 9.68º | 0.61% | 0.6% | - |
| XYZ | 16.19 | 11.89 | 5.58 | - |
| YUV | 95.61 | 107.34 | 168.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 74 | 59 | 0 | 0.51 | 0.61 | 0.40 | 9.68 | 0.44 | 0.41 |
| Hex | 98 | 4A | 3B | 0 | 33 | 3D | 28 | A | 2C | 29 |
| Octal | 230 | 112 | 73 | 0 | 63 | 75 | 50 | 12 | 54 | 51 |
| Binary | 10011000 | 1001010 | 111011 | 0 | 110011 | 111101 | 101000 | 1010 | 101100 | 101001 |
Color Harmonies of #984A3B
Complementary color
Monochromatic Colors of #984A3B
Black with #984A3B
Text Example
Text Example
White with #984A3B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #984A3B; }
p { color: rgb(152,74,59); }
H1.HeaderClassName
{
color: #984A3B;
}
.AnyTagClassName
{
color: #984A3B;
}
</style>
background-color css
<style>
a { background-color: #984A3B; }
a { background-color: rgb(152,74,59); }
div.DivClassName
{
background-color: #984A3B;
}
.BgClassName
{
background-color: #984A3B;
}
</style>
border-color css
<style>
span { border-color: #984A3B; }
span { border-color: rgb(152,74,59); }
td.TdClassName
{
border-color: #984A3B;
}
.TagClassName
{
border-color: #984A3B;
}
</style>