Shades of Mojo #993F37
Tints of Mojo #993F37
RGB
CMYK
RGB Variations
Color information
#993F37 (or 0x993F37) is known color: Mojo. HEX triplet: 99, 3F and 37. RGB value is (153,63,55). Sum of RGB (Red+Green+Blue) = 153+63+55=271 (35% of max value = 765). Red value is 153 (60.16% from 255 or 56.46% from 271); Green value is 63 (25% from 255 or 23.25% from 271); Blue value is 55 (21.88% from 255 or 20.30% from 271); Max value from RGB is 153 - color contains mainly: red. Hex color #993F37 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #993F37 is #66C0C8. Grayscale: #595959. Windows color (decimal): -6734025 or 3620761. OLE color: 3620761.
HSL color Cylindrical-coordinate representation of color #993F37: hue angle of 4.9º degrees, saturation: 0.47, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #993F37 is Cyan = 0, Magento = 0.59, Yellow = 0.64 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 63 | 55 | - |
| CMYK | 0 | 0.59 | 0.64 | 0.4 |
| HSL | 4.9º | 0.47% | 0.41% | - |
| HSV(B) | 4.9º | 0.64% | 0.6% | - |
| XYZ | 15.6 | 10.6 | 4.84 | - |
| YUV | 89 | 108.82 | 173.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 63 | 55 | 0 | 0.59 | 0.64 | 0.4 | 4.9 | 0.47 | 0.41 |
| Hex | 99 | 3F | 37 | 0 | 3B | 40 | 28 | 5 | 2F | 29 |
| Octal | 231 | 77 | 67 | 0 | 73 | 100 | 50 | 5 | 57 | 51 |
| Binary | 10011001 | 111111 | 110111 | 0 | 111011 | 1000000 | 101000 | 101 | 101111 | 101001 |
Color Harmonies of #993F37
Complementary color
Monochromatic Colors of #993F37
Black with #993F37
Text Example
Text Example
White with #993F37
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #993F37; }
p { color: rgb(153,63,55); }
H1.HeaderClassName
{
color: #993F37;
}
.AnyTagClassName
{
color: #993F37;
}
</style>
background-color css
<style>
a { background-color: #993F37; }
a { background-color: rgb(153,63,55); }
div.DivClassName
{
background-color: #993F37;
}
.BgClassName
{
background-color: #993F37;
}
</style>
border-color css
<style>
span { border-color: #993F37; }
span { border-color: rgb(153,63,55); }
td.TdClassName
{
border-color: #993F37;
}
.TagClassName
{
border-color: #993F37;
}
</style>