#89595D

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

Shades of Vin Rouge #89595D

Tints of Vin Rouge #89595D

Color information

#89595D (or 0x89595D) is unknown color: approx Vin Rouge. HEX triplet: 89, 59 and 5D. RGB value is (137,89,93). Sum of RGB (Red+Green+Blue) = 137+89+93=319 (42% of max value = 765). Red value is 137 (53.91% from 255 or 42.95% from 319); Green value is 89 (35.16% from 255 or 27.90% from 319); Blue value is 93 (36.72% from 255 or 29.15% from 319); Max value from RGB is 137 - color contains mainly: red. Hex color #89595D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #89595D is #76A6A2. Grayscale: #676767. Windows color (decimal): -7775907 or 6117769. OLE color: 6117769.

HSL color Cylindrical-coordinate representation of color #89595D: hue angle of 355º degrees, saturation: 0.21, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #89595D is Cyan = 0, Magento = 0.35, Yellow = 0.32 and Black (K on CMYK) = 0.46.

Color convert

RGB1378993-
CMYK00.350.320.46
HSL355º21.24%44.31%-
HSV(B)355º35.04%53.73%-
XYZ15.8613.2512.08-
YUV103.81121.9151.67-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 42.95%
GREEN value IS 89 (35.16% from 255) = 27.90%
BLUE value IS 93 (36.72% from 255) = 29.15%
R=42.95%
G=27.90%
B=29.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.32
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal137899300.350.320.4635521.2444.31
Hex89595D023202E163152c
Octal21113113504340565432554
Binary1000100110110011011101010001110000010111010110001110101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #89595D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #89595D; }

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

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

<style>
 a { background-color: #89595D; }

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

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

<style>
 span { border-color: #89595D; }

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

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