Shades of Mojo #8F413C
Tints of Mojo #8F413C
RGB
CMYK
RGB Variations
Color information
#8F413C (or 0x8F413C) is known color: Mojo. HEX triplet: 8F, 41 and 3C. RGB value is (143,65,60). Sum of RGB (Red+Green+Blue) = 143+65+60=268 (35% of max value = 765). Red value is 143 (56.25% from 255 or 53.36% from 268); Green value is 65 (25.78% from 255 or 24.25% from 268); Blue value is 60 (23.83% from 255 or 22.39% from 268); Max value from RGB is 143 - color contains mainly: red. Hex color #8F413C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8F413C is #70BEC3. Grayscale: #575757. Windows color (decimal): -7388868 or 3948943. OLE color: 3948943.
HSL color Cylindrical-coordinate representation of color #8F413C: hue angle of 3.61º 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 #8F413C is Cyan = 0, Magento = 0.55, Yellow = 0.58 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 143 | 65 | 60 | - |
| CMYK | 0 | 0.55 | 0.58 | 0.44 |
| HSL | 3.61º | 0.41% | 0.4% | - |
| HSV(B) | 3.61º | 0.58% | 0.56% | - |
| XYZ | 14.03 | 9.95 | 5.46 | - |
| YUV | 87.75 | 112.34 | 167.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 65 | 60 | 0 | 0.55 | 0.58 | 0.44 | 3.61 | 0.41 | 0.4 |
| Hex | 8F | 41 | 3C | 0 | 37 | 3A | 2C | 4 | 29 | 28 |
| Octal | 217 | 101 | 74 | 0 | 67 | 72 | 54 | 4 | 51 | 50 |
| Binary | 10001111 | 1000001 | 111100 | 0 | 110111 | 111010 | 101100 | 100 | 101001 | 101000 |
Color Harmonies of #8F413C
Complementary color
Monochromatic Colors of #8F413C
Black with #8F413C
Text Example
Text Example
White with #8F413C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F413C; }
p { color: rgb(143,65,60); }
H1.HeaderClassName
{
color: #8F413C;
}
.AnyTagClassName
{
color: #8F413C;
}
</style>
background-color css
<style>
a { background-color: #8F413C; }
a { background-color: rgb(143,65,60); }
div.DivClassName
{
background-color: #8F413C;
}
.BgClassName
{
background-color: #8F413C;
}
</style>
border-color css
<style>
span { border-color: #8F413C; }
span { border-color: rgb(143,65,60); }
td.TdClassName
{
border-color: #8F413C;
}
.TagClassName
{
border-color: #8F413C;
}
</style>