#96364B

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

Shades of Night Shadz #96364B

Tints of Night Shadz #96364B

Color information

#96364B (or 0x96364B) is unknown color: approx Night Shadz. HEX triplet: 96, 36 and 4B. RGB value is (150,54,75). Sum of RGB (Red+Green+Blue) = 150+54+75=279 (36% of max value = 765). Red value is 150 (58.98% from 255 or 53.76% from 279); Green value is 54 (21.48% from 255 or 19.35% from 279); Blue value is 75 (29.69% from 255 or 26.88% from 279); Max value from RGB is 150 - color contains mainly: red. Hex color #96364B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #96364B is #69C9B4. Grayscale: #555555. Windows color (decimal): -6932917 or 4929174. OLE color: 4929174.

HSL color Cylindrical-coordinate representation of color #96364B: hue angle of 346.88º 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 #96364B is Cyan = 0, Magento = 0.64, Yellow = 0.5 and Black (K on CMYK) = 0.41.

Color convert

RGB1505475-
CMYK00.640.50.41
HSL346.88º47.06%40%-
HSV(B)346.88º64%58.82%-
XYZ15.179.637.72-
YUV85.1122.3174.29-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 53.76%
GREEN value IS 54 (21.48% from 255) = 19.35%
BLUE value IS 75 (29.69% from 255) = 26.88%
R=53.76%
G=19.35%
B=26.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.5
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal150547500.640.50.41346.8847.0640
Hex96364B040322915b2f28
Octal22666113010062515335750
Binary10010110110110100101101000000110010101001101011011101111101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96364B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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