#9F4749

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

Shades of Night Shadz #9F4749

Tints of Night Shadz #9F4749

Color information

#9F4749 (or 0x9F4749) is unknown color: approx Night Shadz. HEX triplet: 9F, 47 and 49. RGB value is (159,71,73). Sum of RGB (Red+Green+Blue) = 159+71+73=303 (40% of max value = 765). Red value is 159 (62.5% from 255 or 52.48% from 303); Green value is 71 (28.12% from 255 or 23.43% from 303); Blue value is 73 (28.91% from 255 or 24.09% from 303); Max value from RGB is 159 - color contains mainly: red. Hex color #9F4749 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9F4749 is #60B8B6. Grayscale: #616161. Windows color (decimal): -6338743 or 4802463. OLE color: 4802463.

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

Color convert

RGB1597173-
CMYK00.550.540.38
HSL358.64º38.26%45.1%-
HSV(B)358.64º55.35%62.35%-
XYZ17.7512.367.75-
YUV97.54114.15171.84-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 52.48%
GREEN value IS 71 (28.12% from 255) = 23.43%
BLUE value IS 73 (28.91% from 255) = 24.09%
R=52.48%
G=23.43%
B=24.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.54
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal159717300.550.540.38358.6438.2645.1
Hex9F47490373626167262d
Octal23710711106766465474655
Binary10011111100011110010010110111110110100110101100111100110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9F4749

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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