Shades of Mojo #954239
Tints of Mojo #954239
RGB
CMYK
RGB Variations
Color information
#954239 (or 0x954239) is known color: Mojo. HEX triplet: 95, 42 and 39. RGB value is (149,66,57). Sum of RGB (Red+Green+Blue) = 149+66+57=272 (36% of max value = 765). Red value is 149 (58.59% from 255 or 54.78% from 272); Green value is 66 (26.17% from 255 or 24.26% from 272); Blue value is 57 (22.66% from 255 or 20.96% from 272); Max value from RGB is 149 - color contains mainly: red. Hex color #954239 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #954239 is #6ABDC6. Grayscale: #595959. Windows color (decimal): -6995399 or 3752597. OLE color: 3752597.
HSL color Cylindrical-coordinate representation of color #954239: hue angle of 5.87º degrees, saturation: 0.45, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #954239 is Cyan = 0, Magento = 0.56, Yellow = 0.62 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 66 | 57 | - |
| CMYK | 0 | 0.56 | 0.62 | 0.42 |
| HSL | 5.87º | 0.45% | 0.4% | - |
| HSV(B) | 5.87º | 0.62% | 0.58% | - |
| XYZ | 15.08 | 10.58 | 5.12 | - |
| YUV | 89.79 | 109.5 | 170.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 66 | 57 | 0 | 0.56 | 0.62 | 0.42 | 5.87 | 0.45 | 0.4 |
| Hex | 95 | 42 | 39 | 0 | 38 | 3E | 2A | 6 | 2D | 28 |
| Octal | 225 | 102 | 71 | 0 | 70 | 76 | 52 | 6 | 55 | 50 |
| Binary | 10010101 | 1000010 | 111001 | 0 | 111000 | 111110 | 101010 | 110 | 101101 | 101000 |
Color Harmonies of #954239
Complementary color
Monochromatic Colors of #954239
Black with #954239
Text Example
Text Example
White with #954239
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #954239; }
p { color: rgb(149,66,57); }
H1.HeaderClassName
{
color: #954239;
}
.AnyTagClassName
{
color: #954239;
}
</style>
background-color css
<style>
a { background-color: #954239; }
a { background-color: rgb(149,66,57); }
div.DivClassName
{
background-color: #954239;
}
.BgClassName
{
background-color: #954239;
}
</style>
border-color css
<style>
span { border-color: #954239; }
span { border-color: rgb(149,66,57); }
td.TdClassName
{
border-color: #954239;
}
.TagClassName
{
border-color: #954239;
}
</style>