#964255

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

Shades of Night Shadz #964255

Tints of Night Shadz #964255

Color information

#964255 (or 0x964255) is unknown color: approx Night Shadz. HEX triplet: 96, 42 and 55. RGB value is (150,66,85). Sum of RGB (Red+Green+Blue) = 150+66+85=301 (39% of max value = 765). Red value is 150 (58.98% from 255 or 49.83% from 301); Green value is 66 (26.17% from 255 or 21.93% from 301); Blue value is 85 (33.59% from 255 or 28.24% from 301); Max value from RGB is 150 - color contains mainly: red. Hex color #964255 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #964255 is #69BDAA. Grayscale: #5D5D5D. Windows color (decimal): -6929835 or 5587606. OLE color: 5587606.

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

Color convert

RGB1506685-
CMYK00.560.430.41
HSL346.43º38.89%42.35%-
HSV(B)346.43º56%58.82%-
XYZ16.1711.049.87-
YUV93.28123.33168.46-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 49.83%
GREEN value IS 66 (26.17% from 255) = 21.93%
BLUE value IS 85 (33.59% from 255) = 28.24%
R=49.83%
G=21.93%
B=28.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.43
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal150668500.560.430.41346.4338.8942.35
Hex9642550382B2915a272a
Octal22610212507053515324752
Binary10010110100001010101010111000101011101001101011010100111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #964255

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #964255; }

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

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

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

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

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

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

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

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