#994A39

Color #994A39 Mojo (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Mojo #994A39

Tints of Mojo #994A39

Color information

#994A39 (or 0x994A39) is unknown color: approx Mojo. HEX triplet: 99, 4A and 39. RGB value is (153,74,57). Sum of RGB (Red+Green+Blue) = 153+74+57=284 (37% of max value = 765). Red value is 153 (60.16% from 255 or 53.87% from 284); Green value is 74 (29.30% from 255 or 26.06% from 284); Blue value is 57 (22.66% from 255 or 20.07% from 284); Max value from RGB is 153 - color contains mainly: red. Hex color #994A39 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #994A39 is #66B5C6. Grayscale: #5F5F5F. Windows color (decimal): -6731207 or 3754649. OLE color: 3754649.

HSL color Cylindrical-coordinate representation of color #994A39: hue angle of 10.63º degrees, saturation: 0.46, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #994A39 is Cyan = 0, Magento = 0.52, Yellow = 0.63 and Black (K on CMYK) = 0.4.

Color convert

RGB1537457-
CMYK00.520.630.4
HSL10.63º45.71%41.18%-
HSV(B)10.63º62.75%60%-
XYZ16.3211.975.32-
YUV95.68106.17168.88-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 153 (60.16% from 255) = 53.87%
GREEN value IS 74 (29.30% from 255) = 26.06%
BLUE value IS 57 (22.66% from 255) = 20.07%
R=53.87%
G=26.06%
B=20.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.63
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal153745700.520.630.410.6345.7141.18
Hex994A390343F28b2e29
Octal231112710647750135651
Binary10011001100101011100101101001111111010001011101110101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #994A39

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #994A39; }

 p { color: rgb(153,74,57); }

 H1.HeaderClassName
 {
   color: #994A39;
 }
 .AnyTagClassName
 {
   color: #994A39;
 }
</style>
background-color css

<style>
 a { background-color: #994A39; }

 a { background-color: rgb(153,74,57); }

 div.DivClassName
 {
   background-color: #994A39;
 }
 .BgClassName
 {
   background-color: #994A39;
 }
</style>
border-color css

<style>
 span { border-color: #994A39; }

 span { border-color: rgb(153,74,57); }

 td.TdClassName
 {
   border-color: #994A39;
 }
 .TagClassName
 {
   border-color: #994A39;
 }
</style>