Shades of Mojo #994D3F
Tints of Mojo #994D3F
RGB
CMYK
RGB Variations
Color information
#994D3F (or 0x994D3F) is known color: Mojo. HEX triplet: 99, 4D and 3F. RGB value is (153,77,63). Sum of RGB (Red+Green+Blue) = 153+77+63=293 (38% of max value = 765). Red value is 153 (60.16% from 255 or 52.22% from 293); Green value is 77 (30.47% from 255 or 26.28% from 293); Blue value is 63 (25% from 255 or 21.50% from 293); Max value from RGB is 153 - color contains mainly: red. Hex color #994D3F is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #994D3F is #66B2C0. Grayscale: #626262. Windows color (decimal): -6730433 or 4148633. OLE color: 4148633.
HSL color Cylindrical-coordinate representation of color #994D3F: hue angle of 9.33º degrees, saturation: 0.42, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #994D3F is Cyan = 0, Magento = 0.50, Yellow = 0.59 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 77 | 63 | - |
| CMYK | 0 | 0.50 | 0.59 | 0.4 |
| HSL | 9.33º | 0.42% | 0.42% | - |
| HSV(B) | 9.33º | 0.59% | 0.6% | - |
| XYZ | 16.69 | 12.44 | 6.22 | - |
| YUV | 98.13 | 108.18 | 167.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 77 | 63 | 0 | 0.50 | 0.59 | 0.4 | 9.33 | 0.42 | 0.42 |
| Hex | 99 | 4D | 3F | 0 | 32 | 3B | 28 | 9 | 2A | 2A |
| Octal | 231 | 115 | 77 | 0 | 62 | 73 | 50 | 11 | 52 | 52 |
| Binary | 10011001 | 1001101 | 111111 | 0 | 110010 | 111011 | 101000 | 1001 | 101010 | 101010 |
Color Harmonies of #994D3F
Complementary color
Monochromatic Colors of #994D3F
Black with #994D3F
Text Example
Text Example
White with #994D3F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #994D3F; }
p { color: rgb(153,77,63); }
H1.HeaderClassName
{
color: #994D3F;
}
.AnyTagClassName
{
color: #994D3F;
}
</style>
background-color css
<style>
a { background-color: #994D3F; }
a { background-color: rgb(153,77,63); }
div.DivClassName
{
background-color: #994D3F;
}
.BgClassName
{
background-color: #994D3F;
}
</style>
border-color css
<style>
span { border-color: #994D3F; }
span { border-color: rgb(153,77,63); }
td.TdClassName
{
border-color: #994D3F;
}
.TagClassName
{
border-color: #994D3F;
}
</style>