#9F595D

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

Shades of Vin Rouge #9F595D

Tints of Vin Rouge #9F595D

Color information

#9F595D (or 0x9F595D) is unknown color: approx Vin Rouge. HEX triplet: 9F, 59 and 5D. RGB value is (159,89,93). Sum of RGB (Red+Green+Blue) = 159+89+93=341 (45% of max value = 765). Red value is 159 (62.5% from 255 or 46.63% from 341); Green value is 89 (35.16% from 255 or 26.10% from 341); Blue value is 93 (36.72% from 255 or 27.27% from 341); Max value from RGB is 159 - color contains mainly: red. Hex color #9F595D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9F595D is #60A6A2. Grayscale: #6E6E6E. Windows color (decimal): -6334115 or 6117791. OLE color: 6117791.

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

Color convert

RGB1598993-
CMYK00.440.420.38
HSL356.57º28.23%48.63%-
HSV(B)356.57º44.03%62.35%-
XYZ19.8515.3112.26-
YUV110.39118.19162.67-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 46.63%
GREEN value IS 89 (35.16% from 255) = 26.10%
BLUE value IS 93 (36.72% from 255) = 27.27%
R=46.63%
G=26.10%
B=27.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.42
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal159899300.440.420.38356.5728.2348.63
Hex9F595D02C2A261651c31
Octal23713113505452465453461
Binary1001111110110011011101010110010101010011010110010111100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9F595D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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