Shades of Mojo #994338
Tints of Mojo #994338
RGB
CMYK
RGB Variations
Color information
#994338 (or 0x994338) is known color: Mojo. HEX triplet: 99, 43 and 38. RGB value is (153,67,56). Sum of RGB (Red+Green+Blue) = 153+67+56=276 (36% of max value = 765). Red value is 153 (60.16% from 255 or 55.43% from 276); Green value is 67 (26.56% from 255 or 24.28% from 276); Blue value is 56 (22.27% from 255 or 20.29% from 276); Max value from RGB is 153 - color contains mainly: red. Hex color #994338 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #994338 is #66BCC7. Grayscale: #5B5B5B. Windows color (decimal): -6733000 or 3687321. OLE color: 3687321.
HSL color Cylindrical-coordinate representation of color #994338: hue angle of 6.8º 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 #994338 is Cyan = 0, Magento = 0.56, Yellow = 0.63 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 67 | 56 | - |
| CMYK | 0 | 0.56 | 0.63 | 0.4 |
| HSL | 6.8º | 0.46% | 0.41% | - |
| HSV(B) | 6.8º | 0.63% | 0.6% | - |
| XYZ | 15.86 | 11.07 | 5.04 | - |
| YUV | 91.46 | 107.99 | 171.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 67 | 56 | 0 | 0.56 | 0.63 | 0.4 | 6.8 | 0.46 | 0.41 |
| Hex | 99 | 43 | 38 | 0 | 38 | 3F | 28 | 7 | 2E | 29 |
| Octal | 231 | 103 | 70 | 0 | 70 | 77 | 50 | 7 | 56 | 51 |
| Binary | 10011001 | 1000011 | 111000 | 0 | 111000 | 111111 | 101000 | 111 | 101110 | 101001 |
Color Harmonies of #994338
Complementary color
Monochromatic Colors of #994338
Black with #994338
Text Example
Text Example
White with #994338
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #994338; }
p { color: rgb(153,67,56); }
H1.HeaderClassName
{
color: #994338;
}
.AnyTagClassName
{
color: #994338;
}
</style>
background-color css
<style>
a { background-color: #994338; }
a { background-color: rgb(153,67,56); }
div.DivClassName
{
background-color: #994338;
}
.BgClassName
{
background-color: #994338;
}
</style>
border-color css
<style>
span { border-color: #994338; }
span { border-color: rgb(153,67,56); }
td.TdClassName
{
border-color: #994338;
}
.TagClassName
{
border-color: #994338;
}
</style>