Shades of Mojo #994A3C
Tints of Mojo #994A3C
RGB
CMYK
RGB Variations
Color information
#994A3C (or 0x994A3C) is known color: Mojo. HEX triplet: 99, 4A and 3C. RGB value is (153,74,60). Sum of RGB (Red+Green+Blue) = 153+74+60=287 (38% of max value = 765). Red value is 153 (60.16% from 255 or 53.31% from 287); Green value is 74 (29.30% from 255 or 25.78% from 287); Blue value is 60 (23.83% from 255 or 20.91% from 287); Max value from RGB is 153 - color contains mainly: red. Hex color #994A3C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #994A3C is #66B5C3. Grayscale: #606060. Windows color (decimal): -6731204 or 3951257. OLE color: 3951257.
HSL color Cylindrical-coordinate representation of color #994A3C: hue angle of 9.03º degrees, saturation: 0.44, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #994A3C is Cyan = 0, Magento = 0.52, Yellow = 0.61 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 74 | 60 | - |
| CMYK | 0 | 0.52 | 0.61 | 0.4 |
| HSL | 9.03º | 0.44% | 0.42% | - |
| HSV(B) | 9.03º | 0.61% | 0.6% | - |
| XYZ | 16.4 | 12 | 5.73 | - |
| YUV | 96.03 | 107.67 | 168.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 74 | 60 | 0 | 0.52 | 0.61 | 0.4 | 9.03 | 0.44 | 0.42 |
| Hex | 99 | 4A | 3C | 0 | 34 | 3D | 28 | 9 | 2C | 2A |
| Octal | 231 | 112 | 74 | 0 | 64 | 75 | 50 | 11 | 54 | 52 |
| Binary | 10011001 | 1001010 | 111100 | 0 | 110100 | 111101 | 101000 | 1001 | 101100 | 101010 |
Color Harmonies of #994A3C
Complementary color
Monochromatic Colors of #994A3C
Black with #994A3C
Text Example
Text Example
White with #994A3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #994A3C; }
p { color: rgb(153,74,60); }
H1.HeaderClassName
{
color: #994A3C;
}
.AnyTagClassName
{
color: #994A3C;
}
</style>
background-color css
<style>
a { background-color: #994A3C; }
a { background-color: rgb(153,74,60); }
div.DivClassName
{
background-color: #994A3C;
}
.BgClassName
{
background-color: #994A3C;
}
</style>
border-color css
<style>
span { border-color: #994A3C; }
span { border-color: rgb(153,74,60); }
td.TdClassName
{
border-color: #994A3C;
}
.TagClassName
{
border-color: #994A3C;
}
</style>