#9F5D5F

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

Shades of Vin Rouge #9F5D5F

Tints of Vin Rouge #9F5D5F

Color information

#9F5D5F (or 0x9F5D5F) is unknown color: approx Vin Rouge. HEX triplet: 9F, 5D and 5F. RGB value is (159,93,95). Sum of RGB (Red+Green+Blue) = 159+93+95=347 (45% of max value = 765). Red value is 159 (62.5% from 255 or 45.82% from 347); Green value is 93 (36.72% from 255 or 26.80% from 347); Blue value is 95 (37.5% from 255 or 27.38% from 347); Max value from RGB is 159 - color contains mainly: red. Hex color #9F5D5F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9F5D5F is #60A2A0. Grayscale: #717171. Windows color (decimal): -6333089 or 6249887. OLE color: 6249887.

HSL color Cylindrical-coordinate representation of color #9F5D5F: hue angle of 358.18º degrees, saturation: 0.26, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #9F5D5F is Cyan = 0, Magento = 0.42, Yellow = 0.40 and Black (K on CMYK) = 0.38.

Color convert

RGB1599395-
CMYK00.420.400.38
HSL358.18º26.19%49.41%-
HSV(B)358.18º41.51%62.35%-
XYZ20.2816.0312.85-
YUV112.96117.87160.84-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 45.82%
GREEN value IS 93 (36.72% from 255) = 26.80%
BLUE value IS 95 (37.5% from 255) = 27.38%
R=45.82%
G=26.80%
B=27.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.40
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal159939500.420.400.38358.1826.1949.41
Hex9F5D5F02A28261661a31
Octal23713513705250465463261
Binary1001111110111011011111010101010100010011010110011011010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9F5D5F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(159,93,95); }

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

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

 a { background-color: rgb(159,93,95); }

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

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

 span { border-color: rgb(159,93,95); }

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