Shades of Mojo #8F473D
Tints of Mojo #8F473D
RGB
CMYK
RGB Variations
Color information
#8F473D (or 0x8F473D) is known color: Mojo. HEX triplet: 8F, 47 and 3D. RGB value is (143,71,61). Sum of RGB (Red+Green+Blue) = 143+71+61=275 (36% of max value = 765). Red value is 143 (56.25% from 255 or 52% from 275); Green value is 71 (28.12% from 255 or 25.82% from 275); Blue value is 61 (24.22% from 255 or 22.18% from 275); Max value from RGB is 143 - color contains mainly: red. Hex color #8F473D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8F473D is #70B8C2. Grayscale: #5B5B5B. Windows color (decimal): -7387331 or 4016015. OLE color: 4016015.
HSL color Cylindrical-coordinate representation of color #8F473D: hue angle of 7.32º 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 #8F473D is Cyan = 0, Magento = 0.50, Yellow = 0.57 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 143 | 71 | 61 | - |
| CMYK | 0 | 0.50 | 0.57 | 0.44 |
| HSL | 7.32º | 0.4% | 0.4% | - |
| HSV(B) | 7.32º | 0.57% | 0.56% | - |
| XYZ | 14.42 | 10.68 | 5.72 | - |
| YUV | 91.39 | 110.85 | 164.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 71 | 61 | 0 | 0.50 | 0.57 | 0.44 | 7.32 | 0.4 | 0.4 |
| Hex | 8F | 47 | 3D | 0 | 32 | 39 | 2C | 7 | 28 | 28 |
| Octal | 217 | 107 | 75 | 0 | 62 | 71 | 54 | 7 | 50 | 50 |
| Binary | 10001111 | 1000111 | 111101 | 0 | 110010 | 111001 | 101100 | 111 | 101000 | 101000 |
Color Harmonies of #8F473D
Complementary color
Monochromatic Colors of #8F473D
Black with #8F473D
Text Example
Text Example
White with #8F473D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F473D; }
p { color: rgb(143,71,61); }
H1.HeaderClassName
{
color: #8F473D;
}
.AnyTagClassName
{
color: #8F473D;
}
</style>
background-color css
<style>
a { background-color: #8F473D; }
a { background-color: rgb(143,71,61); }
div.DivClassName
{
background-color: #8F473D;
}
.BgClassName
{
background-color: #8F473D;
}
</style>
border-color css
<style>
span { border-color: #8F473D; }
span { border-color: rgb(143,71,61); }
td.TdClassName
{
border-color: #8F473D;
}
.TagClassName
{
border-color: #8F473D;
}
</style>