Html Css Color HEX #9F7382 Tapestry

📋 copy color: '#9F7382'

red 159 ◦ green 115 ◦ blue 130

#9F7382
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Tapestry #9F7382

Tints of Tapestry #9F7382

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 value IS 0

 M value IS 0.28

 Y value IS 0.18

 K value IS 0.38

RGB Variations

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

Color information

#9F7382 (or 0x9F7382) is known color: 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

RGB 159 115 130 -
CMYK 0 0.28 0.18 0.38
HSL 339.55º 0.19% 0.54% -
HSV(B) 339.55º 0.28% 0.62% -
XYZ 24.46 21.24 23.93 -
YUV 129.87 128.08 148.78 -
System Red Green Blue C M Y K H S L
Decimal 159 115 130 0 0.28 0.18 0.38 339.55 0.19 0.54
Hex 9F 73 82 0 1C 12 26 154 13 36
Octal 237 163 202 0 34 22 46 524 23 66
Binary 10011111 1110011 10000010 0 11100 10010 100110 101010100 10011 110110

Color Harmonies of #9F7382

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F7382

Black with #9F7382

Text Example


Text Example

White with #9F7382

Text Example


Text Example

HTML Codes & Css Web 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>