#963D52

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

Shades of Night Shadz #963D52

Tints of Night Shadz #963D52

Color information

#963D52 (or 0x963D52) is unknown color: approx Night Shadz. HEX triplet: 96, 3D and 52. RGB value is (150,61,82). Sum of RGB (Red+Green+Blue) = 150+61+82=293 (38% of max value = 765). Red value is 150 (58.98% from 255 or 51.19% from 293); Green value is 61 (24.22% from 255 or 20.82% from 293); Blue value is 82 (32.42% from 255 or 27.99% from 293); Max value from RGB is 150 - color contains mainly: red. Hex color #963D52 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #963D52 is #69C2AD. Grayscale: #5A5A5A. Windows color (decimal): -6931118 or 5389718. OLE color: 5389718.

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

Color convert

RGB1506182-
CMYK00.590.450.41
HSL345.84º42.18%41.37%-
HSV(B)345.84º59.33%58.82%-
XYZ15.7710.439.16-
YUV90123.49170.79-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 51.19%
GREEN value IS 61 (24.22% from 255) = 20.82%
BLUE value IS 82 (32.42% from 255) = 27.99%
R=51.19%
G=20.82%
B=27.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.45
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal150618200.590.450.41345.8442.1841.37
Hex963D5203B2D2915a2a29
Octal2267512207355515325251
Binary1001011011110110100100111011101101101001101011010101010101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #963D52

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #963D52; }

 p { color: rgb(150,61,82); }

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

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

 a { background-color: rgb(150,61,82); }

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

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

 span { border-color: rgb(150,61,82); }

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