#9F434D

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

Shades of Night Shadz #9F434D

Tints of Night Shadz #9F434D

Color information

#9F434D (or 0x9F434D) is unknown color: approx Night Shadz. HEX triplet: 9F, 43 and 4D. RGB value is (159,67,77). Sum of RGB (Red+Green+Blue) = 159+67+77=303 (40% of max value = 765). Red value is 159 (62.5% from 255 or 52.48% from 303); Green value is 67 (26.56% from 255 or 22.11% from 303); Blue value is 77 (30.47% from 255 or 25.41% from 303); Max value from RGB is 159 - color contains mainly: red. Hex color #9F434D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9F434D is #60BCB2. Grayscale: #5F5F5F. Windows color (decimal): -6339763 or 5063583. OLE color: 5063583.

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

Color convert

RGB1596777-
CMYK00.580.520.38
HSL353.48º40.71%44.31%-
HSV(B)353.48º57.86%62.35%-
XYZ17.6411.928.39-
YUV95.65117.48173.19-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 52.48%
GREEN value IS 67 (26.56% from 255) = 22.11%
BLUE value IS 77 (30.47% from 255) = 25.41%
R=52.48%
G=22.11%
B=25.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.52
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal159677700.580.520.38353.4840.7144.31
Hex9F434D03A3426161292c
Octal23710311507264465415154
Binary10011111100001110011010111010110100100110101100001101001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9F434D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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