Shades of Mojo #94423C
Tints of Mojo #94423C
RGB
CMYK
RGB Variations
Color information
#94423C (or 0x94423C) is known color: Mojo. HEX triplet: 94, 42 and 3C. RGB value is (148,66,60). Sum of RGB (Red+Green+Blue) = 148+66+60=274 (36% of max value = 765). Red value is 148 (58.20% from 255 or 54.01% from 274); Green value is 66 (26.17% from 255 or 24.09% from 274); Blue value is 60 (23.83% from 255 or 21.90% from 274); Max value from RGB is 148 - color contains mainly: red. Hex color #94423C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #94423C is #6BBDC3. Grayscale: #595959. Windows color (decimal): -7060932 or 3949204. OLE color: 3949204.
HSL color Cylindrical-coordinate representation of color #94423C: hue angle of 4.09º degrees, saturation: 0.42, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #94423C is Cyan = 0, Magento = 0.55, Yellow = 0.59 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 148 | 66 | 60 | - |
| CMYK | 0 | 0.55 | 0.59 | 0.42 |
| HSL | 4.09º | 0.42% | 0.41% | - |
| HSV(B) | 4.09º | 0.59% | 0.58% | - |
| XYZ | 14.98 | 10.52 | 5.52 | - |
| YUV | 89.83 | 111.17 | 169.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 66 | 60 | 0 | 0.55 | 0.59 | 0.42 | 4.09 | 0.42 | 0.41 |
| Hex | 94 | 42 | 3C | 0 | 37 | 3B | 2A | 4 | 2A | 29 |
| Octal | 224 | 102 | 74 | 0 | 67 | 73 | 52 | 4 | 52 | 51 |
| Binary | 10010100 | 1000010 | 111100 | 0 | 110111 | 111011 | 101010 | 100 | 101010 | 101001 |
Color Harmonies of #94423C
Complementary color
Monochromatic Colors of #94423C
Black with #94423C
Text Example
Text Example
White with #94423C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #94423C; }
p { color: rgb(148,66,60); }
H1.HeaderClassName
{
color: #94423C;
}
.AnyTagClassName
{
color: #94423C;
}
</style>
background-color css
<style>
a { background-color: #94423C; }
a { background-color: rgb(148,66,60); }
div.DivClassName
{
background-color: #94423C;
}
.BgClassName
{
background-color: #94423C;
}
</style>
border-color css
<style>
span { border-color: #94423C; }
span { border-color: rgb(148,66,60); }
td.TdClassName
{
border-color: #94423C;
}
.TagClassName
{
border-color: #94423C;
}
</style>