Shades of Mojo #8F463D
Tints of Mojo #8F463D
RGB
CMYK
RGB Variations
Color information
#8F463D (or 0x8F463D) is known color: Mojo. HEX triplet: 8F, 46 and 3D. RGB value is (143,70,61). Sum of RGB (Red+Green+Blue) = 143+70+61=274 (36% of max value = 765). Red value is 143 (56.25% from 255 or 52.19% from 274); Green value is 70 (27.73% from 255 or 25.55% from 274); Blue value is 61 (24.22% from 255 or 22.26% from 274); Max value from RGB is 143 - color contains mainly: red. Hex color #8F463D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8F463D is #70B9C2. Grayscale: #5A5A5A. Windows color (decimal): -7387587 or 4015759. OLE color: 4015759.
HSL color Cylindrical-coordinate representation of color #8F463D: hue angle of 6.59º 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 #8F463D is Cyan = 0, Magento = 0.51, Yellow = 0.57 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 143 | 70 | 61 | - |
| CMYK | 0 | 0.51 | 0.57 | 0.44 |
| HSL | 6.59º | 0.4% | 0.4% | - |
| HSV(B) | 6.59º | 0.57% | 0.56% | - |
| XYZ | 14.36 | 10.56 | 5.7 | - |
| YUV | 90.8 | 111.18 | 165.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 70 | 61 | 0 | 0.51 | 0.57 | 0.44 | 6.59 | 0.4 | 0.4 |
| Hex | 8F | 46 | 3D | 0 | 33 | 39 | 2C | 7 | 28 | 28 |
| Octal | 217 | 106 | 75 | 0 | 63 | 71 | 54 | 7 | 50 | 50 |
| Binary | 10001111 | 1000110 | 111101 | 0 | 110011 | 111001 | 101100 | 111 | 101000 | 101000 |
Color Harmonies of #8F463D
Complementary color
Monochromatic Colors of #8F463D
Black with #8F463D
Text Example
Text Example
White with #8F463D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F463D; }
p { color: rgb(143,70,61); }
H1.HeaderClassName
{
color: #8F463D;
}
.AnyTagClassName
{
color: #8F463D;
}
</style>
background-color css
<style>
a { background-color: #8F463D; }
a { background-color: rgb(143,70,61); }
div.DivClassName
{
background-color: #8F463D;
}
.BgClassName
{
background-color: #8F463D;
}
</style>
border-color css
<style>
span { border-color: #8F463D; }
span { border-color: rgb(143,70,61); }
td.TdClassName
{
border-color: #8F463D;
}
.TagClassName
{
border-color: #8F463D;
}
</style>