Shades of Mojo #8F463F
Tints of Mojo #8F463F
RGB
CMYK
RGB Variations
Color information
#8F463F (or 0x8F463F) is known color: Mojo. HEX triplet: 8F, 46 and 3F. RGB value is (143,70,63). Sum of RGB (Red+Green+Blue) = 143+70+63=276 (36% of max value = 765). Red value is 143 (56.25% from 255 or 51.81% from 276); Green value is 70 (27.73% from 255 or 25.36% from 276); Blue value is 63 (25% from 255 or 22.83% from 276); Max value from RGB is 143 - color contains mainly: red. Hex color #8F463F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8F463F is #70B9C0. Grayscale: #5B5B5B. Windows color (decimal): -7387585 or 4146831. OLE color: 4146831.
HSL color Cylindrical-coordinate representation of color #8F463F: hue angle of 5.25º degrees, saturation: 0.39, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #8F463F is Cyan = 0, Magento = 0.51, Yellow = 0.56 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 143 | 70 | 63 | - |
| CMYK | 0 | 0.51 | 0.56 | 0.44 |
| HSL | 5.25º | 0.39% | 0.4% | - |
| HSV(B) | 5.25º | 0.56% | 0.56% | - |
| XYZ | 14.42 | 10.58 | 5.98 | - |
| YUV | 91.03 | 112.18 | 165.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 70 | 63 | 0 | 0.51 | 0.56 | 0.44 | 5.25 | 0.39 | 0.4 |
| Hex | 8F | 46 | 3F | 0 | 33 | 38 | 2C | 5 | 27 | 28 |
| Octal | 217 | 106 | 77 | 0 | 63 | 70 | 54 | 5 | 47 | 50 |
| Binary | 10001111 | 1000110 | 111111 | 0 | 110011 | 111000 | 101100 | 101 | 100111 | 101000 |
Color Harmonies of #8F463F
Complementary color
Monochromatic Colors of #8F463F
Black with #8F463F
Text Example
Text Example
White with #8F463F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F463F; }
p { color: rgb(143,70,63); }
H1.HeaderClassName
{
color: #8F463F;
}
.AnyTagClassName
{
color: #8F463F;
}
</style>
background-color css
<style>
a { background-color: #8F463F; }
a { background-color: rgb(143,70,63); }
div.DivClassName
{
background-color: #8F463F;
}
.BgClassName
{
background-color: #8F463F;
}
</style>
border-color css
<style>
span { border-color: #8F463F; }
span { border-color: rgb(143,70,63); }
td.TdClassName
{
border-color: #8F463F;
}
.TagClassName
{
border-color: #8F463F;
}
</style>