#9E494C

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

Shades of Night Shadz #9E494C

Tints of Night Shadz #9E494C

Color information

#9E494C (or 0x9E494C) is unknown color: approx Night Shadz. HEX triplet: 9E, 49 and 4C. RGB value is (158,73,76). Sum of RGB (Red+Green+Blue) = 158+73+76=307 (40% of max value = 765). Red value is 158 (62.11% from 255 or 51.47% from 307); Green value is 73 (28.91% from 255 or 23.78% from 307); Blue value is 76 (30.08% from 255 or 24.76% from 307); Max value from RGB is 158 - color contains mainly: red. Hex color #9E494C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9E494C is #61B6B3. Grayscale: #626262. Windows color (decimal): -6403764 or 4999582. OLE color: 4999582.

HSL color Cylindrical-coordinate representation of color #9E494C: hue angle of 357.88º 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 #9E494C is Cyan = 0, Magento = 0.54, Yellow = 0.52 and Black (K on CMYK) = 0.38.

Color convert

RGB1587376-
CMYK00.540.520.38
HSL357.88º36.8%45.29%-
HSV(B)357.88º53.8%61.96%-
XYZ17.7912.568.32-
YUV98.76115.16170.26-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 51.47%
GREEN value IS 73 (28.91% from 255) = 23.78%
BLUE value IS 76 (30.08% from 255) = 24.76%
R=51.47%
G=23.78%
B=24.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.52
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal158737600.540.520.38357.8836.845.29
Hex9E494C0363426166252d
Octal23611111406664465464555
Binary10011110100100110011000110110110100100110101100110100101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9E494C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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