#964435

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

Shades of Mojo #964435

Tints of Mojo #964435

Color information

#964435 (or 0x964435) is unknown color: approx Mojo. HEX triplet: 96, 44 and 35. RGB value is (150,68,53). Sum of RGB (Red+Green+Blue) = 150+68+53=271 (35% of max value = 765). Red value is 150 (58.98% from 255 or 55.35% from 271); Green value is 68 (26.95% from 255 or 25.09% from 271); Blue value is 53 (21.09% from 255 or 19.56% from 271); Max value from RGB is 150 - color contains mainly: red. Hex color #964435 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #964435 is #69BBCA. Grayscale: #5A5A5A. Windows color (decimal): -6929355 or 3490966. OLE color: 3490966.

HSL color Cylindrical-coordinate representation of color #964435: hue angle of 9.28º degrees, saturation: 0.48, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #964435 is Cyan = 0, Magento = 0.55, Yellow = 0.65 and Black (K on CMYK) = 0.41.

Color convert

RGB1506853-
CMYK00.550.650.41
HSL9.28º47.78%39.8%-
HSV(B)9.28º64.67%58.82%-
XYZ15.2910.884.66-
YUV90.81106.67170.22-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 55.35%
GREEN value IS 68 (26.95% from 255) = 25.09%
BLUE value IS 53 (21.09% from 255) = 19.56%
R=55.35%
G=25.09%
B=19.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.65
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal150685300.550.650.419.2847.7839.8
Hex964435037412993028
Octal2261046506710151116050
Binary100101101000100110101011011110000011010011001110000101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #964435

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #964435; }

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

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

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

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

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

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

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

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