Shades of Mojo #8D443F
Tints of Mojo #8D443F
RGB
CMYK
RGB Variations
Color information
#8D443F (or 0x8D443F) is known color: Mojo. HEX triplet: 8D, 44 and 3F. RGB value is (141,68,63). Sum of RGB (Red+Green+Blue) = 141+68+63=272 (36% of max value = 765). Red value is 141 (55.47% from 255 or 51.84% from 272); Green value is 68 (26.95% from 255 or 25% from 272); Blue value is 63 (25% from 255 or 23.16% from 272); Max value from RGB is 141 - color contains mainly: red. Hex color #8D443F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8D443F is #72BBC0. Grayscale: #595959. Windows color (decimal): -7519169 or 4146317. OLE color: 4146317.
HSL color Cylindrical-coordinate representation of color #8D443F: hue angle of 3.85º degrees, saturation: 0.38, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #8D443F is Cyan = 0, Magento = 0.52, Yellow = 0.55 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 141 | 68 | 63 | - |
| CMYK | 0 | 0.52 | 0.55 | 0.45 |
| HSL | 3.85º | 0.38% | 0.4% | - |
| HSV(B) | 3.85º | 0.55% | 0.55% | - |
| XYZ | 13.95 | 10.16 | 5.93 | - |
| YUV | 89.26 | 113.18 | 164.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 68 | 63 | 0 | 0.52 | 0.55 | 0.45 | 3.85 | 0.38 | 0.4 |
| Hex | 8D | 44 | 3F | 0 | 34 | 37 | 2D | 4 | 26 | 28 |
| Octal | 215 | 104 | 77 | 0 | 64 | 67 | 55 | 4 | 46 | 50 |
| Binary | 10001101 | 1000100 | 111111 | 0 | 110100 | 110111 | 101101 | 100 | 100110 | 101000 |
Color Harmonies of #8D443F
Complementary color
Monochromatic Colors of #8D443F
Black with #8D443F
Text Example
Text Example
White with #8D443F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D443F; }
p { color: rgb(141,68,63); }
H1.HeaderClassName
{
color: #8D443F;
}
.AnyTagClassName
{
color: #8D443F;
}
</style>
background-color css
<style>
a { background-color: #8D443F; }
a { background-color: rgb(141,68,63); }
div.DivClassName
{
background-color: #8D443F;
}
.BgClassName
{
background-color: #8D443F;
}
</style>
border-color css
<style>
span { border-color: #8D443F; }
span { border-color: rgb(141,68,63); }
td.TdClassName
{
border-color: #8D443F;
}
.TagClassName
{
border-color: #8D443F;
}
</style>