#9F384A

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

Shades of Night Shadz #9F384A

Tints of Night Shadz #9F384A

Color information

#9F384A (or 0x9F384A) is unknown color: approx Night Shadz. HEX triplet: 9F, 38 and 4A. RGB value is (159,56,74). Sum of RGB (Red+Green+Blue) = 159+56+74=289 (38% of max value = 765). Red value is 159 (62.5% from 255 or 55.02% from 289); Green value is 56 (22.27% from 255 or 19.38% from 289); Blue value is 74 (29.30% from 255 or 25.61% from 289); Max value from RGB is 159 - color contains mainly: red. Hex color #9F384A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9F384A is #60C7B5. Grayscale: #585858. Windows color (decimal): -6342582 or 4864159. OLE color: 4864159.

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

Color convert

RGB1595674-
CMYK00.650.530.38
HSL349.51º47.91%42.16%-
HSV(B)349.51º64.78%62.35%-
XYZ16.9510.697.65-
YUV88.85119.62178.04-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 55.02%
GREEN value IS 56 (22.27% from 255) = 19.38%
BLUE value IS 74 (29.30% from 255) = 25.61%
R=55.02%
G=19.38%
B=25.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.53
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal159567400.650.530.38349.5147.9142.16
Hex9F384A041352615e302a
Octal23770112010165465366052
Binary10011111111000100101001000001110101100110101011110110000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9F384A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(159,56,74); }

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

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

 a { background-color: rgb(159,56,74); }

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

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

 span { border-color: rgb(159,56,74); }

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