Shades of Mojo #95423A
Tints of Mojo #95423A
RGB
CMYK
RGB Variations
Color information
#95423A (or 0x95423A) is known color: Mojo. HEX triplet: 95, 42 and 3A. RGB value is (149,66,58). Sum of RGB (Red+Green+Blue) = 149+66+58=273 (36% of max value = 765). Red value is 149 (58.59% from 255 or 54.58% from 273); Green value is 66 (26.17% from 255 or 24.18% from 273); Blue value is 58 (23.05% from 255 or 21.25% from 273); Max value from RGB is 149 - color contains mainly: red. Hex color #95423A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #95423A is #6ABDC5. Grayscale: #5A5A5A. Windows color (decimal): -6995398 or 3818133. OLE color: 3818133.
HSL color Cylindrical-coordinate representation of color #95423A: hue angle of 5.27º degrees, saturation: 0.44, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #95423A is Cyan = 0, Magento = 0.56, Yellow = 0.61 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 66 | 58 | - |
| CMYK | 0 | 0.56 | 0.61 | 0.42 |
| HSL | 5.27º | 0.44% | 0.41% | - |
| HSV(B) | 5.27º | 0.61% | 0.58% | - |
| XYZ | 15.11 | 10.59 | 5.25 | - |
| YUV | 89.91 | 110 | 170.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 66 | 58 | 0 | 0.56 | 0.61 | 0.42 | 5.27 | 0.44 | 0.41 |
| Hex | 95 | 42 | 3A | 0 | 38 | 3D | 2A | 5 | 2C | 29 |
| Octal | 225 | 102 | 72 | 0 | 70 | 75 | 52 | 5 | 54 | 51 |
| Binary | 10010101 | 1000010 | 111010 | 0 | 111000 | 111101 | 101010 | 101 | 101100 | 101001 |
Color Harmonies of #95423A
Complementary color
Monochromatic Colors of #95423A
Black with #95423A
Text Example
Text Example
White with #95423A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #95423A; }
p { color: rgb(149,66,58); }
H1.HeaderClassName
{
color: #95423A;
}
.AnyTagClassName
{
color: #95423A;
}
</style>
background-color css
<style>
a { background-color: #95423A; }
a { background-color: rgb(149,66,58); }
div.DivClassName
{
background-color: #95423A;
}
.BgClassName
{
background-color: #95423A;
}
</style>
border-color css
<style>
span { border-color: #95423A; }
span { border-color: rgb(149,66,58); }
td.TdClassName
{
border-color: #95423A;
}
.TagClassName
{
border-color: #95423A;
}
</style>