Shades of Mojo #93413A
Tints of Mojo #93413A
RGB
CMYK
RGB Variations
Color information
#93413A (or 0x93413A) is known color: Mojo. HEX triplet: 93, 41 and 3A. RGB value is (147,65,58). Sum of RGB (Red+Green+Blue) = 147+65+58=270 (35% of max value = 765). Red value is 147 (57.81% from 255 or 54.44% from 270); Green value is 65 (25.78% from 255 or 24.07% from 270); Blue value is 58 (23.05% from 255 or 21.48% from 270); Max value from RGB is 147 - color contains mainly: red. Hex color #93413A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #93413A is #6CBEC5. Grayscale: #585858. Windows color (decimal): -7126726 or 3817875. OLE color: 3817875.
HSL color Cylindrical-coordinate representation of color #93413A: hue angle of 4.72º degrees, saturation: 0.43, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #93413A is Cyan = 0, Magento = 0.56, Yellow = 0.61 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 147 | 65 | 58 | - |
| CMYK | 0 | 0.56 | 0.61 | 0.42 |
| HSL | 4.72º | 0.43% | 0.4% | - |
| HSV(B) | 4.72º | 0.61% | 0.58% | - |
| XYZ | 14.69 | 10.29 | 5.21 | - |
| YUV | 88.72 | 110.67 | 169.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 65 | 58 | 0 | 0.56 | 0.61 | 0.42 | 4.72 | 0.43 | 0.4 |
| Hex | 93 | 41 | 3A | 0 | 38 | 3D | 2A | 5 | 2B | 28 |
| Octal | 223 | 101 | 72 | 0 | 70 | 75 | 52 | 5 | 53 | 50 |
| Binary | 10010011 | 1000001 | 111010 | 0 | 111000 | 111101 | 101010 | 101 | 101011 | 101000 |
Color Harmonies of #93413A
Complementary color
Monochromatic Colors of #93413A
Black with #93413A
Text Example
Text Example
White with #93413A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #93413A; }
p { color: rgb(147,65,58); }
H1.HeaderClassName
{
color: #93413A;
}
.AnyTagClassName
{
color: #93413A;
}
</style>
background-color css
<style>
a { background-color: #93413A; }
a { background-color: rgb(147,65,58); }
div.DivClassName
{
background-color: #93413A;
}
.BgClassName
{
background-color: #93413A;
}
</style>
border-color css
<style>
span { border-color: #93413A; }
span { border-color: rgb(147,65,58); }
td.TdClassName
{
border-color: #93413A;
}
.TagClassName
{
border-color: #93413A;
}
</style>