#964439

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

Shades of Mojo #964439

Tints of Mojo #964439

Color information

#964439 (or 0x964439) is unknown color: approx Mojo. HEX triplet: 96, 44 and 39. RGB value is (150,68,57). Sum of RGB (Red+Green+Blue) = 150+68+57=275 (36% of max value = 765). Red value is 150 (58.98% from 255 or 54.55% from 275); Green value is 68 (26.95% from 255 or 24.73% from 275); Blue value is 57 (22.66% from 255 or 20.73% from 275); Max value from RGB is 150 - color contains mainly: red. Hex color #964439 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #964439 is #69BBC6. Grayscale: #5B5B5B. Windows color (decimal): -6929351 or 3753110. OLE color: 3753110.

HSL color Cylindrical-coordinate representation of color #964439: hue angle of 7.1º 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 #964439 is Cyan = 0, Magento = 0.55, Yellow = 0.62 and Black (K on CMYK) = 0.41.

Color convert

RGB1506857-
CMYK00.550.620.41
HSL7.1º44.93%40.59%-
HSV(B)7.1º62%58.82%-
XYZ15.3810.915.17-
YUV91.26108.67169.89-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 54.55%
GREEN value IS 68 (26.95% from 255) = 24.73%
BLUE value IS 57 (22.66% from 255) = 20.73%
R=54.55%
G=24.73%
B=20.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.62
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal150685700.550.620.417.144.9340.59
Hex9644390373E2972d29
Octal22610471067765175551
Binary1001011010001001110010110111111110101001111101101101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #964439

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #964439; }

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

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

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

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

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

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

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

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