Html Css Color HEX #9F7383 Tapestry

📋 copy color: '#9F7383'

red 159 ◦ green 115 ◦ blue 131

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

Shades of Tapestry #9F7383

Tints of Tapestry #9F7383

RGB

 RED value IS 159 (62.5% from 255) = 39.26%

 GREEN value IS 115 (45.31% from 255) = 28.4%

 BLUE value IS 131 (51.56% from 255) = 32.35%

R = 39.26%
G = 28.4%
B = 32.35%

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

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

RGB 159 115 131 -
CMYK 0 0.28 0.18 0.38
HSL 338.18º 0.19% 0.54% -
HSV(B) 338.18º 0.28% 0.62% -
XYZ 24.53 21.27 24.29 -
YUV 129.98 128.58 148.7 -
System Red Green Blue C M Y K H S L
Decimal 159 115 131 0 0.28 0.18 0.38 338.18 0.19 0.54
Hex 9F 73 83 0 1C 12 26 152 13 36
Octal 237 163 203 0 34 22 46 522 23 66
Binary 10011111 1110011 10000011 0 11100 10010 100110 101010010 10011 110110

Color Harmonies of #9F7383

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F7383

Black with #9F7383

Text Example


Text Example

White with #9F7383

Text Example


Text Example

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