#9F3757

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

Shades of Night Shadz #9F3757

Tints of Night Shadz #9F3757

Color information

#9F3757 (or 0x9F3757) is unknown color: approx Night Shadz. HEX triplet: 9F, 37 and 57. RGB value is (159,55,87). Sum of RGB (Red+Green+Blue) = 159+55+87=301 (39% of max value = 765). Red value is 159 (62.5% from 255 or 52.82% from 301); Green value is 55 (21.88% from 255 or 18.27% from 301); Blue value is 87 (34.38% from 255 or 28.90% from 301); Max value from RGB is 159 - color contains mainly: red. Hex color #9F3757 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9F3757 is #60C8A8. Grayscale: #595959. Windows color (decimal): -6342825 or 5715871. OLE color: 5715871.

HSL color Cylindrical-coordinate representation of color #9F3757: hue angle of 341.54º degrees, saturation: 0.49, 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 #9F3757 is Cyan = 0, Magento = 0.65, Yellow = 0.45 and Black (K on CMYK) = 0.38.

Color convert

RGB1595587-
CMYK00.650.450.38
HSL341.54º48.6%41.96%-
HSV(B)341.54º65.41%62.35%-
XYZ17.3810.7910.18-
YUV89.74126.46177.4-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 52.82%
GREEN value IS 55 (21.88% from 255) = 18.27%
BLUE value IS 87 (34.38% from 255) = 28.90%
R=52.82%
G=18.27%
B=28.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.45
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal159558700.650.450.38341.5448.641.96
Hex9F37570412D26156312a
Octal23767127010155465266152
Binary10011111110111101011101000001101101100110101010110110001101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9F3757

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(159,55,87); }

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

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

 a { background-color: rgb(159,55,87); }

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

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

 span { border-color: rgb(159,55,87); }

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