Shades of Mojo #994B36
Tints of Mojo #994B36
RGB
CMYK
RGB Variations
Color information
#994B36 (or 0x994B36) is known color: Mojo. HEX triplet: 99, 4B and 36. RGB value is (153,75,54). Sum of RGB (Red+Green+Blue) = 153+75+54=282 (37% of max value = 765). Red value is 153 (60.16% from 255 or 54.26% from 282); Green value is 75 (29.69% from 255 or 26.60% from 282); Blue value is 54 (21.48% from 255 or 19.15% from 282); Max value from RGB is 153 - color contains mainly: red. Hex color #994B36 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #994B36 is #66B4C9. Grayscale: #606060. Windows color (decimal): -6730954 or 3558297. OLE color: 3558297.
HSL color Cylindrical-coordinate representation of color #994B36: hue angle of 12.73º degrees, saturation: 0.48, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #994B36 is Cyan = 0, Magento = 0.51, Yellow = 0.65 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 75 | 54 | - |
| CMYK | 0 | 0.51 | 0.65 | 0.4 |
| HSL | 12.73º | 0.48% | 0.41% | - |
| HSV(B) | 12.73º | 0.65% | 0.6% | - |
| XYZ | 16.32 | 12.07 | 4.96 | - |
| YUV | 95.93 | 104.34 | 168.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 75 | 54 | 0 | 0.51 | 0.65 | 0.4 | 12.73 | 0.48 | 0.41 |
| Hex | 99 | 4B | 36 | 0 | 33 | 41 | 28 | D | 30 | 29 |
| Octal | 231 | 113 | 66 | 0 | 63 | 101 | 50 | 15 | 60 | 51 |
| Binary | 10011001 | 1001011 | 110110 | 0 | 110011 | 1000001 | 101000 | 1101 | 110000 | 101001 |
Color Harmonies of #994B36
Complementary color
Monochromatic Colors of #994B36
Black with #994B36
Text Example
Text Example
White with #994B36
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #994B36; }
p { color: rgb(153,75,54); }
H1.HeaderClassName
{
color: #994B36;
}
.AnyTagClassName
{
color: #994B36;
}
</style>
background-color css
<style>
a { background-color: #994B36; }
a { background-color: rgb(153,75,54); }
div.DivClassName
{
background-color: #994B36;
}
.BgClassName
{
background-color: #994B36;
}
</style>
border-color css
<style>
span { border-color: #994B36; }
span { border-color: rgb(153,75,54); }
td.TdClassName
{
border-color: #994B36;
}
.TagClassName
{
border-color: #994B36;
}
</style>