Shades of Mojo #954340
Tints of Mojo #954340
RGB
CMYK
RGB Variations
Color information
#954340 (or 0x954340) is known color: Mojo. HEX triplet: 95, 43 and 40. RGB value is (149,67,64). Sum of RGB (Red+Green+Blue) = 149+67+64=280 (37% of max value = 765). Red value is 149 (58.59% from 255 or 53.21% from 280); Green value is 67 (26.56% from 255 or 23.93% from 280); Blue value is 64 (25.39% from 255 or 22.86% from 280); Max value from RGB is 149 - color contains mainly: red. Hex color #954340 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #954340 is #6ABCBF. Grayscale: #5B5B5B. Windows color (decimal): -6995136 or 4211605. OLE color: 4211605.
HSL color Cylindrical-coordinate representation of color #954340: hue angle of 2.12º degrees, saturation: 0.4, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #954340 is Cyan = 0, Magento = 0.55, Yellow = 0.57 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 67 | 64 | - |
| CMYK | 0 | 0.55 | 0.57 | 0.42 |
| HSL | 2.12º | 0.4% | 0.42% | - |
| HSV(B) | 2.12º | 0.57% | 0.58% | - |
| XYZ | 15.33 | 10.77 | 6.12 | - |
| YUV | 91.18 | 112.67 | 169.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 67 | 64 | 0 | 0.55 | 0.57 | 0.42 | 2.12 | 0.4 | 0.42 |
| Hex | 95 | 43 | 40 | 0 | 37 | 39 | 2A | 2 | 28 | 2A |
| Octal | 225 | 103 | 100 | 0 | 67 | 71 | 52 | 2 | 50 | 52 |
| Binary | 10010101 | 1000011 | 1000000 | 0 | 110111 | 111001 | 101010 | 10 | 101000 | 101010 |
Color Harmonies of #954340
Complementary color
Monochromatic Colors of #954340
Black with #954340
Text Example
Text Example
White with #954340
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #954340; }
p { color: rgb(149,67,64); }
H1.HeaderClassName
{
color: #954340;
}
.AnyTagClassName
{
color: #954340;
}
</style>
background-color css
<style>
a { background-color: #954340; }
a { background-color: rgb(149,67,64); }
div.DivClassName
{
background-color: #954340;
}
.BgClassName
{
background-color: #954340;
}
</style>
border-color css
<style>
span { border-color: #954340; }
span { border-color: rgb(149,67,64); }
td.TdClassName
{
border-color: #954340;
}
.TagClassName
{
border-color: #954340;
}
</style>