Shades of Mojo #993F34
Tints of Mojo #993F34
RGB
CMYK
RGB Variations
Color information
#993F34 (or 0x993F34) is known color: Mojo. HEX triplet: 99, 3F and 34. RGB value is (153,63,52). Sum of RGB (Red+Green+Blue) = 153+63+52=268 (35% of max value = 765). Red value is 153 (60.16% from 255 or 57.09% from 268); Green value is 63 (25% from 255 or 23.51% from 268); Blue value is 52 (20.70% from 255 or 19.40% from 268); Max value from RGB is 153 - color contains mainly: red. Hex color #993F34 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #993F34 is #66C0CB. Grayscale: #585858. Windows color (decimal): -6734028 or 3424153. OLE color: 3424153.
HSL color Cylindrical-coordinate representation of color #993F34: hue angle of 6.53º degrees, saturation: 0.49, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #993F34 is Cyan = 0, Magento = 0.59, Yellow = 0.66 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 63 | 52 | - |
| CMYK | 0 | 0.59 | 0.66 | 0.4 |
| HSL | 6.53º | 0.49% | 0.4% | - |
| HSV(B) | 6.53º | 0.66% | 0.6% | - |
| XYZ | 15.53 | 10.58 | 4.47 | - |
| YUV | 88.66 | 107.32 | 173.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 63 | 52 | 0 | 0.59 | 0.66 | 0.4 | 6.53 | 0.49 | 0.4 |
| Hex | 99 | 3F | 34 | 0 | 3B | 42 | 28 | 7 | 31 | 28 |
| Octal | 231 | 77 | 64 | 0 | 73 | 102 | 50 | 7 | 61 | 50 |
| Binary | 10011001 | 111111 | 110100 | 0 | 111011 | 1000010 | 101000 | 111 | 110001 | 101000 |
Color Harmonies of #993F34
Complementary color
Monochromatic Colors of #993F34
Black with #993F34
Text Example
Text Example
White with #993F34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #993F34; }
p { color: rgb(153,63,52); }
H1.HeaderClassName
{
color: #993F34;
}
.AnyTagClassName
{
color: #993F34;
}
</style>
background-color css
<style>
a { background-color: #993F34; }
a { background-color: rgb(153,63,52); }
div.DivClassName
{
background-color: #993F34;
}
.BgClassName
{
background-color: #993F34;
}
</style>
border-color css
<style>
span { border-color: #993F34; }
span { border-color: rgb(153,63,52); }
td.TdClassName
{
border-color: #993F34;
}
.TagClassName
{
border-color: #993F34;
}
</style>