#96354C

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

Shades of Night Shadz #96354C

Tints of Night Shadz #96354C

Color information

#96354C (or 0x96354C) is unknown color: approx Night Shadz. HEX triplet: 96, 35 and 4C. RGB value is (150,53,76). Sum of RGB (Red+Green+Blue) = 150+53+76=279 (36% of max value = 765). Red value is 150 (58.98% from 255 or 53.76% from 279); Green value is 53 (21.09% from 255 or 19.00% from 279); Blue value is 76 (30.08% from 255 or 27.24% from 279); Max value from RGB is 150 - color contains mainly: red. Hex color #96354C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #96354C is #69CAB3. Grayscale: #545454. Windows color (decimal): -6933172 or 4994454. OLE color: 4994454.

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

Color convert

RGB1505376-
CMYK00.650.490.41
HSL345.77º47.78%39.8%-
HSV(B)345.77º64.67%58.82%-
XYZ15.169.557.88-
YUV84.62123.14174.63-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 53.76%
GREEN value IS 53 (21.09% from 255) = 19.00%
BLUE value IS 76 (30.08% from 255) = 27.24%
R=53.76%
G=19.00%
B=27.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.49
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal150537600.650.490.41345.7747.7839.8
Hex96354C041312915a3028
Octal22665114010161515326050
Binary10010110110101100110001000001110001101001101011010110000101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96354C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #96354C; }

 p { color: rgb(150,53,76); }

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

<style>
 a { background-color: #96354C; }

 a { background-color: rgb(150,53,76); }

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

<style>
 span { border-color: #96354C; }

 span { border-color: rgb(150,53,76); }

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