Shades of Mojo #974B41
Tints of Mojo #974B41
RGB
CMYK
RGB Variations
Color information
#974B41 (or 0x974B41) is known color: Mojo. HEX triplet: 97, 4B and 41. RGB value is (151,75,65). Sum of RGB (Red+Green+Blue) = 151+75+65=291 (38% of max value = 765). Red value is 151 (59.38% from 255 or 51.89% from 291); Green value is 75 (29.69% from 255 or 25.77% from 291); Blue value is 65 (25.78% from 255 or 22.34% from 291); Max value from RGB is 151 - color contains mainly: red. Hex color #974B41 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #974B41 is #68B4BE. Grayscale: #606060. Windows color (decimal): -6862015 or 4279191. OLE color: 4279191.
HSL color Cylindrical-coordinate representation of color #974B41: hue angle of 6.98º degrees, saturation: 0.4, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #974B41 is Cyan = 0, Magento = 0.50, Yellow = 0.57 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 151 | 75 | 65 | - |
| CMYK | 0 | 0.50 | 0.57 | 0.41 |
| HSL | 6.98º | 0.4% | 0.42% | - |
| HSV(B) | 6.98º | 0.57% | 0.59% | - |
| XYZ | 16.23 | 11.99 | 6.46 | - |
| YUV | 96.58 | 110.18 | 166.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 75 | 65 | 0 | 0.50 | 0.57 | 0.41 | 6.98 | 0.4 | 0.42 |
| Hex | 97 | 4B | 41 | 0 | 32 | 39 | 29 | 7 | 28 | 2A |
| Octal | 227 | 113 | 101 | 0 | 62 | 71 | 51 | 7 | 50 | 52 |
| Binary | 10010111 | 1001011 | 1000001 | 0 | 110010 | 111001 | 101001 | 111 | 101000 | 101010 |
Color Harmonies of #974B41
Complementary color
Monochromatic Colors of #974B41
Black with #974B41
Text Example
Text Example
White with #974B41
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #974B41; }
p { color: rgb(151,75,65); }
H1.HeaderClassName
{
color: #974B41;
}
.AnyTagClassName
{
color: #974B41;
}
</style>
background-color css
<style>
a { background-color: #974B41; }
a { background-color: rgb(151,75,65); }
div.DivClassName
{
background-color: #974B41;
}
.BgClassName
{
background-color: #974B41;
}
</style>
border-color css
<style>
span { border-color: #974B41; }
span { border-color: rgb(151,75,65); }
td.TdClassName
{
border-color: #974B41;
}
.TagClassName
{
border-color: #974B41;
}
</style>