#9D494E

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

Shades of Night Shadz #9D494E

Tints of Night Shadz #9D494E

Color information

#9D494E (or 0x9D494E) is unknown color: approx Night Shadz. HEX triplet: 9D, 49 and 4E. RGB value is (157,73,78). Sum of RGB (Red+Green+Blue) = 157+73+78=308 (40% of max value = 765). Red value is 157 (61.72% from 255 or 50.97% from 308); Green value is 73 (28.91% from 255 or 23.70% from 308); Blue value is 78 (30.86% from 255 or 25.32% from 308); Max value from RGB is 157 - color contains mainly: red. Hex color #9D494E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9D494E is #62B6B1. Grayscale: #626262. Windows color (decimal): -6469298 or 5130653. OLE color: 5130653.

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

Color convert

RGB1577378-
CMYK00.540.500.38
HSL356.43º36.52%45.1%-
HSV(B)356.43º53.5%61.57%-
XYZ17.6612.488.69-
YUV98.69116.33169.59-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 50.97%
GREEN value IS 73 (28.91% from 255) = 23.70%
BLUE value IS 78 (30.86% from 255) = 25.32%
R=50.97%
G=23.70%
B=25.32%

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
Decimal157737800.540.500.38356.4336.5245.1
Hex9D494E0363226164252d
Octal23511111606662465444555
Binary10011101100100110011100110110110010100110101100100100101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9D494E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(157,73,78); }

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

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

 a { background-color: rgb(157,73,78); }

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

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

 span { border-color: rgb(157,73,78); }

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