Shades of Mojo #95413A
Tints of Mojo #95413A
RGB
CMYK
RGB Variations
Color information
#95413A (or 0x95413A) is known color: Mojo. HEX triplet: 95, 41 and 3A. RGB value is (149,65,58). Sum of RGB (Red+Green+Blue) = 149+65+58=272 (36% of max value = 765). Red value is 149 (58.59% from 255 or 54.78% from 272); Green value is 65 (25.78% from 255 or 23.90% from 272); Blue value is 58 (23.05% from 255 or 21.32% from 272); Max value from RGB is 149 - color contains mainly: red. Hex color #95413A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #95413A is #6ABEC5. Grayscale: #595959. Windows color (decimal): -6995654 or 3817877. OLE color: 3817877.
HSL color Cylindrical-coordinate representation of color #95413A: hue angle of 4.62º 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 #95413A is Cyan = 0, Magento = 0.56, Yellow = 0.61 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 65 | 58 | - |
| CMYK | 0 | 0.56 | 0.61 | 0.42 |
| HSL | 4.62º | 0.44% | 0.41% | - |
| HSV(B) | 4.62º | 0.61% | 0.58% | - |
| XYZ | 15.05 | 10.48 | 5.23 | - |
| YUV | 89.32 | 110.33 | 170.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 65 | 58 | 0 | 0.56 | 0.61 | 0.42 | 4.62 | 0.44 | 0.41 |
| Hex | 95 | 41 | 3A | 0 | 38 | 3D | 2A | 5 | 2C | 29 |
| Octal | 225 | 101 | 72 | 0 | 70 | 75 | 52 | 5 | 54 | 51 |
| Binary | 10010101 | 1000001 | 111010 | 0 | 111000 | 111101 | 101010 | 101 | 101100 | 101001 |
Color Harmonies of #95413A
Complementary color
Monochromatic Colors of #95413A
Black with #95413A
Text Example
Text Example
White with #95413A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #95413A; }
p { color: rgb(149,65,58); }
H1.HeaderClassName
{
color: #95413A;
}
.AnyTagClassName
{
color: #95413A;
}
</style>
background-color css
<style>
a { background-color: #95413A; }
a { background-color: rgb(149,65,58); }
div.DivClassName
{
background-color: #95413A;
}
.BgClassName
{
background-color: #95413A;
}
</style>
border-color css
<style>
span { border-color: #95413A; }
span { border-color: rgb(149,65,58); }
td.TdClassName
{
border-color: #95413A;
}
.TagClassName
{
border-color: #95413A;
}
</style>