Shades of Mojo #8F4342
Tints of Mojo #8F4342
RGB
CMYK
RGB Variations
Color information
#8F4342 (or 0x8F4342) is known color: Mojo. HEX triplet: 8F, 43 and 42. RGB value is (143,67,66). Sum of RGB (Red+Green+Blue) = 143+67+66=276 (36% of max value = 765). Red value is 143 (56.25% from 255 or 51.81% from 276); Green value is 67 (26.56% from 255 or 24.28% from 276); Blue value is 66 (26.17% from 255 or 23.91% from 276); Max value from RGB is 143 - color contains mainly: red. Hex color #8F4342 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8F4342 is #70BCBD. Grayscale: #595959. Windows color (decimal): -7388350 or 4342671. OLE color: 4342671.
HSL color Cylindrical-coordinate representation of color #8F4342: hue angle of 0.78º degrees, saturation: 0.37, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #8F4342 is Cyan = 0, Magento = 0.53, Yellow = 0.54 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 143 | 67 | 66 | - |
| CMYK | 0 | 0.53 | 0.54 | 0.44 |
| HSL | 0.78º | 0.37% | 0.41% | - |
| HSV(B) | 0.78º | 0.54% | 0.56% | - |
| XYZ | 14.32 | 10.25 | 6.38 | - |
| YUV | 89.61 | 114.68 | 166.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 67 | 66 | 0 | 0.53 | 0.54 | 0.44 | 0.78 | 0.37 | 0.41 |
| Hex | 8F | 43 | 42 | 0 | 35 | 36 | 2C | 1 | 25 | 29 |
| Octal | 217 | 103 | 102 | 0 | 65 | 66 | 54 | 1 | 45 | 51 |
| Binary | 10001111 | 1000011 | 1000010 | 0 | 110101 | 110110 | 101100 | 1 | 100101 | 101001 |
Color Harmonies of #8F4342
Complementary color
Monochromatic Colors of #8F4342
Black with #8F4342
Text Example
Text Example
White with #8F4342
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F4342; }
p { color: rgb(143,67,66); }
H1.HeaderClassName
{
color: #8F4342;
}
.AnyTagClassName
{
color: #8F4342;
}
</style>
background-color css
<style>
a { background-color: #8F4342; }
a { background-color: rgb(143,67,66); }
div.DivClassName
{
background-color: #8F4342;
}
.BgClassName
{
background-color: #8F4342;
}
</style>
border-color css
<style>
span { border-color: #8F4342; }
span { border-color: rgb(143,67,66); }
td.TdClassName
{
border-color: #8F4342;
}
.TagClassName
{
border-color: #8F4342;
}
</style>