#9F7383

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

Shades of Tapestry #9F7383

Tints of Tapestry #9F7383

Color information

#9F7383 (or 0x9F7383) is unknown color: approx Tapestry. HEX triplet: 9F, 73 and 83. RGB value is (159,115,131). Sum of RGB (Red+Green+Blue) = 159+115+131=405 (53% of max value = 765). Red value is 159 (62.5% from 255 or 39.26% from 405); Green value is 115 (45.31% from 255 or 28.40% from 405); Blue value is 131 (51.56% from 255 or 32.35% from 405); Max value from RGB is 159 - color contains mainly: red. Hex color #9F7383 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9F7383 is #608C7C. Grayscale: #818181. Windows color (decimal): -6327421 or 8614815. OLE color: 8614815.

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

Color convert

RGB159115131-
CMYK00.280.180.38
HSL338.18º18.64%53.73%-
HSV(B)338.18º27.67%62.35%-
XYZ24.5321.2724.29-
YUV129.98128.58148.7-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 39.26%
GREEN value IS 115 (45.31% from 255) = 28.40%
BLUE value IS 131 (51.56% from 255) = 32.35%
R=39.26%
G=28.40%
B=32.35%

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
Decimal15911513100.280.180.38338.1818.6453.73
Hex9F738301C12261521336
Octal23716320303422465222366
Binary100111111110011100000110111001001010011010101001010011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9F7383

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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