Shades of Mojo #8E403D
Tints of Mojo #8E403D
RGB
CMYK
RGB Variations
Color information
#8E403D (or 0x8E403D) is known color: Mojo. HEX triplet: 8E, 40 and 3D. RGB value is (142,64,61). Sum of RGB (Red+Green+Blue) = 142+64+61=267 (35% of max value = 765). Red value is 142 (55.86% from 255 or 53.18% from 267); Green value is 64 (25.39% from 255 or 23.97% from 267); Blue value is 61 (24.22% from 255 or 22.85% from 267); Max value from RGB is 142 - color contains mainly: red. Hex color #8E403D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8E403D is #71BFC2. Grayscale: #575757. Windows color (decimal): -7454659 or 4014222. OLE color: 4014222.
HSL color Cylindrical-coordinate representation of color #8E403D: hue angle of 2.22º degrees, saturation: 0.4, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #8E403D is Cyan = 0, Magento = 0.55, Yellow = 0.57 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 142 | 64 | 61 | - |
| CMYK | 0 | 0.55 | 0.57 | 0.44 |
| HSL | 2.22º | 0.4% | 0.4% | - |
| HSV(B) | 2.22º | 0.57% | 0.56% | - |
| XYZ | 13.83 | 9.75 | 5.57 | - |
| YUV | 86.98 | 113.34 | 167.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 64 | 61 | 0 | 0.55 | 0.57 | 0.44 | 2.22 | 0.4 | 0.4 |
| Hex | 8E | 40 | 3D | 0 | 37 | 39 | 2C | 2 | 28 | 28 |
| Octal | 216 | 100 | 75 | 0 | 67 | 71 | 54 | 2 | 50 | 50 |
| Binary | 10001110 | 1000000 | 111101 | 0 | 110111 | 111001 | 101100 | 10 | 101000 | 101000 |
Color Harmonies of #8E403D
Complementary color
Monochromatic Colors of #8E403D
Black with #8E403D
Text Example
Text Example
White with #8E403D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8E403D; }
p { color: rgb(142,64,61); }
H1.HeaderClassName
{
color: #8E403D;
}
.AnyTagClassName
{
color: #8E403D;
}
</style>
background-color css
<style>
a { background-color: #8E403D; }
a { background-color: rgb(142,64,61); }
div.DivClassName
{
background-color: #8E403D;
}
.BgClassName
{
background-color: #8E403D;
}
</style>
border-color css
<style>
span { border-color: #8E403D; }
span { border-color: rgb(142,64,61); }
td.TdClassName
{
border-color: #8E403D;
}
.TagClassName
{
border-color: #8E403D;
}
</style>