Shades of Mojo #984439
Tints of Mojo #984439
RGB
CMYK
RGB Variations
Color information
#984439 (or 0x984439) is known color: Mojo. HEX triplet: 98, 44 and 39. RGB value is (152,68,57). Sum of RGB (Red+Green+Blue) = 152+68+57=277 (36% of max value = 765). Red value is 152 (59.77% from 255 or 54.87% from 277); Green value is 68 (26.95% from 255 or 24.55% from 277); Blue value is 57 (22.66% from 255 or 20.58% from 277); Max value from RGB is 152 - color contains mainly: red. Hex color #984439 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #984439 is #67BBC6. Grayscale: #5B5B5B. Windows color (decimal): -6798279 or 3753112. OLE color: 3753112.
HSL color Cylindrical-coordinate representation of color #984439: hue angle of 6.95º 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 #984439 is Cyan = 0, Magento = 0.55, Yellow = 0.62 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 68 | 57 | - |
| CMYK | 0 | 0.55 | 0.62 | 0.40 |
| HSL | 6.95º | 0.45% | 0.41% | - |
| HSV(B) | 6.95º | 0.63% | 0.6% | - |
| XYZ | 15.75 | 11.11 | 5.18 | - |
| YUV | 91.86 | 108.33 | 170.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 68 | 57 | 0 | 0.55 | 0.62 | 0.40 | 6.95 | 0.45 | 0.41 |
| Hex | 98 | 44 | 39 | 0 | 37 | 3E | 28 | 7 | 2D | 29 |
| Octal | 230 | 104 | 71 | 0 | 67 | 76 | 50 | 7 | 55 | 51 |
| Binary | 10011000 | 1000100 | 111001 | 0 | 110111 | 111110 | 101000 | 111 | 101101 | 101001 |
Color Harmonies of #984439
Complementary color
Monochromatic Colors of #984439
Black with #984439
Text Example
Text Example
White with #984439
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #984439; }
p { color: rgb(152,68,57); }
H1.HeaderClassName
{
color: #984439;
}
.AnyTagClassName
{
color: #984439;
}
</style>
background-color css
<style>
a { background-color: #984439; }
a { background-color: rgb(152,68,57); }
div.DivClassName
{
background-color: #984439;
}
.BgClassName
{
background-color: #984439;
}
</style>
border-color css
<style>
span { border-color: #984439; }
span { border-color: rgb(152,68,57); }
td.TdClassName
{
border-color: #984439;
}
.TagClassName
{
border-color: #984439;
}
</style>