#89585D

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

Shades of Vin Rouge #89585D

Tints of Vin Rouge #89585D

Color information

#89585D (or 0x89585D) is unknown color: approx Vin Rouge. HEX triplet: 89, 58 and 5D. RGB value is (137,88,93). Sum of RGB (Red+Green+Blue) = 137+88+93=318 (42% of max value = 765). Red value is 137 (53.91% from 255 or 43.08% from 318); Green value is 88 (34.77% from 255 or 27.67% from 318); Blue value is 93 (36.72% from 255 or 29.25% from 318); Max value from RGB is 137 - color contains mainly: red. Hex color #89585D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #89585D is #76A7A2. Grayscale: #676767. Windows color (decimal): -7776163 or 6117513. OLE color: 6117513.

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

Color convert

RGB1378893-
CMYK00.360.320.46
HSL353.88º21.78%44.12%-
HSV(B)353.88º35.77%53.73%-
XYZ15.7813.0912.05-
YUV103.22122.23152.09-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 43.08%
GREEN value IS 88 (34.77% from 255) = 27.67%
BLUE value IS 93 (36.72% from 255) = 29.25%
R=43.08%
G=27.67%
B=29.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.32
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal137889300.360.320.46353.8821.7844.12
Hex89585D024202E162162c
Octal21113013504440565422654
Binary1000100110110001011101010010010000010111010110001010110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #89585D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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