Shades of Mojo #95403B
Tints of Mojo #95403B
RGB
CMYK
RGB Variations
Color information
#95403B (or 0x95403B) is known color: Mojo. HEX triplet: 95, 40 and 3B. RGB value is (149,64,59). Sum of RGB (Red+Green+Blue) = 149+64+59=272 (36% of max value = 765). Red value is 149 (58.59% from 255 or 54.78% from 272); Green value is 64 (25.39% from 255 or 23.53% from 272); Blue value is 59 (23.44% from 255 or 21.69% from 272); Max value from RGB is 149 - color contains mainly: red. Hex color #95403B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #95403B is #6ABFC4. Grayscale: #585858. Windows color (decimal): -6995909 or 3883157. OLE color: 3883157.
HSL color Cylindrical-coordinate representation of color #95403B: hue angle of 3.33º degrees, saturation: 0.43, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #95403B is Cyan = 0, Magento = 0.57, Yellow = 0.60 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 64 | 59 | - |
| CMYK | 0 | 0.57 | 0.60 | 0.42 |
| HSL | 3.33º | 0.43% | 0.41% | - |
| HSV(B) | 3.33º | 0.6% | 0.58% | - |
| XYZ | 15.02 | 10.37 | 5.35 | - |
| YUV | 88.85 | 111.16 | 170.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 64 | 59 | 0 | 0.57 | 0.60 | 0.42 | 3.33 | 0.43 | 0.41 |
| Hex | 95 | 40 | 3B | 0 | 39 | 3C | 2A | 3 | 2B | 29 |
| Octal | 225 | 100 | 73 | 0 | 71 | 74 | 52 | 3 | 53 | 51 |
| Binary | 10010101 | 1000000 | 111011 | 0 | 111001 | 111100 | 101010 | 11 | 101011 | 101001 |
Color Harmonies of #95403B
Complementary color
Monochromatic Colors of #95403B
Black with #95403B
Text Example
Text Example
White with #95403B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #95403B; }
p { color: rgb(149,64,59); }
H1.HeaderClassName
{
color: #95403B;
}
.AnyTagClassName
{
color: #95403B;
}
</style>
background-color css
<style>
a { background-color: #95403B; }
a { background-color: rgb(149,64,59); }
div.DivClassName
{
background-color: #95403B;
}
.BgClassName
{
background-color: #95403B;
}
</style>
border-color css
<style>
span { border-color: #95403B; }
span { border-color: rgb(149,64,59); }
td.TdClassName
{
border-color: #95403B;
}
.TagClassName
{
border-color: #95403B;
}
</style>