Shades of Mojo #94433B
Tints of Mojo #94433B
RGB
CMYK
RGB Variations
Color information
#94433B (or 0x94433B) is known color: Mojo. HEX triplet: 94, 43 and 3B. RGB value is (148,67,59). Sum of RGB (Red+Green+Blue) = 148+67+59=274 (36% of max value = 765). Red value is 148 (58.20% from 255 or 54.01% from 274); Green value is 67 (26.56% from 255 or 24.45% from 274); Blue value is 59 (23.44% from 255 or 21.53% from 274); Max value from RGB is 148 - color contains mainly: red. Hex color #94433B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #94433B is #6BBCC4. Grayscale: #5A5A5A. Windows color (decimal): -7060677 or 3883924. OLE color: 3883924.
HSL color Cylindrical-coordinate representation of color #94433B: hue angle of 5.39º degrees, saturation: 0.43, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #94433B is Cyan = 0, Magento = 0.55, Yellow = 0.60 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 148 | 67 | 59 | - |
| CMYK | 0 | 0.55 | 0.60 | 0.42 |
| HSL | 5.39º | 0.43% | 0.41% | - |
| HSV(B) | 5.39º | 0.6% | 0.58% | - |
| XYZ | 15.01 | 10.63 | 5.4 | - |
| YUV | 90.31 | 110.34 | 169.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 67 | 59 | 0 | 0.55 | 0.60 | 0.42 | 5.39 | 0.43 | 0.41 |
| Hex | 94 | 43 | 3B | 0 | 37 | 3C | 2A | 5 | 2B | 29 |
| Octal | 224 | 103 | 73 | 0 | 67 | 74 | 52 | 5 | 53 | 51 |
| Binary | 10010100 | 1000011 | 111011 | 0 | 110111 | 111100 | 101010 | 101 | 101011 | 101001 |
Color Harmonies of #94433B
Complementary color
Monochromatic Colors of #94433B
Black with #94433B
Text Example
Text Example
White with #94433B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #94433B; }
p { color: rgb(148,67,59); }
H1.HeaderClassName
{
color: #94433B;
}
.AnyTagClassName
{
color: #94433B;
}
</style>
background-color css
<style>
a { background-color: #94433B; }
a { background-color: rgb(148,67,59); }
div.DivClassName
{
background-color: #94433B;
}
.BgClassName
{
background-color: #94433B;
}
</style>
border-color css
<style>
span { border-color: #94433B; }
span { border-color: rgb(148,67,59); }
td.TdClassName
{
border-color: #94433B;
}
.TagClassName
{
border-color: #94433B;
}
</style>