#9E494F

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

Shades of Night Shadz #9E494F

Tints of Night Shadz #9E494F

Color information

#9E494F (or 0x9E494F) is unknown color: approx Night Shadz. HEX triplet: 9E, 49 and 4F. RGB value is (158,73,79). Sum of RGB (Red+Green+Blue) = 158+73+79=310 (41% of max value = 765). Red value is 158 (62.11% from 255 or 50.97% from 310); Green value is 73 (28.91% from 255 or 23.55% from 310); Blue value is 79 (31.25% from 255 or 25.48% from 310); Max value from RGB is 158 - color contains mainly: red. Hex color #9E494F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9E494F is #61B6B0. Grayscale: #636363. Windows color (decimal): -6403761 or 5196190. OLE color: 5196190.

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

Color convert

RGB1587379-
CMYK00.540.500.38
HSL355.76º36.8%45.29%-
HSV(B)355.76º53.8%61.96%-
XYZ17.8912.68.89-
YUV99.1116.66170.01-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 50.97%
GREEN value IS 73 (28.91% from 255) = 23.55%
BLUE value IS 79 (31.25% from 255) = 25.48%
R=50.97%
G=23.55%
B=25.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.50
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal158737900.540.500.38355.7636.845.29
Hex9E494F0363226164252d
Octal23611111706662465444555
Binary10011110100100110011110110110110010100110101100100100101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9E494F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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