#964939

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

Shades of Mojo #964939

Tints of Mojo #964939

Color information

#964939 (or 0x964939) is unknown color: approx Mojo. HEX triplet: 96, 49 and 39. RGB value is (150,73,57). Sum of RGB (Red+Green+Blue) = 150+73+57=280 (37% of max value = 765). Red value is 150 (58.98% from 255 or 53.57% from 280); Green value is 73 (28.91% from 255 or 26.07% from 280); Blue value is 57 (22.66% from 255 or 20.36% from 280); Max value from RGB is 150 - color contains mainly: red. Hex color #964939 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #964939 is #69B6C6. Grayscale: #5E5E5E. Windows color (decimal): -6928071 or 3754390. OLE color: 3754390.

HSL color Cylindrical-coordinate representation of color #964939: hue angle of 10.32º degrees, saturation: 0.45, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #964939 is Cyan = 0, Magento = 0.51, Yellow = 0.62 and Black (K on CMYK) = 0.41.

Color convert

RGB1507357-
CMYK00.510.620.41
HSL10.32º44.93%40.59%-
HSV(B)10.32º62%58.82%-
XYZ15.711.545.27-
YUV94.2107.01167.8-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 53.57%
GREEN value IS 73 (28.91% from 255) = 26.07%
BLUE value IS 57 (22.66% from 255) = 20.36%
R=53.57%
G=26.07%
B=20.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.62
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal150735700.510.620.4110.3244.9340.59
Hex9649390333E29a2d29
Octal226111710637651125551
Binary10010110100100111100101100111111101010011010101101101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #964939

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #964939; }

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

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

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

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

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

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

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

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