#9F474D

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

Shades of Night Shadz #9F474D

Tints of Night Shadz #9F474D

Color information

#9F474D (or 0x9F474D) is unknown color: approx Night Shadz. HEX triplet: 9F, 47 and 4D. RGB value is (159,71,77). Sum of RGB (Red+Green+Blue) = 159+71+77=307 (40% of max value = 765). Red value is 159 (62.5% from 255 or 51.79% from 307); Green value is 71 (28.12% from 255 or 23.13% from 307); Blue value is 77 (30.47% from 255 or 25.08% from 307); Max value from RGB is 159 - color contains mainly: red. Hex color #9F474D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9F474D is #60B8B2. Grayscale: #626262. Windows color (decimal): -6338739 or 5064607. OLE color: 5064607.

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

Color convert

RGB1597177-
CMYK00.550.520.38
HSL355.91º38.26%45.1%-
HSV(B)355.91º55.35%62.35%-
XYZ17.8912.418.47-
YUV98116.15171.51-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 51.79%
GREEN value IS 71 (28.12% from 255) = 23.13%
BLUE value IS 77 (30.47% from 255) = 25.08%
R=51.79%
G=23.13%
B=25.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.52
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal159717700.550.520.38355.9138.2645.1
Hex9F474D0373426164262d
Octal23710711506764465444655
Binary10011111100011110011010110111110100100110101100100100110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9F474D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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