#994139

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

Shades of Mojo #994139

Tints of Mojo #994139

Color information

#994139 (or 0x994139) is unknown color: approx Mojo. HEX triplet: 99, 41 and 39. RGB value is (153,65,57). Sum of RGB (Red+Green+Blue) = 153+65+57=275 (36% of max value = 765). Red value is 153 (60.16% from 255 or 55.64% from 275); Green value is 65 (25.78% from 255 or 23.64% from 275); Blue value is 57 (22.66% from 255 or 20.73% from 275); Max value from RGB is 153 - color contains mainly: red. Hex color #994139 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #994139 is #66BEC6. Grayscale: #5A5A5A. Windows color (decimal): -6733511 or 3752345. OLE color: 3752345.

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

Color convert

RGB1536557-
CMYK00.580.630.4
HSL45.71%41.18%-
HSV(B)62.75%60%-
XYZ15.7710.855.13-
YUV90.4109.15172.65-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 55.64%
GREEN value IS 65 (25.78% from 255) = 23.64%
BLUE value IS 57 (22.66% from 255) = 20.73%
R=55.64%
G=23.64%
B=20.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.63
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal153655700.580.630.4545.7141.18
Hex99413903A3F2852e29
Octal23110171072775055651
Binary1001100110000011110010111010111111101000101101110101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #994139

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #994139; }

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

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

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

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

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

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

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

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