Shades of Mojo #8F463C
Tints of Mojo #8F463C
RGB
CMYK
RGB Variations
Color information
#8F463C (or 0x8F463C) is known color: Mojo. HEX triplet: 8F, 46 and 3C. RGB value is (143,70,60). Sum of RGB (Red+Green+Blue) = 143+70+60=273 (36% of max value = 765). Red value is 143 (56.25% from 255 or 52.38% from 273); Green value is 70 (27.73% from 255 or 25.64% from 273); Blue value is 60 (23.83% from 255 or 21.98% from 273); Max value from RGB is 143 - color contains mainly: red. Hex color #8F463C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8F463C is #70B9C3. Grayscale: #5A5A5A. Windows color (decimal): -7387588 or 3950223. OLE color: 3950223.
HSL color Cylindrical-coordinate representation of color #8F463C: hue angle of 7.23º degrees, saturation: 0.41, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #8F463C is Cyan = 0, Magento = 0.51, Yellow = 0.58 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 143 | 70 | 60 | - |
| CMYK | 0 | 0.51 | 0.58 | 0.44 |
| HSL | 7.23º | 0.41% | 0.4% | - |
| HSV(B) | 7.23º | 0.58% | 0.56% | - |
| XYZ | 14.33 | 10.55 | 5.56 | - |
| YUV | 90.69 | 110.68 | 165.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 70 | 60 | 0 | 0.51 | 0.58 | 0.44 | 7.23 | 0.41 | 0.4 |
| Hex | 8F | 46 | 3C | 0 | 33 | 3A | 2C | 7 | 29 | 28 |
| Octal | 217 | 106 | 74 | 0 | 63 | 72 | 54 | 7 | 51 | 50 |
| Binary | 10001111 | 1000110 | 111100 | 0 | 110011 | 111010 | 101100 | 111 | 101001 | 101000 |
Color Harmonies of #8F463C
Complementary color
Monochromatic Colors of #8F463C
Black with #8F463C
Text Example
Text Example
White with #8F463C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F463C; }
p { color: rgb(143,70,60); }
H1.HeaderClassName
{
color: #8F463C;
}
.AnyTagClassName
{
color: #8F463C;
}
</style>
background-color css
<style>
a { background-color: #8F463C; }
a { background-color: rgb(143,70,60); }
div.DivClassName
{
background-color: #8F463C;
}
.BgClassName
{
background-color: #8F463C;
}
</style>
border-color css
<style>
span { border-color: #8F463C; }
span { border-color: rgb(143,70,60); }
td.TdClassName
{
border-color: #8F463C;
}
.TagClassName
{
border-color: #8F463C;
}
</style>