Shades of Mojo #974239
Tints of Mojo #974239
RGB
CMYK
RGB Variations
Color information
#974239 (or 0x974239) is known color: Mojo. HEX triplet: 97, 42 and 39. RGB value is (151,66,57). Sum of RGB (Red+Green+Blue) = 151+66+57=274 (36% of max value = 765). Red value is 151 (59.38% from 255 or 55.11% from 274); Green value is 66 (26.17% from 255 or 24.09% from 274); Blue value is 57 (22.66% from 255 or 20.80% from 274); Max value from RGB is 151 - color contains mainly: red. Hex color #974239 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #974239 is #68BDC6. Grayscale: #5A5A5A. Windows color (decimal): -6864327 or 3752599. OLE color: 3752599.
HSL color Cylindrical-coordinate representation of color #974239: hue angle of 5.74º degrees, saturation: 0.45, 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 #974239 is Cyan = 0, Magento = 0.56, Yellow = 0.62 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 151 | 66 | 57 | - |
| CMYK | 0 | 0.56 | 0.62 | 0.41 |
| HSL | 5.74º | 0.45% | 0.41% | - |
| HSV(B) | 5.74º | 0.62% | 0.59% | - |
| XYZ | 15.45 | 10.77 | 5.14 | - |
| YUV | 90.39 | 109.16 | 171.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 66 | 57 | 0 | 0.56 | 0.62 | 0.41 | 5.74 | 0.45 | 0.41 |
| Hex | 97 | 42 | 39 | 0 | 38 | 3E | 29 | 6 | 2D | 29 |
| Octal | 227 | 102 | 71 | 0 | 70 | 76 | 51 | 6 | 55 | 51 |
| Binary | 10010111 | 1000010 | 111001 | 0 | 111000 | 111110 | 101001 | 110 | 101101 | 101001 |
Color Harmonies of #974239
Complementary color
Monochromatic Colors of #974239
Black with #974239
Text Example
Text Example
White with #974239
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #974239; }
p { color: rgb(151,66,57); }
H1.HeaderClassName
{
color: #974239;
}
.AnyTagClassName
{
color: #974239;
}
</style>
background-color css
<style>
a { background-color: #974239; }
a { background-color: rgb(151,66,57); }
div.DivClassName
{
background-color: #974239;
}
.BgClassName
{
background-color: #974239;
}
</style>
border-color css
<style>
span { border-color: #974239; }
span { border-color: rgb(151,66,57); }
td.TdClassName
{
border-color: #974239;
}
.TagClassName
{
border-color: #974239;
}
</style>