#9E394D

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

Shades of Night Shadz #9E394D

Tints of Night Shadz #9E394D

Color information

#9E394D (or 0x9E394D) is unknown color: approx Night Shadz. HEX triplet: 9E, 39 and 4D. RGB value is (158,57,77). Sum of RGB (Red+Green+Blue) = 158+57+77=292 (38% of max value = 765). Red value is 158 (62.11% from 255 or 54.11% from 292); Green value is 57 (22.66% from 255 or 19.52% from 292); Blue value is 77 (30.47% from 255 or 26.37% from 292); Max value from RGB is 158 - color contains mainly: red. Hex color #9E394D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9E394D is #61C6B2. Grayscale: #595959. Windows color (decimal): -6407859 or 5061022. OLE color: 5061022.

HSL color Cylindrical-coordinate representation of color #9E394D: hue angle of 348.12º degrees, saturation: 0.47, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #9E394D is Cyan = 0, Magento = 0.64, Yellow = 0.51 and Black (K on CMYK) = 0.38.

Color convert

RGB1585777-
CMYK00.640.510.38
HSL348.12º46.98%42.16%-
HSV(B)348.12º63.92%61.96%-
XYZ16.910.738.2-
YUV89.48120.96176.87-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 54.11%
GREEN value IS 57 (22.66% from 255) = 19.52%
BLUE value IS 77 (30.47% from 255) = 26.37%
R=54.11%
G=19.52%
B=26.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.51
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal158577700.640.510.38348.1246.9842.16
Hex9E394D040332615c2f2a
Octal23671115010063465345752
Binary10011110111001100110101000000110011100110101011100101111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9E394D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9E394D; }

 p { color: rgb(158,57,77); }

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

<style>
 a { background-color: #9E394D; }

 a { background-color: rgb(158,57,77); }

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

<style>
 span { border-color: #9E394D; }

 span { border-color: rgb(158,57,77); }

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