#9E494D

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

Shades of Night Shadz #9E494D

Tints of Night Shadz #9E494D

Color information

#9E494D (or 0x9E494D) is unknown color: approx Night Shadz. HEX triplet: 9E, 49 and 4D. RGB value is (158,73,77). Sum of RGB (Red+Green+Blue) = 158+73+77=308 (40% of max value = 765). Red value is 158 (62.11% from 255 or 51.30% from 308); Green value is 73 (28.91% from 255 or 23.70% from 308); Blue value is 77 (30.47% from 255 or 25% from 308); Max value from RGB is 158 - color contains mainly: red. Hex color #9E494D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9E494D is #61B6B2. Grayscale: #626262. Windows color (decimal): -6403763 or 5065118. OLE color: 5065118.

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

Color convert

RGB1587377-
CMYK00.540.510.38
HSL357.18º36.8%45.29%-
HSV(B)357.18º53.8%61.96%-
XYZ17.8212.578.51-
YUV98.87115.66170.17-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 51.30%
GREEN value IS 73 (28.91% from 255) = 23.70%
BLUE value IS 77 (30.47% from 255) = 25%
R=51.30%
G=23.70%
B=25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.51
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal158737700.540.510.38357.1836.845.29
Hex9E494D0363326165252d
Octal23611111506663465454555
Binary10011110100100110011010110110110011100110101100101100101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9E494D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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