#963E4E

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

Shades of Night Shadz #963E4E

Tints of Night Shadz #963E4E

Color information

#963E4E (or 0x963E4E) is unknown color: approx Night Shadz. HEX triplet: 96, 3E and 4E. RGB value is (150,62,78). Sum of RGB (Red+Green+Blue) = 150+62+78=290 (38% of max value = 765). Red value is 150 (58.98% from 255 or 51.72% from 290); Green value is 62 (24.61% from 255 or 21.38% from 290); Blue value is 78 (30.86% from 255 or 26.90% from 290); Max value from RGB is 150 - color contains mainly: red. Hex color #963E4E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #963E4E is #69C1B1. Grayscale: #5A5A5A. Windows color (decimal): -6930866 or 5127830. OLE color: 5127830.

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

Color convert

RGB1506278-
CMYK00.590.480.41
HSL349.09º41.51%41.57%-
HSV(B)349.09º58.67%58.82%-
XYZ15.6810.488.4-
YUV90.14121.15170.7-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 51.72%
GREEN value IS 62 (24.61% from 255) = 21.38%
BLUE value IS 78 (30.86% from 255) = 26.90%
R=51.72%
G=21.38%
B=26.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.48
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal150627800.590.480.41349.0941.5141.57
Hex963E4E03B302915d2a2a
Octal2267611607360515355252
Binary1001011011111010011100111011110000101001101011101101010101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #963E4E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(150,62,78); }

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

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

 a { background-color: rgb(150,62,78); }

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

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

 span { border-color: rgb(150,62,78); }

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