Shades of Mojo #97473C
Tints of Mojo #97473C
RGB
CMYK
RGB Variations
Color information
#97473C (or 0x97473C) is known color: Mojo. HEX triplet: 97, 47 and 3C. RGB value is (151,71,60). Sum of RGB (Red+Green+Blue) = 151+71+60=282 (37% of max value = 765). Red value is 151 (59.38% from 255 or 53.55% from 282); Green value is 71 (28.12% from 255 or 25.18% from 282); Blue value is 60 (23.83% from 255 or 21.28% from 282); Max value from RGB is 151 - color contains mainly: red. Hex color #97473C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #97473C is #68B8C3. Grayscale: #5D5D5D. Windows color (decimal): -6863044 or 3950487. OLE color: 3950487.
HSL color Cylindrical-coordinate representation of color #97473C: hue angle of 7.25º degrees, saturation: 0.43, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #97473C is Cyan = 0, Magento = 0.53, Yellow = 0.60 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 151 | 71 | 60 | - |
| CMYK | 0 | 0.53 | 0.60 | 0.41 |
| HSL | 7.25º | 0.43% | 0.41% | - |
| HSV(B) | 7.25º | 0.6% | 0.59% | - |
| XYZ | 15.83 | 11.41 | 5.64 | - |
| YUV | 93.67 | 109 | 168.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 71 | 60 | 0 | 0.53 | 0.60 | 0.41 | 7.25 | 0.43 | 0.41 |
| Hex | 97 | 47 | 3C | 0 | 35 | 3C | 29 | 7 | 2B | 29 |
| Octal | 227 | 107 | 74 | 0 | 65 | 74 | 51 | 7 | 53 | 51 |
| Binary | 10010111 | 1000111 | 111100 | 0 | 110101 | 111100 | 101001 | 111 | 101011 | 101001 |
Color Harmonies of #97473C
Complementary color
Monochromatic Colors of #97473C
Black with #97473C
Text Example
Text Example
White with #97473C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #97473C; }
p { color: rgb(151,71,60); }
H1.HeaderClassName
{
color: #97473C;
}
.AnyTagClassName
{
color: #97473C;
}
</style>
background-color css
<style>
a { background-color: #97473C; }
a { background-color: rgb(151,71,60); }
div.DivClassName
{
background-color: #97473C;
}
.BgClassName
{
background-color: #97473C;
}
</style>
border-color css
<style>
span { border-color: #97473C; }
span { border-color: rgb(151,71,60); }
td.TdClassName
{
border-color: #97473C;
}
.TagClassName
{
border-color: #97473C;
}
</style>