Shades of Mojo #8F443D
Tints of Mojo #8F443D
RGB
CMYK
RGB Variations
Color information
#8F443D (or 0x8F443D) is known color: Mojo. HEX triplet: 8F, 44 and 3D. RGB value is (143,68,61). Sum of RGB (Red+Green+Blue) = 143+68+61=272 (36% of max value = 765). Red value is 143 (56.25% from 255 or 52.57% from 272); Green value is 68 (26.95% from 255 or 25% from 272); Blue value is 61 (24.22% from 255 or 22.43% from 272); Max value from RGB is 143 - color contains mainly: red. Hex color #8F443D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8F443D is #70BBC2. Grayscale: #595959. Windows color (decimal): -7388099 or 4015247. OLE color: 4015247.
HSL color Cylindrical-coordinate representation of color #8F443D: hue angle of 5.12º 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 #8F443D is Cyan = 0, Magento = 0.52, Yellow = 0.57 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 143 | 68 | 61 | - |
| CMYK | 0 | 0.52 | 0.57 | 0.44 |
| HSL | 5.12º | 0.4% | 0.4% | - |
| HSV(B) | 5.12º | 0.57% | 0.56% | - |
| XYZ | 14.24 | 10.31 | 5.65 | - |
| YUV | 89.63 | 111.85 | 166.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 68 | 61 | 0 | 0.52 | 0.57 | 0.44 | 5.12 | 0.4 | 0.4 |
| Hex | 8F | 44 | 3D | 0 | 34 | 39 | 2C | 5 | 28 | 28 |
| Octal | 217 | 104 | 75 | 0 | 64 | 71 | 54 | 5 | 50 | 50 |
| Binary | 10001111 | 1000100 | 111101 | 0 | 110100 | 111001 | 101100 | 101 | 101000 | 101000 |
Color Harmonies of #8F443D
Complementary color
Monochromatic Colors of #8F443D
Black with #8F443D
Text Example
Text Example
White with #8F443D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F443D; }
p { color: rgb(143,68,61); }
H1.HeaderClassName
{
color: #8F443D;
}
.AnyTagClassName
{
color: #8F443D;
}
</style>
background-color css
<style>
a { background-color: #8F443D; }
a { background-color: rgb(143,68,61); }
div.DivClassName
{
background-color: #8F443D;
}
.BgClassName
{
background-color: #8F443D;
}
</style>
border-color css
<style>
span { border-color: #8F443D; }
span { border-color: rgb(143,68,61); }
td.TdClassName
{
border-color: #8F443D;
}
.TagClassName
{
border-color: #8F443D;
}
</style>