#964155

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

Shades of Night Shadz #964155

Tints of Night Shadz #964155

Color information

#964155 (or 0x964155) is unknown color: approx Night Shadz. HEX triplet: 96, 41 and 55. RGB value is (150,65,85). Sum of RGB (Red+Green+Blue) = 150+65+85=300 (39% of max value = 765). Red value is 150 (58.98% from 255 or 50% from 300); Green value is 65 (25.78% from 255 or 21.67% from 300); Blue value is 85 (33.59% from 255 or 28.33% from 300); Max value from RGB is 150 - color contains mainly: red. Hex color #964155 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #964155 is #69BEAA. Grayscale: #5C5C5C. Windows color (decimal): -6930091 or 5587350. OLE color: 5587350.

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

Color convert

RGB1506585-
CMYK00.570.430.41
HSL345.88º39.53%42.16%-
HSV(B)345.88º56.67%58.82%-
XYZ16.1110.929.85-
YUV92.7123.66168.87-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 50%
GREEN value IS 65 (25.78% from 255) = 21.67%
BLUE value IS 85 (33.59% from 255) = 28.33%
R=50%
G=21.67%
B=28.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.43
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal150658500.570.430.41345.8839.5342.16
Hex9641550392B2915a282a
Octal22610112507153515325052
Binary10010110100000110101010111001101011101001101011010101000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #964155

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #964155; }

 p { color: rgb(150,65,85); }

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

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

 a { background-color: rgb(150,65,85); }

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

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

 span { border-color: rgb(150,65,85); }

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