#96364E

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

Shades of Night Shadz #96364E

Tints of Night Shadz #96364E

Color information

#96364E (or 0x96364E) is unknown color: approx Night Shadz. HEX triplet: 96, 36 and 4E. RGB value is (150,54,78). Sum of RGB (Red+Green+Blue) = 150+54+78=282 (37% of max value = 765). Red value is 150 (58.98% from 255 or 53.19% from 282); Green value is 54 (21.48% from 255 or 19.15% from 282); Blue value is 78 (30.86% from 255 or 27.66% from 282); Max value from RGB is 150 - color contains mainly: red. Hex color #96364E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #96364E is #69C9B1. Grayscale: #555555. Windows color (decimal): -6932914 or 5125782. OLE color: 5125782.

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

Color convert

RGB1505478-
CMYK00.640.480.41
HSL345º47.06%40%-
HSV(B)345º64%58.82%-
XYZ15.279.678.27-
YUV85.44123.8174.05-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 53.19%
GREEN value IS 54 (21.48% from 255) = 19.15%
BLUE value IS 78 (30.86% from 255) = 27.66%
R=53.19%
G=19.15%
B=27.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.48
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal150547800.640.480.4134547.0640
Hex96364E04030291592f28
Octal22666116010060515315750
Binary10010110110110100111001000000110000101001101011001101111101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96364E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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