#994939

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

Shades of Mojo #994939

Tints of Mojo #994939

Color information

#994939 (or 0x994939) is unknown color: approx Mojo. HEX triplet: 99, 49 and 39. RGB value is (153,73,57). Sum of RGB (Red+Green+Blue) = 153+73+57=283 (37% of max value = 765). Red value is 153 (60.16% from 255 or 54.06% from 283); Green value is 73 (28.91% from 255 or 25.80% from 283); Blue value is 57 (22.66% from 255 or 20.14% from 283); Max value from RGB is 153 - color contains mainly: red. Hex color #994939 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #994939 is #66B6C6. Grayscale: #5F5F5F. Windows color (decimal): -6731463 or 3754393. OLE color: 3754393.

HSL color Cylindrical-coordinate representation of color #994939: hue angle of 10º 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 #994939 is Cyan = 0, Magento = 0.52, Yellow = 0.63 and Black (K on CMYK) = 0.4.

Color convert

RGB1537357-
CMYK00.520.630.4
HSL10º45.71%41.18%-
HSV(B)10º62.75%60%-
XYZ16.2611.835.3-
YUV95.1106.5169.3-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 54.06%
GREEN value IS 73 (28.91% from 255) = 25.80%
BLUE value IS 57 (22.66% from 255) = 20.14%
R=54.06%
G=25.80%
B=20.14%

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
Decimal153735700.520.630.41045.7141.18
Hex9949390343F28a2e29
Octal231111710647750125651
Binary10011001100100111100101101001111111010001010101110101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #994939

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #994939; }

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

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

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

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

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

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

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

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