Shades of Mojo #8B413E
Tints of Mojo #8B413E
RGB
CMYK
RGB Variations
Color information
#8B413E (or 0x8B413E) is known color: Mojo. HEX triplet: 8B, 41 and 3E. RGB value is (139,65,62). Sum of RGB (Red+Green+Blue) = 139+65+62=266 (35% of max value = 765). Red value is 139 (54.69% from 255 or 52.26% from 266); Green value is 65 (25.78% from 255 or 24.44% from 266); Blue value is 62 (24.61% from 255 or 23.31% from 266); Max value from RGB is 139 - color contains mainly: red. Hex color #8B413E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8B413E is #74BEC1. Grayscale: #565656. Windows color (decimal): -7651010 or 4080011. OLE color: 4080011.
HSL color Cylindrical-coordinate representation of color #8B413E: hue angle of 2.34º degrees, saturation: 0.38, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #8B413E is Cyan = 0, Magento = 0.53, Yellow = 0.55 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 139 | 65 | 62 | - |
| CMYK | 0 | 0.53 | 0.55 | 0.45 |
| HSL | 2.34º | 0.38% | 0.39% | - |
| HSV(B) | 2.34º | 0.55% | 0.55% | - |
| XYZ | 13.41 | 9.62 | 5.71 | - |
| YUV | 86.78 | 114.02 | 165.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 65 | 62 | 0 | 0.53 | 0.55 | 0.45 | 2.34 | 0.38 | 0.39 |
| Hex | 8B | 41 | 3E | 0 | 35 | 37 | 2D | 2 | 26 | 27 |
| Octal | 213 | 101 | 76 | 0 | 65 | 67 | 55 | 2 | 46 | 47 |
| Binary | 10001011 | 1000001 | 111110 | 0 | 110101 | 110111 | 101101 | 10 | 100110 | 100111 |
Color Harmonies of #8B413E
Complementary color
Monochromatic Colors of #8B413E
Black with #8B413E
Text Example
Text Example
White with #8B413E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B413E; }
p { color: rgb(139,65,62); }
H1.HeaderClassName
{
color: #8B413E;
}
.AnyTagClassName
{
color: #8B413E;
}
</style>
background-color css
<style>
a { background-color: #8B413E; }
a { background-color: rgb(139,65,62); }
div.DivClassName
{
background-color: #8B413E;
}
.BgClassName
{
background-color: #8B413E;
}
</style>
border-color css
<style>
span { border-color: #8B413E; }
span { border-color: rgb(139,65,62); }
td.TdClassName
{
border-color: #8B413E;
}
.TagClassName
{
border-color: #8B413E;
}
</style>