#964049

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

Shades of Night Shadz #964049

Tints of Night Shadz #964049

Color information

#964049 (or 0x964049) is unknown color: approx Night Shadz. HEX triplet: 96, 40 and 49. RGB value is (150,64,73). Sum of RGB (Red+Green+Blue) = 150+64+73=287 (38% of max value = 765). Red value is 150 (58.98% from 255 or 52.26% from 287); Green value is 64 (25.39% from 255 or 22.30% from 287); Blue value is 73 (28.91% from 255 or 25.44% from 287); Max value from RGB is 150 - color contains mainly: red. Hex color #964049 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #964049 is #69BFB6. Grayscale: #5A5A5A. Windows color (decimal): -6930359 or 4800662. OLE color: 4800662.

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

Color convert

RGB1506473-
CMYK00.570.510.41
HSL353.72º40.19%41.96%-
HSV(B)353.72º57.33%58.82%-
XYZ15.6110.637.53-
YUV90.74117.99170.27-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 52.26%
GREEN value IS 64 (25.39% from 255) = 22.30%
BLUE value IS 73 (28.91% from 255) = 25.44%
R=52.26%
G=22.30%
B=25.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.51
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal150647300.570.510.41353.7240.1941.96
Hex9640490393329162282a
Octal22610011107163515425052
Binary10010110100000010010010111001110011101001101100010101000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #964049

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #964049; }

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

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

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

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

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

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

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

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