#96364D

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

Shades of Night Shadz #96364D

Tints of Night Shadz #96364D

Color information

#96364D (or 0x96364D) is unknown color: approx Night Shadz. HEX triplet: 96, 36 and 4D. RGB value is (150,54,77). Sum of RGB (Red+Green+Blue) = 150+54+77=281 (37% of max value = 765). Red value is 150 (58.98% from 255 or 53.38% from 281); Green value is 54 (21.48% from 255 or 19.22% from 281); Blue value is 77 (30.47% from 255 or 27.40% from 281); Max value from RGB is 150 - color contains mainly: red. Hex color #96364D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #96364D is #69C9B2. Grayscale: #555555. Windows color (decimal): -6932915 or 5060246. OLE color: 5060246.

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

Color convert

RGB1505477-
CMYK00.640.490.41
HSL345.62º47.06%40%-
HSV(B)345.62º64%58.82%-
XYZ15.249.668.08-
YUV85.33123.3174.13-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 53.38%
GREEN value IS 54 (21.48% from 255) = 19.22%
BLUE value IS 77 (30.47% from 255) = 27.40%
R=53.38%
G=19.22%
B=27.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.49
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal150547700.640.490.41345.6247.0640
Hex96364D040312915a2f28
Octal22666115010061515325750
Binary10010110110110100110101000000110001101001101011010101111101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96364D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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