#96374D

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

Shades of Night Shadz #96374D

Tints of Night Shadz #96374D

Color information

#96374D (or 0x96374D) is unknown color: approx Night Shadz. HEX triplet: 96, 37 and 4D. RGB value is (150,55,77). Sum of RGB (Red+Green+Blue) = 150+55+77=282 (37% of max value = 765). Red value is 150 (58.98% from 255 or 53.19% from 282); Green value is 55 (21.88% from 255 or 19.50% from 282); Blue value is 77 (30.47% from 255 or 27.30% from 282); Max value from RGB is 150 - color contains mainly: red. Hex color #96374D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #96374D is #69C8B2. Grayscale: #555555. Windows color (decimal): -6932659 or 5060502. OLE color: 5060502.

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

Color convert

RGB1505577-
CMYK00.630.490.41
HSL346.11º46.34%40.2%-
HSV(B)346.11º63.33%58.82%-
XYZ15.289.758.1-
YUV85.91122.97173.71-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 53.19%
GREEN value IS 55 (21.88% from 255) = 19.50%
BLUE value IS 77 (30.47% from 255) = 27.30%
R=53.19%
G=19.50%
B=27.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.49
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal150557700.630.490.41346.1146.3440.2
Hex96374D03F312915a2e28
Octal2266711507761515325650
Binary1001011011011110011010111111110001101001101011010101110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96374D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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