Shades of Mojo #8F423F
Tints of Mojo #8F423F
RGB
CMYK
RGB Variations
Color information
#8F423F (or 0x8F423F) is known color: Mojo. HEX triplet: 8F, 42 and 3F. RGB value is (143,66,63). Sum of RGB (Red+Green+Blue) = 143+66+63=272 (36% of max value = 765). Red value is 143 (56.25% from 255 or 52.57% from 272); Green value is 66 (26.17% from 255 or 24.26% from 272); Blue value is 63 (25% from 255 or 23.16% from 272); Max value from RGB is 143 - color contains mainly: red. Hex color #8F423F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8F423F is #70BDC0. Grayscale: #585858. Windows color (decimal): -7388609 or 4145807. OLE color: 4145807.
HSL color Cylindrical-coordinate representation of color #8F423F: hue angle of 2.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 #8F423F is Cyan = 0, Magento = 0.54, Yellow = 0.56 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 143 | 66 | 63 | - |
| CMYK | 0 | 0.54 | 0.56 | 0.44 |
| HSL | 2.25º | 0.39% | 0.4% | - |
| HSV(B) | 2.25º | 0.56% | 0.56% | - |
| XYZ | 14.17 | 10.09 | 5.9 | - |
| YUV | 88.68 | 113.51 | 166.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 66 | 63 | 0 | 0.54 | 0.56 | 0.44 | 2.25 | 0.39 | 0.4 |
| Hex | 8F | 42 | 3F | 0 | 36 | 38 | 2C | 2 | 27 | 28 |
| Octal | 217 | 102 | 77 | 0 | 66 | 70 | 54 | 2 | 47 | 50 |
| Binary | 10001111 | 1000010 | 111111 | 0 | 110110 | 111000 | 101100 | 10 | 100111 | 101000 |
Color Harmonies of #8F423F
Complementary color
Monochromatic Colors of #8F423F
Black with #8F423F
Text Example
Text Example
White with #8F423F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F423F; }
p { color: rgb(143,66,63); }
H1.HeaderClassName
{
color: #8F423F;
}
.AnyTagClassName
{
color: #8F423F;
}
</style>
background-color css
<style>
a { background-color: #8F423F; }
a { background-color: rgb(143,66,63); }
div.DivClassName
{
background-color: #8F423F;
}
.BgClassName
{
background-color: #8F423F;
}
</style>
border-color css
<style>
span { border-color: #8F423F; }
span { border-color: rgb(143,66,63); }
td.TdClassName
{
border-color: #8F423F;
}
.TagClassName
{
border-color: #8F423F;
}
</style>