Shades of Mojo #954438
Tints of Mojo #954438
RGB
CMYK
RGB Variations
Color information
#954438 (or 0x954438) is known color: Mojo. HEX triplet: 95, 44 and 38. RGB value is (149,68,56). Sum of RGB (Red+Green+Blue) = 149+68+56=273 (36% of max value = 765). Red value is 149 (58.59% from 255 or 54.58% from 273); Green value is 68 (26.95% from 255 or 24.91% from 273); Blue value is 56 (22.27% from 255 or 20.51% from 273); Max value from RGB is 149 - color contains mainly: red. Hex color #954438 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #954438 is #6ABBC7. Grayscale: #5A5A5A. Windows color (decimal): -6994888 or 3687573. OLE color: 3687573.
HSL color Cylindrical-coordinate representation of color #954438: hue angle of 7.74º 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 #954438 is Cyan = 0, Magento = 0.54, Yellow = 0.62 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 68 | 56 | - |
| CMYK | 0 | 0.54 | 0.62 | 0.42 |
| HSL | 7.74º | 0.45% | 0.4% | - |
| HSV(B) | 7.74º | 0.62% | 0.58% | - |
| XYZ | 15.18 | 10.81 | 5.03 | - |
| YUV | 90.85 | 108.34 | 169.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 68 | 56 | 0 | 0.54 | 0.62 | 0.42 | 7.74 | 0.45 | 0.4 |
| Hex | 95 | 44 | 38 | 0 | 36 | 3E | 2A | 8 | 2D | 28 |
| Octal | 225 | 104 | 70 | 0 | 66 | 76 | 52 | 10 | 55 | 50 |
| Binary | 10010101 | 1000100 | 111000 | 0 | 110110 | 111110 | 101010 | 1000 | 101101 | 101000 |
Color Harmonies of #954438
Complementary color
Monochromatic Colors of #954438
Black with #954438
Text Example
Text Example
White with #954438
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #954438; }
p { color: rgb(149,68,56); }
H1.HeaderClassName
{
color: #954438;
}
.AnyTagClassName
{
color: #954438;
}
</style>
background-color css
<style>
a { background-color: #954438; }
a { background-color: rgb(149,68,56); }
div.DivClassName
{
background-color: #954438;
}
.BgClassName
{
background-color: #954438;
}
</style>
border-color css
<style>
span { border-color: #954438; }
span { border-color: rgb(149,68,56); }
td.TdClassName
{
border-color: #954438;
}
.TagClassName
{
border-color: #954438;
}
</style>