#964150

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

Shades of Night Shadz #964150

Tints of Night Shadz #964150

Color information

#964150 (or 0x964150) is unknown color: approx Night Shadz. HEX triplet: 96, 41 and 50. RGB value is (150,65,80). Sum of RGB (Red+Green+Blue) = 150+65+80=295 (39% of max value = 765). Red value is 150 (58.98% from 255 or 50.85% from 295); Green value is 65 (25.78% from 255 or 22.03% from 295); Blue value is 80 (31.64% from 255 or 27.12% from 295); Max value from RGB is 150 - color contains mainly: red. Hex color #964150 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #964150 is #69BEAF. Grayscale: #5C5C5C. Windows color (decimal): -6930096 or 5259670. OLE color: 5259670.

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

Color convert

RGB1506580-
CMYK00.570.470.41
HSL349.41º39.53%42.16%-
HSV(B)349.41º56.67%58.82%-
XYZ15.9210.848.84-
YUV92.12121.16169.28-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 50.85%
GREEN value IS 65 (25.78% from 255) = 22.03%
BLUE value IS 80 (31.64% from 255) = 27.12%
R=50.85%
G=22.03%
B=27.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.47
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal150658000.570.470.41349.4139.5342.16
Hex9641500392F2915d282a
Octal22610112007157515355052
Binary10010110100000110100000111001101111101001101011101101000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #964150

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #964150; }

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

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

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

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

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

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

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

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