Shades of Mojo #95473D
Tints of Mojo #95473D
RGB
CMYK
RGB Variations
Color information
#95473D (or 0x95473D) is known color: Mojo. HEX triplet: 95, 47 and 3D. RGB value is (149,71,61). Sum of RGB (Red+Green+Blue) = 149+71+61=281 (37% of max value = 765). Red value is 149 (58.59% from 255 or 53.02% from 281); Green value is 71 (28.12% from 255 or 25.27% from 281); Blue value is 61 (24.22% from 255 or 21.71% from 281); Max value from RGB is 149 - color contains mainly: red. Hex color #95473D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #95473D is #6AB8C2. Grayscale: #5D5D5D. Windows color (decimal): -6994115 or 4016021. OLE color: 4016021.
HSL color Cylindrical-coordinate representation of color #95473D: hue angle of 6.82º degrees, saturation: 0.42, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #95473D is Cyan = 0, Magento = 0.52, Yellow = 0.59 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 71 | 61 | - |
| CMYK | 0 | 0.52 | 0.59 | 0.42 |
| HSL | 6.82º | 0.42% | 0.41% | - |
| HSV(B) | 6.82º | 0.59% | 0.58% | - |
| XYZ | 15.49 | 11.23 | 5.77 | - |
| YUV | 93.18 | 109.84 | 167.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 71 | 61 | 0 | 0.52 | 0.59 | 0.42 | 6.82 | 0.42 | 0.41 |
| Hex | 95 | 47 | 3D | 0 | 34 | 3B | 2A | 7 | 2A | 29 |
| Octal | 225 | 107 | 75 | 0 | 64 | 73 | 52 | 7 | 52 | 51 |
| Binary | 10010101 | 1000111 | 111101 | 0 | 110100 | 111011 | 101010 | 111 | 101010 | 101001 |
Color Harmonies of #95473D
Complementary color
Monochromatic Colors of #95473D
Black with #95473D
Text Example
Text Example
White with #95473D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #95473D; }
p { color: rgb(149,71,61); }
H1.HeaderClassName
{
color: #95473D;
}
.AnyTagClassName
{
color: #95473D;
}
</style>
background-color css
<style>
a { background-color: #95473D; }
a { background-color: rgb(149,71,61); }
div.DivClassName
{
background-color: #95473D;
}
.BgClassName
{
background-color: #95473D;
}
</style>
border-color css
<style>
span { border-color: #95473D; }
span { border-color: rgb(149,71,61); }
td.TdClassName
{
border-color: #95473D;
}
.TagClassName
{
border-color: #95473D;
}
</style>