#96414D

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

Shades of Night Shadz #96414D

Tints of Night Shadz #96414D

Color information

#96414D (or 0x96414D) is unknown color: approx Night Shadz. HEX triplet: 96, 41 and 4D. RGB value is (150,65,77). Sum of RGB (Red+Green+Blue) = 150+65+77=292 (38% of max value = 765). Red value is 150 (58.98% from 255 or 51.37% from 292); Green value is 65 (25.78% from 255 or 22.26% from 292); Blue value is 77 (30.47% from 255 or 26.37% from 292); Max value from RGB is 150 - color contains mainly: red. Hex color #96414D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #96414D is #69BEB2. Grayscale: #5B5B5B. Windows color (decimal): -6930099 or 5063062. OLE color: 5063062.

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

Color convert

RGB1506577-
CMYK00.570.490.41
HSL351.53º39.53%42.16%-
HSV(B)351.53º56.67%58.82%-
XYZ15.8110.88.27-
YUV91.78119.66169.52-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 51.37%
GREEN value IS 65 (25.78% from 255) = 22.26%
BLUE value IS 77 (30.47% from 255) = 26.37%
R=51.37%
G=22.26%
B=26.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.49
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal150657700.570.490.41351.5339.5342.16
Hex96414D0393129160282a
Octal22610111507161515405052
Binary10010110100000110011010111001110001101001101100000101000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96414D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #96414D; }

 p { color: rgb(150,65,77); }

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

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

 a { background-color: rgb(150,65,77); }

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

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

 span { border-color: rgb(150,65,77); }

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