#89595E

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

Shades of Vin Rouge #89595E

Tints of Vin Rouge #89595E

Color information

#89595E (or 0x89595E) is unknown color: approx Vin Rouge. HEX triplet: 89, 59 and 5E. RGB value is (137,89,94). Sum of RGB (Red+Green+Blue) = 137+89+94=320 (42% of max value = 765). Red value is 137 (53.91% from 255 or 42.81% from 320); Green value is 89 (35.16% from 255 or 27.81% from 320); Blue value is 94 (37.11% from 255 or 29.38% from 320); Max value from RGB is 137 - color contains mainly: red. Hex color #89595E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #89595E is #76A6A1. Grayscale: #676767. Windows color (decimal): -7775906 or 6183305. OLE color: 6183305.

HSL color Cylindrical-coordinate representation of color #89595E: hue angle of 353.75º 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 #89595E is Cyan = 0, Magento = 0.35, Yellow = 0.31 and Black (K on CMYK) = 0.46.

Color convert

RGB1378994-
CMYK00.350.310.46
HSL353.75º21.24%44.31%-
HSV(B)353.75º35.04%53.73%-
XYZ15.9113.2712.31-
YUV103.92122.4151.59-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 42.81%
GREEN value IS 89 (35.16% from 255) = 27.81%
BLUE value IS 94 (37.11% from 255) = 29.38%
R=42.81%
G=27.81%
B=29.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.31
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal137899400.350.310.46353.7521.2444.31
Hex89595E0231F2E162152c
Octal21113113604337565422554
Binary100010011011001101111001000111111110111010110001010101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #89595E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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