Shades of Mojo #93423C
Tints of Mojo #93423C
RGB
CMYK
RGB Variations
Color information
#93423C (or 0x93423C) is known color: Mojo. HEX triplet: 93, 42 and 3C. RGB value is (147,66,60). Sum of RGB (Red+Green+Blue) = 147+66+60=273 (36% of max value = 765). Red value is 147 (57.81% from 255 or 53.85% from 273); Green value is 66 (26.17% from 255 or 24.18% from 273); Blue value is 60 (23.83% from 255 or 21.98% from 273); Max value from RGB is 147 - color contains mainly: red. Hex color #93423C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #93423C is #6CBDC3. Grayscale: #595959. Windows color (decimal): -7126468 or 3949203. OLE color: 3949203.
HSL color Cylindrical-coordinate representation of color #93423C: hue angle of 4.14º 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 #93423C is Cyan = 0, Magento = 0.55, Yellow = 0.59 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 147 | 66 | 60 | - |
| CMYK | 0 | 0.55 | 0.59 | 0.42 |
| HSL | 4.14º | 0.42% | 0.41% | - |
| HSV(B) | 4.14º | 0.59% | 0.58% | - |
| XYZ | 14.8 | 10.43 | 5.51 | - |
| YUV | 89.54 | 111.34 | 168.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 66 | 60 | 0 | 0.55 | 0.59 | 0.42 | 4.14 | 0.42 | 0.41 |
| Hex | 93 | 42 | 3C | 0 | 37 | 3B | 2A | 4 | 2A | 29 |
| Octal | 223 | 102 | 74 | 0 | 67 | 73 | 52 | 4 | 52 | 51 |
| Binary | 10010011 | 1000010 | 111100 | 0 | 110111 | 111011 | 101010 | 100 | 101010 | 101001 |
Color Harmonies of #93423C
Complementary color
Monochromatic Colors of #93423C
Black with #93423C
Text Example
Text Example
White with #93423C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #93423C; }
p { color: rgb(147,66,60); }
H1.HeaderClassName
{
color: #93423C;
}
.AnyTagClassName
{
color: #93423C;
}
</style>
background-color css
<style>
a { background-color: #93423C; }
a { background-color: rgb(147,66,60); }
div.DivClassName
{
background-color: #93423C;
}
.BgClassName
{
background-color: #93423C;
}
</style>
border-color css
<style>
span { border-color: #93423C; }
span { border-color: rgb(147,66,60); }
td.TdClassName
{
border-color: #93423C;
}
.TagClassName
{
border-color: #93423C;
}
</style>