#994339

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

Shades of Mojo #994339

Tints of Mojo #994339

Color information

#994339 (or 0x994339) is unknown color: approx Mojo. HEX triplet: 99, 43 and 39. RGB value is (153,67,57). Sum of RGB (Red+Green+Blue) = 153+67+57=277 (36% of max value = 765). Red value is 153 (60.16% from 255 or 55.23% from 277); Green value is 67 (26.56% from 255 or 24.19% from 277); Blue value is 57 (22.66% from 255 or 20.58% from 277); Max value from RGB is 153 - color contains mainly: red. Hex color #994339 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #994339 is #66BCC6. Grayscale: #5B5B5B. Windows color (decimal): -6732999 or 3752857. OLE color: 3752857.

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

Color convert

RGB1536757-
CMYK00.560.630.4
HSL6.25º45.71%41.18%-
HSV(B)6.25º62.75%60%-
XYZ15.8811.085.17-
YUV91.57108.49171.81-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 55.23%
GREEN value IS 67 (26.56% from 255) = 24.19%
BLUE value IS 57 (22.66% from 255) = 20.58%
R=55.23%
G=24.19%
B=20.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.63
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal153675700.560.630.46.2545.7141.18
Hex9943390383F2862e29
Octal23110371070775065651
Binary1001100110000111110010111000111111101000110101110101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #994339

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #994339; }

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

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

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

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

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

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

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

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