Shades of Mojo #97463A
Tints of Mojo #97463A
RGB
CMYK
RGB Variations
Color information
#97463A (or 0x97463A) is known color: Mojo. HEX triplet: 97, 46 and 3A. RGB value is (151,70,58). Sum of RGB (Red+Green+Blue) = 151+70+58=279 (36% of max value = 765). Red value is 151 (59.38% from 255 or 54.12% from 279); Green value is 70 (27.73% from 255 or 25.09% from 279); Blue value is 58 (23.05% from 255 or 20.79% from 279); Max value from RGB is 151 - color contains mainly: red. Hex color #97463A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #97463A is #68B9C5. Grayscale: #5C5C5C. Windows color (decimal): -6863302 or 3819159. OLE color: 3819159.
HSL color Cylindrical-coordinate representation of color #97463A: hue angle of 7.74º degrees, saturation: 0.44, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #97463A is Cyan = 0, Magento = 0.54, Yellow = 0.62 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 151 | 70 | 58 | - |
| CMYK | 0 | 0.54 | 0.62 | 0.41 |
| HSL | 7.74º | 0.44% | 0.41% | - |
| HSV(B) | 7.74º | 0.62% | 0.59% | - |
| XYZ | 15.72 | 11.27 | 5.35 | - |
| YUV | 92.85 | 108.34 | 169.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 70 | 58 | 0 | 0.54 | 0.62 | 0.41 | 7.74 | 0.44 | 0.41 |
| Hex | 97 | 46 | 3A | 0 | 36 | 3E | 29 | 8 | 2C | 29 |
| Octal | 227 | 106 | 72 | 0 | 66 | 76 | 51 | 10 | 54 | 51 |
| Binary | 10010111 | 1000110 | 111010 | 0 | 110110 | 111110 | 101001 | 1000 | 101100 | 101001 |
Color Harmonies of #97463A
Complementary color
Monochromatic Colors of #97463A
Black with #97463A
Text Example
Text Example
White with #97463A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #97463A; }
p { color: rgb(151,70,58); }
H1.HeaderClassName
{
color: #97463A;
}
.AnyTagClassName
{
color: #97463A;
}
</style>
background-color css
<style>
a { background-color: #97463A; }
a { background-color: rgb(151,70,58); }
div.DivClassName
{
background-color: #97463A;
}
.BgClassName
{
background-color: #97463A;
}
</style>
border-color css
<style>
span { border-color: #97463A; }
span { border-color: rgb(151,70,58); }
td.TdClassName
{
border-color: #97463A;
}
.TagClassName
{
border-color: #97463A;
}
</style>