#9D394D

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

Shades of Night Shadz #9D394D

Tints of Night Shadz #9D394D

Color information

#9D394D (or 0x9D394D) is unknown color: approx Night Shadz. HEX triplet: 9D, 39 and 4D. RGB value is (157,57,77). Sum of RGB (Red+Green+Blue) = 157+57+77=291 (38% of max value = 765). Red value is 157 (61.72% from 255 or 53.95% from 291); Green value is 57 (22.66% from 255 or 19.59% from 291); Blue value is 77 (30.47% from 255 or 26.46% from 291); Max value from RGB is 157 - color contains mainly: red. Hex color #9D394D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9D394D is #62C6B2. Grayscale: #595959. Windows color (decimal): -6473395 or 5061021. OLE color: 5061021.

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

Color convert

RGB1575777-
CMYK00.640.510.38
HSL348º46.73%41.96%-
HSV(B)348º63.69%61.57%-
XYZ16.7110.638.19-
YUV89.18121.13176.37-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 53.95%
GREEN value IS 57 (22.66% from 255) = 19.59%
BLUE value IS 77 (30.47% from 255) = 26.46%
R=53.95%
G=19.59%
B=26.46%

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
Decimal157577700.640.510.3834846.7341.96
Hex9D394D040332615c2f2a
Octal23571115010063465345752
Binary10011101111001100110101000000110011100110101011100101111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9D394D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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