Shades of Mojo #8F473A
Tints of Mojo #8F473A
RGB
CMYK
RGB Variations
Color information
#8F473A (or 0x8F473A) is known color: Mojo. HEX triplet: 8F, 47 and 3A. RGB value is (143,71,58). Sum of RGB (Red+Green+Blue) = 143+71+58=272 (36% of max value = 765). Red value is 143 (56.25% from 255 or 52.57% from 272); Green value is 71 (28.12% from 255 or 26.10% from 272); Blue value is 58 (23.05% from 255 or 21.32% from 272); Max value from RGB is 143 - color contains mainly: red. Hex color #8F473A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8F473A is #70B8C5. Grayscale: #5B5B5B. Windows color (decimal): -7387334 or 3819407. OLE color: 3819407.
HSL color Cylindrical-coordinate representation of color #8F473A: hue angle of 9.18º degrees, saturation: 0.42, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #8F473A is Cyan = 0, Magento = 0.50, Yellow = 0.59 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 143 | 71 | 58 | - |
| CMYK | 0 | 0.50 | 0.59 | 0.44 |
| HSL | 9.18º | 0.42% | 0.39% | - |
| HSV(B) | 9.18º | 0.59% | 0.56% | - |
| XYZ | 14.34 | 10.65 | 5.3 | - |
| YUV | 91.05 | 109.35 | 165.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 71 | 58 | 0 | 0.50 | 0.59 | 0.44 | 9.18 | 0.42 | 0.39 |
| Hex | 8F | 47 | 3A | 0 | 32 | 3B | 2C | 9 | 2A | 27 |
| Octal | 217 | 107 | 72 | 0 | 62 | 73 | 54 | 11 | 52 | 47 |
| Binary | 10001111 | 1000111 | 111010 | 0 | 110010 | 111011 | 101100 | 1001 | 101010 | 100111 |
Color Harmonies of #8F473A
Complementary color
Monochromatic Colors of #8F473A
Black with #8F473A
Text Example
Text Example
White with #8F473A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F473A; }
p { color: rgb(143,71,58); }
H1.HeaderClassName
{
color: #8F473A;
}
.AnyTagClassName
{
color: #8F473A;
}
</style>
background-color css
<style>
a { background-color: #8F473A; }
a { background-color: rgb(143,71,58); }
div.DivClassName
{
background-color: #8F473A;
}
.BgClassName
{
background-color: #8F473A;
}
</style>
border-color css
<style>
span { border-color: #8F473A; }
span { border-color: rgb(143,71,58); }
td.TdClassName
{
border-color: #8F473A;
}
.TagClassName
{
border-color: #8F473A;
}
</style>