#964953

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

Shades of Night Shadz #964953

Tints of Night Shadz #964953

Color information

#964953 (or 0x964953) is unknown color: approx Night Shadz. HEX triplet: 96, 49 and 53. RGB value is (150,73,83). Sum of RGB (Red+Green+Blue) = 150+73+83=306 (40% of max value = 765). Red value is 150 (58.98% from 255 or 49.02% from 306); Green value is 73 (28.91% from 255 or 23.86% from 306); Blue value is 83 (32.81% from 255 or 27.12% from 306); Max value from RGB is 150 - color contains mainly: red. Hex color #964953 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #964953 is #69B6AC. Grayscale: #616161. Windows color (decimal): -6928045 or 5458326. OLE color: 5458326.

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

Color convert

RGB1507383-
CMYK00.510.450.41
HSL352.21º34.53%43.73%-
HSV(B)352.21º51.33%58.82%-
XYZ16.5211.879.6-
YUV97.16120.01165.69-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 49.02%
GREEN value IS 73 (28.91% from 255) = 23.86%
BLUE value IS 83 (32.81% from 255) = 27.12%
R=49.02%
G=23.86%
B=27.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.45
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal150738300.510.450.41352.2134.5343.73
Hex9649530332D29160232c
Octal22611112306355515404354
Binary10010110100100110100110110011101101101001101100000100011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #964953

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #964953; }

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

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

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

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

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

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

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

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