Shades of Mojo #994439
Tints of Mojo #994439
RGB
CMYK
RGB Variations
Color information
#994439 (or 0x994439) is known color: Mojo. HEX triplet: 99, 44 and 39. RGB value is (153,68,57). Sum of RGB (Red+Green+Blue) = 153+68+57=278 (36% of max value = 765). Red value is 153 (60.16% from 255 or 55.04% from 278); Green value is 68 (26.95% from 255 or 24.46% from 278); Blue value is 57 (22.66% from 255 or 20.50% from 278); Max value from RGB is 153 - color contains mainly: red. Hex color #994439 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #994439 is #66BBC6. Grayscale: #5C5C5C. Windows color (decimal): -6732743 or 3753113. OLE color: 3753113.
HSL color Cylindrical-coordinate representation of color #994439: hue angle of 6.88º degrees, saturation: 0.46, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #994439 is Cyan = 0, Magento = 0.56, Yellow = 0.63 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 68 | 57 | - |
| CMYK | 0 | 0.56 | 0.63 | 0.4 |
| HSL | 6.88º | 0.46% | 0.41% | - |
| HSV(B) | 6.88º | 0.63% | 0.6% | - |
| XYZ | 15.94 | 11.2 | 5.19 | - |
| YUV | 92.16 | 108.16 | 171.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 68 | 57 | 0 | 0.56 | 0.63 | 0.4 | 6.88 | 0.46 | 0.41 |
| Hex | 99 | 44 | 39 | 0 | 38 | 3F | 28 | 7 | 2E | 29 |
| Octal | 231 | 104 | 71 | 0 | 70 | 77 | 50 | 7 | 56 | 51 |
| Binary | 10011001 | 1000100 | 111001 | 0 | 111000 | 111111 | 101000 | 111 | 101110 | 101001 |
Color Harmonies of #994439
Complementary color
Monochromatic Colors of #994439
Black with #994439
Text Example
Text Example
White with #994439
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #994439; }
p { color: rgb(153,68,57); }
H1.HeaderClassName
{
color: #994439;
}
.AnyTagClassName
{
color: #994439;
}
</style>
background-color css
<style>
a { background-color: #994439; }
a { background-color: rgb(153,68,57); }
div.DivClassName
{
background-color: #994439;
}
.BgClassName
{
background-color: #994439;
}
</style>
border-color css
<style>
span { border-color: #994439; }
span { border-color: rgb(153,68,57); }
td.TdClassName
{
border-color: #994439;
}
.TagClassName
{
border-color: #994439;
}
</style>