Shades of Mojo #954439
Tints of Mojo #954439
RGB
CMYK
RGB Variations
Color information
#954439 (or 0x954439) is known color: Mojo. HEX triplet: 95, 44 and 39. RGB value is (149,68,57). Sum of RGB (Red+Green+Blue) = 149+68+57=274 (36% of max value = 765). Red value is 149 (58.59% from 255 or 54.38% from 274); Green value is 68 (26.95% from 255 or 24.82% from 274); Blue value is 57 (22.66% from 255 or 20.80% from 274); Max value from RGB is 149 - color contains mainly: red. Hex color #954439 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #954439 is #6ABBC6. Grayscale: #5B5B5B. Windows color (decimal): -6994887 or 3753109. OLE color: 3753109.
HSL color Cylindrical-coordinate representation of color #954439: hue angle of 7.17º 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 #954439 is Cyan = 0, Magento = 0.54, Yellow = 0.62 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 68 | 57 | - |
| CMYK | 0 | 0.54 | 0.62 | 0.42 |
| HSL | 7.17º | 0.45% | 0.4% | - |
| HSV(B) | 7.17º | 0.62% | 0.58% | - |
| XYZ | 15.2 | 10.82 | 5.16 | - |
| YUV | 90.97 | 108.84 | 169.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 68 | 57 | 0 | 0.54 | 0.62 | 0.42 | 7.17 | 0.45 | 0.4 |
| Hex | 95 | 44 | 39 | 0 | 36 | 3E | 2A | 7 | 2D | 28 |
| Octal | 225 | 104 | 71 | 0 | 66 | 76 | 52 | 7 | 55 | 50 |
| Binary | 10010101 | 1000100 | 111001 | 0 | 110110 | 111110 | 101010 | 111 | 101101 | 101000 |
Color Harmonies of #954439
Complementary color
Monochromatic Colors of #954439
Black with #954439
Text Example
Text Example
White with #954439
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #954439; }
p { color: rgb(149,68,57); }
H1.HeaderClassName
{
color: #954439;
}
.AnyTagClassName
{
color: #954439;
}
</style>
background-color css
<style>
a { background-color: #954439; }
a { background-color: rgb(149,68,57); }
div.DivClassName
{
background-color: #954439;
}
.BgClassName
{
background-color: #954439;
}
</style>
border-color css
<style>
span { border-color: #954439; }
span { border-color: rgb(149,68,57); }
td.TdClassName
{
border-color: #954439;
}
.TagClassName
{
border-color: #954439;
}
</style>