#994239

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

Shades of Mojo #994239

Tints of Mojo #994239

Color information

#994239 (or 0x994239) is unknown color: approx Mojo. HEX triplet: 99, 42 and 39. RGB value is (153,66,57). Sum of RGB (Red+Green+Blue) = 153+66+57=276 (36% of max value = 765). Red value is 153 (60.16% from 255 or 55.43% from 276); Green value is 66 (26.17% from 255 or 23.91% from 276); Blue value is 57 (22.66% from 255 or 20.65% from 276); Max value from RGB is 153 - color contains mainly: red. Hex color #994239 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #994239 is #66BDC6. Grayscale: #5B5B5B. Windows color (decimal): -6733255 or 3752601. OLE color: 3752601.

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

Color convert

RGB1536657-
CMYK00.570.630.4
HSL5.63º45.71%41.18%-
HSV(B)5.63º62.75%60%-
XYZ15.8210.965.15-
YUV90.99108.82172.23-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 55.43%
GREEN value IS 66 (26.17% from 255) = 23.91%
BLUE value IS 57 (22.66% from 255) = 20.65%
R=55.43%
G=23.91%
B=20.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.63
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal153665700.570.630.45.6345.7141.18
Hex9942390393F2862e29
Octal23110271071775065651
Binary1001100110000101110010111001111111101000110101110101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #994239

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #994239; }

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

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

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

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

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

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

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

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