#9F464D

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

Shades of Night Shadz #9F464D

Tints of Night Shadz #9F464D

Color information

#9F464D (or 0x9F464D) is unknown color: approx Night Shadz. HEX triplet: 9F, 46 and 4D. RGB value is (159,70,77). Sum of RGB (Red+Green+Blue) = 159+70+77=306 (40% of max value = 765). Red value is 159 (62.5% from 255 or 51.96% from 306); Green value is 70 (27.73% from 255 or 22.88% from 306); Blue value is 77 (30.47% from 255 or 25.16% from 306); Max value from RGB is 159 - color contains mainly: red. Hex color #9F464D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9F464D is #60B9B2. Grayscale: #616161. Windows color (decimal): -6338995 or 5064351. OLE color: 5064351.

HSL color Cylindrical-coordinate representation of color #9F464D: hue angle of 355.28º degrees, saturation: 0.39, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #9F464D is Cyan = 0, Magento = 0.56, Yellow = 0.52 and Black (K on CMYK) = 0.38.

Color convert

RGB1597077-
CMYK00.560.520.38
HSL355.28º38.86%44.9%-
HSV(B)355.28º55.97%62.35%-
XYZ17.8312.298.45-
YUV97.41116.49171.93-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 51.96%
GREEN value IS 70 (27.73% from 255) = 22.88%
BLUE value IS 77 (30.47% from 255) = 25.16%
R=51.96%
G=22.88%
B=25.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.52
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal159707700.560.520.38355.2838.8644.9
Hex9F464D0383426163272d
Octal23710611507064465434755
Binary10011111100011010011010111000110100100110101100011100111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9F464D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(159,70,77); }

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

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

 a { background-color: rgb(159,70,77); }

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

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

 span { border-color: rgb(159,70,77); }

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