Shades of Mojo #97463D
Tints of Mojo #97463D
RGB
CMYK
RGB Variations
Color information
#97463D (or 0x97463D) is known color: Mojo. HEX triplet: 97, 46 and 3D. RGB value is (151,70,61). Sum of RGB (Red+Green+Blue) = 151+70+61=282 (37% of max value = 765). Red value is 151 (59.38% from 255 or 53.55% from 282); Green value is 70 (27.73% from 255 or 24.82% from 282); Blue value is 61 (24.22% from 255 or 21.63% from 282); Max value from RGB is 151 - color contains mainly: red. Hex color #97463D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #97463D is #68B9C2. Grayscale: #5D5D5D. Windows color (decimal): -6863299 or 4015767. OLE color: 4015767.
HSL color Cylindrical-coordinate representation of color #97463D: hue angle of 6º degrees, saturation: 0.42, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #97463D is Cyan = 0, Magento = 0.54, Yellow = 0.60 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 151 | 70 | 61 | - |
| CMYK | 0 | 0.54 | 0.60 | 0.41 |
| HSL | 6º | 0.42% | 0.42% | - |
| HSV(B) | 6º | 0.6% | 0.59% | - |
| XYZ | 15.79 | 11.3 | 5.76 | - |
| YUV | 93.19 | 109.84 | 169.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 70 | 61 | 0 | 0.54 | 0.60 | 0.41 | 6 | 0.42 | 0.42 |
| Hex | 97 | 46 | 3D | 0 | 36 | 3C | 29 | 6 | 2A | 2A |
| Octal | 227 | 106 | 75 | 0 | 66 | 74 | 51 | 6 | 52 | 52 |
| Binary | 10010111 | 1000110 | 111101 | 0 | 110110 | 111100 | 101001 | 110 | 101010 | 101010 |
Color Harmonies of #97463D
Complementary color
Monochromatic Colors of #97463D
Black with #97463D
Text Example
Text Example
White with #97463D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #97463D; }
p { color: rgb(151,70,61); }
H1.HeaderClassName
{
color: #97463D;
}
.AnyTagClassName
{
color: #97463D;
}
</style>
background-color css
<style>
a { background-color: #97463D; }
a { background-color: rgb(151,70,61); }
div.DivClassName
{
background-color: #97463D;
}
.BgClassName
{
background-color: #97463D;
}
</style>
border-color css
<style>
span { border-color: #97463D; }
span { border-color: rgb(151,70,61); }
td.TdClassName
{
border-color: #97463D;
}
.TagClassName
{
border-color: #97463D;
}
</style>