#964250

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

Shades of Night Shadz #964250

Tints of Night Shadz #964250

Color information

#964250 (or 0x964250) is unknown color: approx Night Shadz. HEX triplet: 96, 42 and 50. RGB value is (150,66,80). Sum of RGB (Red+Green+Blue) = 150+66+80=296 (39% of max value = 765). Red value is 150 (58.98% from 255 or 50.68% from 296); Green value is 66 (26.17% from 255 or 22.30% from 296); Blue value is 80 (31.64% from 255 or 27.03% from 296); Max value from RGB is 150 - color contains mainly: red. Hex color #964250 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #964250 is #69BDAF. Grayscale: #5C5C5C. Windows color (decimal): -6929840 or 5259926. OLE color: 5259926.

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

Color convert

RGB1506680-
CMYK00.560.470.41
HSL350º38.89%42.35%-
HSV(B)350º56%58.82%-
XYZ15.9710.968.86-
YUV92.71120.83168.86-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 50.68%
GREEN value IS 66 (26.17% from 255) = 22.30%
BLUE value IS 80 (31.64% from 255) = 27.03%
R=50.68%
G=22.30%
B=27.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.47
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal150668000.560.470.4135038.8942.35
Hex9642500382F2915e272a
Octal22610212007057515364752
Binary10010110100001010100000111000101111101001101011110100111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #964250

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #964250; }

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

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

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

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

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

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

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

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