#9F7382

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

Shades of Tapestry #9F7382

Tints of Tapestry #9F7382

Color information

#9F7382 (or 0x9F7382) is unknown color: approx Tapestry. HEX triplet: 9F, 73 and 82. RGB value is (159,115,130). Sum of RGB (Red+Green+Blue) = 159+115+130=404 (53% of max value = 765). Red value is 159 (62.5% from 255 or 39.36% from 404); Green value is 115 (45.31% from 255 or 28.47% from 404); Blue value is 130 (51.17% from 255 or 32.18% from 404); Max value from RGB is 159 - color contains mainly: red. Hex color #9F7382 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9F7382 is #608C7D. Grayscale: #818181. Windows color (decimal): -6327422 or 8549279. OLE color: 8549279.

HSL color Cylindrical-coordinate representation of color #9F7382: hue angle of 339.55º degrees, saturation: 0.19, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #9F7382 is Cyan = 0, Magento = 0.28, Yellow = 0.18 and Black (K on CMYK) = 0.38.

Color convert

RGB159115130-
CMYK00.280.180.38
HSL339.55º18.64%53.73%-
HSV(B)339.55º27.67%62.35%-
XYZ24.4621.2423.93-
YUV129.87128.08148.78-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 39.36%
GREEN value IS 115 (45.31% from 255) = 28.47%
BLUE value IS 130 (51.17% from 255) = 32.18%
R=39.36%
G=28.47%
B=32.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.18
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal15911513000.280.180.38339.5518.6453.73
Hex9F738201C12261541336
Octal23716320203422465242366
Binary100111111110011100000100111001001010011010101010010011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9F7382

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(159,115,130); }

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

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

 a { background-color: rgb(159,115,130); }

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

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

 span { border-color: rgb(159,115,130); }

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