#9D3759

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

Shades of Night Shadz #9D3759

Tints of Night Shadz #9D3759

Color information

#9D3759 (or 0x9D3759) is unknown color: approx Night Shadz. HEX triplet: 9D, 37 and 59. RGB value is (157,55,89). Sum of RGB (Red+Green+Blue) = 157+55+89=301 (39% of max value = 765). Red value is 157 (61.72% from 255 or 52.16% from 301); Green value is 55 (21.88% from 255 or 18.27% from 301); Blue value is 89 (35.16% from 255 or 29.57% from 301); Max value from RGB is 157 - color contains mainly: red. Hex color #9D3759 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9D3759 is #62C8A6. Grayscale: #595959. Windows color (decimal): -6473895 or 5846941. OLE color: 5846941.

HSL color Cylindrical-coordinate representation of color #9D3759: hue angle of 340º degrees, saturation: 0.48, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #9D3759 is Cyan = 0, Magento = 0.65, Yellow = 0.43 and Black (K on CMYK) = 0.38.

Color convert

RGB1575589-
CMYK00.650.430.38
HSL340º48.11%41.57%-
HSV(B)340º64.97%61.57%-
XYZ17.0710.6210.6-
YUV89.37127.79176.24-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 52.16%
GREEN value IS 55 (21.88% from 255) = 18.27%
BLUE value IS 89 (35.16% from 255) = 29.57%
R=52.16%
G=18.27%
B=29.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.43
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal157558900.650.430.3834048.1141.57
Hex9D37590412B26154302a
Octal23567131010153465246052
Binary10011101110111101100101000001101011100110101010100110000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9D3759

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(157,55,89); }

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

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

 a { background-color: rgb(157,55,89); }

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

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

 span { border-color: rgb(157,55,89); }

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